vssetup segmentation fault

Find any bugs in Vega Strike? See if someone has already found it, or report them here!
Post Reply
creche
Star Pilot
Star Pilot
Posts: 6
Joined: Wed Sep 24, 2003 5:24 pm
Location: Italy
Contact:

vssetup segmentation fault

Post by creche »

i'm using the cvs and after the last commit i have this problem after compiling vssetup on linux.

that's part of the output of strace

Code: Select all

fstat64(4, {st_mode=S_IFREG|0644, st_size=298, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40003000
read(4, "# Program Setup configuration\n\n#"..., 4096) = 298
read(4, "", 4096)                       = 0
close(4)                                = 0
munmap(0x40003000, 4096)                = 0
brk(0)                                  = 0x8072000
brk(0x8073000)                          = 0x8073000
brk(0)                                  = 0x8073000
brk(0x8074000)                          = 0x8074000
brk(0)                                  = 0x8074000
brk(0x8075000)                          = 0x8075000
writev(3, [{"b\0\6\0\17\0\0\0", 8}, {"XFree86-Bigfont", 15}, {"\0", 1}], 3) = 24
read(3, "\1\0$\0\0\0\0\0\1\232\0\0\0\0\0\0\1\0\0\0\0\0\0\0\240\270"..., 32) = 32
write(3, "\232\0\1\0", 4)               = 4
read(3, "\1\1%\0\0\0\0\0\1\0\1\0\0\0\0\0\0\0\0\0\221\3349\370\240"..., 32) = 32
write(3, "-\0\22\0\2\0\340\0009\0nd-adobe-helvetica-med"..., 84) = 84
read(3, "\1\276\'\0\313\1\0\0\0\0\1\0\2\0\377\377\370\377\0\0\0"..., 32) = 32
read(3, "\3\0\0\0\4\0\0\0\0\0\377\0\0\0\33\0\0\0\0\0\v\0\3\0\0\1"..., 40) = 40
brk(0)                                  = 0x8075000
brk(0x8076000)                          = 0x8076000
read(3, "\265\0\0\0W\1\0\0@\0\0\0X\1\0\0\266\0\0\0\314\0\0\0\267"..., 216) = 216
brk(0)                                  = 0x8076000
brk(0x8077000)                          = 0x8077000
read(3, "\1\0\10\0\t\0\t\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1"..., 1580) = 1580
brk(0)                                  = 0x8077000
brk(0x8079000)                          = 0x8079000
brk(0)                                  = 0x8079000
brk(0x807a000)                          = 0x807a000
write(3, "\1\30\f\0\3\0\340\0}\0\0\0\0\0\0\0M\1\"\0\0\0\1\0!\0\0"..., 276) = 276
read(3, "\1\3-\0\0\0\0\0\345\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\240\270"..., 32) = 32
brk(0)                                  = 0x807a000
brk(0x807c000)                          = 0x807c000
uname({sys="Linux", node="gentoo", ...}) = 0
open("vegastrike.config", O_RDONLY)     = 4
fstat64(4, {st_mode=S_IFREG|0644, st_size=38504, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40003000
read(4, "<vegaconfig>\n<!-- Comment lines "..., 4096) = 4096
brk(0)                                  = 0x807c000
brk(0x807d000)                          = 0x807d000
close(4)                                = 0
munmap(0x40003000, 4096)                = 0
brk(0)                                  = 0x807d000
brk(0x807e000)                          = 0x807e000
brk(0)                                  = 0x807e000
brk(0x807f000)                          = 0x807f000
brk(0)                                  = 0x807f000
brk(0x8080000)                          = 0x8080000
brk(0)                                  = 0x8080000
brk(0x8081000)                          = 0x8081000
--- SIGSEGV (Segmentation fault) @ 0 (0) ---
+++ killed by SIGSEGV +++

i tried also to modify vegastrike.config by hand, but i have no changes.

Greets
give me beer.
hellcatv
Developer
Developer
Posts: 3980
Joined: Fri Jan 03, 2003 4:53 am
Location: Stanford, CA
Contact:

Post by hellcatv »

try copying vegastrike.config and setup.config to your home directory and run it again
Vega Strike Lead Developer
http://vegastrike.sourceforge.net/
Post Reply