project-navigation
Personal tools

Author Topic: Signal 11, exiting - in end turn  (Read 2816 times)

harrym

  • Guest
Signal 11, exiting - in end turn
« on: August 01, 2007, 12:07:54 pm »
Hi

I compiled the svn-version on July 30th and yesterday (revision 10434 it said).

On missions, when ending the turn, it quite often (the 30th version did it every time in Revelstoke) just plain quits and says something like this:

Code: [Select]

Team 7 ended round, team 0's round started!
Team 0 ended round, team 1's round started!
Unnamed ended his round
Team 1 ended round, team 7's round started!
Can't start shoot, LE not an actor
Can't shoot, LE is not an actor
Can't start shoot, LE not an actor
Can't shoot, LE is not an actor
Team 7 ended round, team 0's round started!
Team 0 ended round, team 1's round started!
Unnamed ended his round
Team 1 ended round, team 7's round started!
Received signal 11, exiting...


I'm using Mandrake (2.6.17-5) pretty much in standard condition.

Any ideas?

Offline Mattn

  • Administrator
  • PHALANX Commander
  • *****
  • Posts: 4831
  • https://github.com/mgerhardy/vengi
    • View Profile
    • Vengi Voxel Tools
Signal 11, exiting - in end turn
« Reply #1 on: August 01, 2007, 04:06:52 pm »
it would be really cool if you could provide a backtrace - see the debugging section in our wiki for more infos on how to handle gdb if are not familiar with        it

best regards
martin

harrym

  • Guest
Signal 11, exiting - in end turn
« Reply #2 on: August 01, 2007, 04:22:24 pm »
Quote from: "Mattn"
it would be really cool if you could provide a backtrace


from within gdb:

Code: [Select]

(gdb) run +set vid_fullscreen 0 +set vid_grabmouse 0
Starting program: /data4/home/esa/ufoai_svn/ufo +set vid_fullscreen 0 +set vid_grabmouse 0
Reading symbols from shared object read from target memory...done.
Loaded system supplied DSO at 0xbfffe000
[Thread debugging using libthread_db enabled]
[New Thread -1214118208 (LWP 29604)]
Adding game dir: ./base
using /home/esa/.ufoai/2.2-dev/base for writing
Adding game dir: /home/esa/.ufoai/2.2-dev/base
execing default.cfg
execing config.cfg
execing keys.cfg
..added 3 maps to the mapcycle
Console initialized.

------- sound initialization -------
Loading snd_sdl sound driver
Soundsystem: SDL.
SDL version: 1.2.11
SDL audio driver is "alsa".
Bits: 16
Frequency: 48000
Samples: 4096
Channels: 2
[New Thread -1215698016 (LWP 29607)]
sound sampling rate: 48000
------- Loading ref_glx -------

Program received signal SIG33, Real-time event 33.
[Switching to Thread -1215698016 (LWP 29607)]
0xbfffe410 in __kernel_vsyscall ()


And no action after that. So could'nt even get into the game. This has worked as I've posted backtraces earlier.

Offline Mattn

  • Administrator
  • PHALANX Commander
  • *****
  • Posts: 4831
  • https://github.com/mgerhardy/vengi
    • View Profile
    • Vengi Voxel Tools
Signal 11, exiting - in end turn
« Reply #3 on: August 01, 2007, 05:52:49 pm »
please type:
handle SIG33 nostop
to gdb console before typing run

harrym

  • Guest
Signal 11, exiting - in end turn
« Reply #4 on: August 02, 2007, 05:25:10 am »
Hi

Ok, here goes. This is from the Berlin-mission.

Code: [Select]

Unnamed has joined team 0
(player 0) It's team 1's round
Unnamed has taken control over team 1.
Unnamed ended his round
Team 1 ended round, team 7's round started!
Team 7 ended round, team 0's round started!
Team 0 ended round, team 1's round started!
Unnamed ended his round
Team 1 ended round, team 7's round started!

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -1214351680 (LWP 31160)]
0x080504b6 in CL_ActorDoShoot (msg=0x13a27888) at src/client/cl_actor.c:2580
2580                    S_StartSound(le->origin, le->entnum, SOUND_CHANNEL_ACTOR, sfx, DEFAULT_SOUND_PACKET_VOLUME, DEFAULT_SOUND_PACKET_ATTENUATION, 0);
(gdb) bt full
#0  0x080504b6 in CL_ActorDoShoot (msg=Error accessing memory address 0xbfb8af20: No such process.
) at src/client/cl_actor.c:2580
        sfx = (sfx_t *) Error accessing memory address 0xbfb8af10: No such process.
(gdb)


HTH

harrym

  • Guest
Signal 11, exiting - in end turn
« Reply #5 on: August 02, 2007, 11:05:26 am »
Hi

Just a thought, but maybe that "handle SIG33 nostop" should be added to the debugging section in wiki.

Regards

harrym

  • Guest
Signal 11, exiting - in end turn
« Reply #6 on: August 06, 2007, 12:46:30 pm »
Any solution on this?

If you need any further testing, I'm glad to do it. So far it's unplayable.

Regards

Offline Zenerka

  • Sergeant
  • *****
  • Posts: 301
    • View Profile
Signal 11, exiting - in end turn
« Reply #7 on: August 06, 2007, 01:54:57 pm »
Please check the current trunk. If the problem still exists, I will try to fix it.