Actions
Bug #1106
openSegfault in SkinEnigmaNG
Status:
New
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
10/24/2012
Due date:
% Done:
0%
Estimated time:
Description
Strange that it crashes here since there is a check for null.
Program terminated with signal 11, Segmentation fault.
#0 cBitmap::Data (this=0x0, x=622, y=9) at osd.c:751
751 return &bitmap[y * width + x];
(gdb) bt
#0 cBitmap::Data (this=0x0, x=622, y=9) at osd.c:751
#1 0x0051438c in cEffectScroll::DrawIfNeeded (this=0x91bc190, yMax=0) at texteffects.c:167
#2 0x00513829 in cEnigmaTextEffects::Action (this=0x52d7e0) at texteffects.c:303
#3 0x08149735 in cThread::StartThread (Thread=0x52d7e0) at thread.c:257
#4 0x002e6d4c in start_thread (arg=0xa53ffb40) at pthread_create.c:308
#5 0x003e9d3e in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130
Actions