Customers
Other Links
View previous topic :: View next topic
Author
Message
-SG1-Jack_O_Neill.DK
Posted: Mon Jan 29, 2007 12:39 pm Post subject: Segmentation fault ?
Hi I have a *nix box running debian with gamecreate, but I tryed to update to the new version, and started it, and get this error:
Code:
stargate@stargate:~/gamecreate$ ./gamecreate.x86
Segmentation fault
And I installed the old version again to get it running agan.
Can any one help me with this?
Kind regards.
-SG1-Jack_O_Neill.DK
www.StarGate-SG1.dk
Back to top
adbot
Posted: Thu Mar 31, 2011 3:57 am
Andrew Mammoth
Posted: Mon Jan 29, 2007 7:08 pm Post subject:
I received similar after testing it on another machine, I will look into getting this recompiled and confirmed working on one of our test machines here too.
Will try and get that done sometime tomorrow.
In the meantime, just run the older client - FTP support changes are the only things that wont work without the updated client.
Back to top
Kybber
Posted: Tue Jan 30, 2007 10:44 am Post subject:
On a 32-bit Xeon:
Code: $ strace ./gamecreate.x86
execve("./gamecreate.x86", ["./gamecreate.x86"], [/* 33 vars */]) = 0
uname({sys="Linux", node="olivia", ...}) = 0
brk(0) = 0x8298000
brk(0x8298ca0) = 0x8298ca0
set_thread_area({entry_number:-1 -> 6, base_addr:0x8298840, limit:1048575, seg_32bit:1, contents:0, read_exec_only:0, limit_in_pages:1, seg_not_present:0, useable:1}) = 0
set_tid_address(0x8298888) = 13779
rt_sigaction(SIGRTMIN, {0x81acb10, [], SA_SIGINFO}, NULL, 8) = 0
rt_sigaction(SIGRT_1, {0x81aca50, [], SA_RESTART|SA_SIGINFO}, NULL, 8) = 0
rt_sigprocmask(SIG_UNBLOCK, [RTMIN RT_1], NULL, 8) = 0
getrlimit(RLIMIT_STACK, {rlim_cur=8192*1024, rlim_max=RLIM_INFINITY}) = 0
_sysctl({{CTL_KERN, KERN_VERSION}, 2, 0xbfb5a3d0, 34, (nil), 0}) = 0
brk(0x82b9ca0) = 0x82b9ca0
brk(0x82ba000) = 0x82ba000
futex(0x828d7e8, FUTEX_WAKE, 2147483647) = 0
--- SIGSEGV (Segmentation fault) @ 0 (0) ---
+++ killed by SIGSEGV +++
Process 13779 detached
On a 64-bit Opteron:
Code: $ strace ./gamecreate.x86
execve("./gamecreate.x86", ["./gamecreate.x86"], [/* 27 vars */]) = 0
[ Process PID=30887 runs in 32 bit mode. ]
uname({sys="Linux", node="adelaide", ...}) = 0
brk(0) = 0x8298000
brk(0x8298ca0) = 0x8298ca0
set_thread_area(0xffffc534) = 0
set_tid_address(0x8298888) = 30887
rt_sigaction(SIGRTMIN, {0x4081acb10, [], 0}, NULL, 8) = 0
rt_sigaction(SIGRT_1, {0x10000004081aca50, [], 0}, NULL, 8) = 0
rt_sigprocmask(SIG_UNBLOCK, [RTMIN RT_1], NULL, 8) = 0
getrlimit(RLIMIT_STACK, {rlim_cur=-4286578688, rlim_max=71303160*1024}) = 0
Segmentation fault
Both machines running 2.6.12 SMP kernels. glibc 4.1.1.
Back to top
Andrew Mammoth
Back to top
Kybber
Posted: Tue Jan 30, 2007 8:08 pm Post subject:
Thanks! Works perfectly. Good job
Back to top
All times are GMT + 10 Hours
Page 1 of 1
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
Forum powered by phpBB © 2001, 2005 phpBB Group