Author Topic: Systematic crash during debug session  (Read 4388 times)

Offline dje

  • Lives here!
  • ****
  • Posts: 682
Systematic crash during debug session
« on: June 27, 2007, 11:12:16 pm »
Hi all !

I found a systematic bug on Linux Ubuntu 6.10, SVN4190, gcc4.1.2, gdb 6.4.90-debian

Trying to circumvent problem described at this post, I found another bug.

During debug session, let your mouse over a variable with "Evaluate expression under cursor" activated.
Once the pop up value appears,  click on escape.

Crash...
No XML report appears.

It is quite similar to #5358
Should I fill a new bug report or complete this one ?

Dje

Offline Biplab

  • Developer
  • Lives here!
  • *****
  • Posts: 1874
    • Biplab's Blog
Re: Systematic crash during debug session
« Reply #1 on: June 30, 2007, 05:02:15 pm »
You don't need to file another bug report. :)

I'll attach a crash report in Berlios once I can log into it. :x

The crash report is as follows.
Quote
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -1208895792 (LWP 22361)]
0x009db2e8 in wxEvtHandler::ProcessEvent ()
   from /usr/local/lib/libwx_gtk2u-2.8.so.0
(gdb) bt full
#0  0x009db2e8 in wxEvtHandler::ProcessEvent ()
   from /usr/local/lib/libwx_gtk2u-2.8.so.0
No symbol table info available.
#1  0x00a360dc in gtk_window_key_press_callback ()
   from /usr/local/lib/libwx_gtk2u-2.8.so.0
No symbol table info available.
#2  0x4276d6a0 in wxWindow::GetLayoutDirection ()
   from /usr/lib/libgtk-x11-2.0.so.0
No symbol table info available.
#3  0x42f50d9b in g_closure_invoke () from /lib/libgobject-2.0.so.0
No symbol table info available.
#4  0x42f61433 in wxWindow::GetLayoutDirection () from /lib/libgobject-2.0.so.0
No symbol table info available.
#5  0x42f6271f in g_signal_emit_valist () from /lib/libgobject-2.0.so.0
No symbol table info available.
#6  0x42f62b19 in g_signal_emit () from /lib/libgobject-2.0.so.0
No symbol table info available.
#7  0x428824b8 in wxWindow::GetLayoutDirection ()
   from /usr/lib/libgtk-x11-2.0.so.0
No symbol table info available.
#8  0x42892577 in gtk_window_propagate_key_event ()
   from /usr/lib/libgtk-x11-2.0.so.0
No symbol table info available.
---Type <return> to continue, or q <return> to quit---
#9  0x428955ec in wxWindow::GetLayoutDirection ()
   from /usr/lib/libgtk-x11-2.0.so.0
No symbol table info available.
#10 0x4276d6a0 in wxWindow::GetLayoutDirection ()
   from /usr/lib/libgtk-x11-2.0.so.0
No symbol table info available.
#11 0x42f4f589 in wxWindow::GetLayoutDirection () from /lib/libgobject-2.0.so.0
No symbol table info available.
#12 0x42f50d9b in g_closure_invoke () from /lib/libgobject-2.0.so.0
No symbol table info available.
#13 0x42f61a83 in wxWindow::GetLayoutDirection () from /lib/libgobject-2.0.so.0
No symbol table info available.
#14 0x42f6271f in g_signal_emit_valist () from /lib/libgobject-2.0.so.0
No symbol table info available.
#15 0x42f62b19 in g_signal_emit () from /lib/libgobject-2.0.so.0
No symbol table info available.
#16 0x428824b8 in wxWindow::GetLayoutDirection ()
   from /usr/lib/libgtk-x11-2.0.so.0
No symbol table info available.
#17 0x42766a9a in gtk_propagate_event () from /usr/lib/libgtk-x11-2.0.so.0
No symbol table info available.
#18 0x42767c67 in gtk_main_do_event () from /usr/lib/libgtk-x11-2.0.so.0
No symbol table info available.
---Type <return> to continue, or q <return> to quit---
#19 0x42a1b41a in wxWindow::GetLayoutDirection ()
   from /usr/lib/libgdk-x11-2.0.so.0
No symbol table info available.
#20 0x42dc1622 in g_main_context_dispatch () from /lib/libglib-2.0.so.0
No symbol table info available.
#21 0x42dc45ff in wxWindow::GetLayoutDirection () from /lib/libglib-2.0.so.0
No symbol table info available.
#22 0x42dc49a9 in g_main_loop_run () from /lib/libglib-2.0.so.0
No symbol table info available.
#23 0x427680e4 in gtk_main () from /usr/lib/libgtk-x11-2.0.so.0
No symbol table info available.
#24 0x00a20bfc in wxEventLoop::Run () from /usr/local/lib/libwx_gtk2u-2.8.so.0
No symbol table info available.
#25 0x00ab130e in wxAppBase::MainLoop ()
   from /usr/local/lib/libwx_gtk2u-2.8.so.0
No symbol table info available.
#26 0x00ab08c1 in wxAppBase::OnRun () from /usr/local/lib/libwx_gtk2u-2.8.so.0
No symbol table info available.
#27 0x08066615 in CodeBlocksApp::OnRun (this=0x88e8df8) at app.cpp:597
        retval = <value optimized out>
#28 0x0096c49a in wxEntry () from /usr/local/lib/libwx_gtk2u-2.8.so.0
No symbol table info available.
#29 0x0096c547 in wxEntry () from /usr/local/lib/libwx_gtk2u-2.8.so.0
---Type <return> to continue, or q <return> to quit---
No symbol table info available.
#30 0x08065510 in main (argc=Cannot access memory at address 0x1
) at app.cpp:200
No locals.
(gdb)

It seems we've hit another wx bug. :(

System: Fedora Core 7, wxGTK-2.8.4, Code::Blocks Rev 4199.
« Last Edit: June 30, 2007, 05:04:42 pm by Biplab »
Be a part of the solution, not a part of the problem.