Bug #11049 2007-05-11 09:39

anton146

Reproducible crash in debugging

C::B crashes at stepping next line while holding cursor over an expression (when debug info appears already) . Of course, 'evaluate expression under cursor' is on.

bug 2:

the debugger doesn't stop at the first significant line of the program

Category
Application::Crash
Group
 
Status
Open
Close date
 
Assigned to
 
rickg22 2007-06-26 23:27

Does this bug still persist?

biplab 2007-07-04 11:30

Bug #1:

It seems to me it's a bug in wxWidgets, not in C::B code. The crash report is as follows.

Program received signal SIGSEGV, Segmentation fault.

[Switching to Thread -1233102400 (LWP 23086)]

0xb6daa088 in wxEvtHandler::ProcessEvent ()

from /usr/local/lib/libwx_gtk2u-2.8.so.0

(gdb) bt full

#0 0xb6daa088 in wxEvtHandler::ProcessEvent ()

from /usr/local/lib/libwx_gtk2u-2.8.so.0

No symbol table info available.

#1 0xb6e054dc in gtk_window_key_press_callback ()

from /usr/local/lib/libwx_gtk2u-2.8.so.0

No symbol table info available.

#2 0xb7dab6b0 in _gtk_marshal_BOOLEAN__BOXED ()

from /usr/lib/libgtk-x11-2.0.so.0

No symbol table info available.

#3 0xb78d362b in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0

No symbol table info available.

#4 0xb78e4103 in ?? () from /usr/lib/libgobject-2.0.so.0

No symbol table info available.

#5 0x08cce818 in ?? ()

No symbol table info available.

#6 0xbfb47c50 in ?? ()

No symbol table info available.

#7 0x00000002 in ?? ()

No symbol table info available.

#8 0xbfb47d2c in ?? ()

No symbol table info available.

#9 0xbfb47c3c in ?? ()

No symbol table info available.

---Type <return> to continue, or q <return> to quit---

#10 0xb68f1fd1 in ?? () from /lib/tls/i686/cmov/libc.so.6

No symbol table info available.

#11 0x00000010 in ?? ()

No symbol table info available.

#12 0xb69c9128 in ?? () from /lib/tls/i686/cmov/libc.so.6

No symbol table info available.

#13 0x00000000 in ?? ()

No symbol table info available.

(gdb)

Bug #2:

Exists.