Linux segfault problem
by Richard Kleeman · in Marble Blast · 05/14/2005 (7:12 pm) · 4 replies
I have ubuntu linux (2.6.10 kernel) and a nvidia geforce high end card.
Marbleblast segfaults when a particular level starts as an ordinary user.
It runs flawlessly as root. Any ideas? Could this be the font issue mentioned earlier in this thread?
Marbleblast segfaults when a particular level starts as an ordinary user.
It runs flawlessly as root. Any ideas? Could this be the font issue mentioned earlier in this thread?
#2
05/23/2005 (12:35 pm)
Can you strace marbleblast and see what it is doing when it segfaults?
#3
strace marbleblastgold from a cli
Here are some relevant lines
read(9, 0xbfffccf8, 32) = -1 EAGAIN (Resource temporarily unavailable)
select(10, [9], NULL, NULL, NULL) = 1 (in [9])
read(9, "\1\2\23\0\0\0\0\0\33\0\240\3\0\0\0\0\0\0\0\0\v\0\0\0\220"..., 32) = 32
shutdown(9, 2 /* send and receive */) = 0
I cannot upload the full trace because of space limitations on the board but I could email it to you....
06/09/2005 (4:56 am)
Sorry for the delay in responding. I executedstrace marbleblastgold from a cli
Here are some relevant lines
read(9, 0xbfffccf8, 32) = -1 EAGAIN (Resource temporarily unavailable)
select(10, [9], NULL, NULL, NULL) = 1 (in [9])
read(9, "\1\2\23\0\0\0\0\0\33\0\240\3\0\0\0\0\0\0\0\0\v\0\0\0\220"..., 32) = 32
shutdown(9, 2 /* send and receive */) = 0
I cannot upload the full trace because of space limitations on the board but I could email it to you....
#4
06/09/2005 (10:23 am)
Email the last 4000 lines.
Torque Owner Alex Swanson