JACoders / OpenJK

Community effort to maintain and improve Jedi Academy (SP & MP) + Jedi Outcast (SP only) released by Raven Software
GNU General Public License v2.0
2.03k stars 614 forks source link

[OPENJK MP][Linux][x86_64] Segmentation fault with openjk mp #259

Closed ericwomer closed 11 years ago

ericwomer commented 11 years ago

Segmentation fault with Openjk Multiplayer.

Gentoo amd64. Nvidia 9800gt 319.17 drivers 4 gigs of ram.

Full system specs: http://pastebin.com/i72CKnwg

CMakeCache.txt file: http://bpaste.net/show/99829/

GDB back trace.

--- ambient sound initialization ---
Sound memory manager started
Loading dll file ui.
Sys_LoadGameDll(ui) found vmMain function at 0x7fffdbb19c50

Program received signal SIGSEGV, Segmentation fault.
0x00007ffff5a1f1da in __strchr_sse2 () from /lib64/libc.so.6
(gdb) bt
#0  0x00007ffff5a1f1da in __strchr_sse2 () from /lib64/libc.so.6
#1  0x0000000000425f96 in Cvar_Set2(char const*, char const*, qboolean_e) ()
#2  0x00000000004efd74 in CL_UISystemCalls(long*) ()
#3  0x0000000000448708 in VM_DllSyscall(long, ...) ()
#4  0x00007fffdbb12092 in UI_SiegeSetCvarsForClass () from /home/salamanderrake/bin/opt/jediacademy/GameData/base/uix86_64.so
#5  0x00007fffdbb19199 in _UI_Init () from /home/salamanderrake/bin/opt/jediacademy/GameData/base/uix86_64.so
#6  0x00007fffdbb19ca7 in vmMain () from /home/salamanderrake/bin/opt/jediacademy/GameData/base/uix86_64.so
#7  0x000000000044982f in VM_Call(vm_s*, int, ...) ()
#8  0x0000000000424854 in Com_Init(char*) ()
#9  0x00000000004057eb in main ()
(gdb) 
vorot93 commented 11 years ago

The same for SP using fresh daily builds.

Ubuntu 13.10 Saucy Salamander x86-64

xycaleth commented 11 years ago

Just to let you know, 64-bit support for OpenJK has not yet started. But I'm sure these errors will be of use once we do start adding support for 64-bit builds.

ensiform commented 11 years ago

64-bit for mp support has actually started.

archseer commented 11 years ago

This is probably fixed by now?

Razish commented 11 years ago

Seems to be fixed. Re-open if it still occurs.