[1.2.1] Segmentation fault

Where bugs go to lie down and rest

Moderator: Moderator

Post Reply
Message
Author
qui
Cornac
Posts: 38
Joined: Wed Jan 11, 2012 8:39 pm
Contact:

[1.2.1] Segmentation fault

#1 Post by qui »

I am repeatedly experiencing crashes: Segmentation fault (core dumped).

They only happen when I'm using autoexplore, only in certain dungeons (so far first level of Maze, level 1 and 4 of Halfling ruins). Also happened in 1.2.0 (char is imported). The moment of crash isn't constant, so I can play by saving often. My previous character in 1.2.0 completed both those dungeons with no issues.

Log attached.
Attachments
log.txt
(188.31 KiB) Downloaded 108 times

darkgod
Master of Eyal
Posts: 10751
Joined: Wed Jul 24, 2002 9:26 pm
Location: Angolwen
Contact:

Re: [1.2.1] Segmentation fault

#2 Post by darkgod »

You're on linux, do you have by any chances gdb installed ?
[tome] joylove: You can't just release an expansion like one would release a Kraken XD
--
[tome] phantomfrettchen: your ability not to tease anyone is simply stunning ;)

qui
Cornac
Posts: 38
Joined: Wed Jan 11, 2012 8:39 pm
Contact:

Re: [1.2.1] Segmentation fault

#3 Post by qui »

Yes.

Code: Select all

GNU gdb (GDB) 7.6.1-ubuntu

darkgod
Master of Eyal
Posts: 10751
Joined: Wed Jul 24, 2002 9:26 pm
Location: Angolwen
Contact:

Re: [1.2.1] Segmentation fault

#4 Post by darkgod »

Groovy, please run the game with gdb like that:

Code: Select all

cd /wherever/is/tome
gdb t-engine
run
Play until crash
When it does in the gdb prompt :

Code: Select all

bt
and show me the result
[tome] joylove: You can't just release an expansion like one would release a Kraken XD
--
[tome] phantomfrettchen: your ability not to tease anyone is simply stunning ;)

qui
Cornac
Posts: 38
Joined: Wed Jan 11, 2012 8:39 pm
Contact:

Re: [1.2.1] Segmentation fault

#5 Post by qui »

Here you go:

Code: Select all

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7fffe5ca5700 (LWP 24806)]
0x000000000049c311 in ?? ()
(gdb) bt
#0  0x000000000049c311 in ?? ()
#1  0x0000000000484060 in ?? ()
#2  0x000000000040c399 in ?? ()
#3  0x000000000040dcfa in ?? ()
#4  0x00007ffff76397ed in SDL_RunThread (data=0x1ed41f0)
    at /opt/SDL2-2.0.3/src/thread/SDL_thread.c:282
#5  0x00007ffff7695249 in RunThread (data=<optimized out>)
    at /opt/SDL2-2.0.3/src/thread/pthread/SDL_systhread.c:72
#6  0x00007ffff6432f6e in start_thread (arg=0x7fffe5ca5700)
    at pthread_create.c:311
#7  0x00007ffff5f479cd in clone ()
    at ../sysdeps/unix/sysv/linux/x86_64/clone.S:113

Narbat
Yeek
Posts: 11
Joined: Thu Mar 22, 2012 2:59 am

Re: [1.2.1] Segmentation fault

#6 Post by Narbat »

Same problem here on my Mac. Log and traceback attached.
Attachments
crash.zip
(27.44 KiB) Downloaded 114 times

qui
Cornac
Posts: 38
Joined: Wed Jan 11, 2012 8:39 pm
Contact:

Re: [1.2.1] Segmentation fault

#7 Post by qui »

Looks like it's fixed.

Post Reply