User forums > Nightly builds

The 19 June 2015 build (10341) is out.

<< < (4/15) > >>

ToApolytoXaos:
With svn10343 when closing C::B, it aborts. I debugged it and got the following:


--- Code: ---19:51:46: Debug: 3 threads were not terminated by the application.

Program received signal SIGSEGV, Segmentation fault.
0x0000000000000030 in ?? ()
(gdb) list
308 #endif // wxCHECK_VERSION
309 };
310 #if wxCHECK_VERSION(3,0,0)
311 void cbMessageOutputNull::Output(cb_unused const wxString &str){}
312 #else
313 void cbMessageOutputNull::Printf(cb_unused const wxChar* format, ...){}
314 #endif
315 } // namespace
316
317 IMPLEMENT_APP(CodeBlocksApp) // TODO: This gives a "redundant declaration" warning, though I think it's false. Dig through macro and check.
(gdb) bt
#0  0x0000000000000030 in ?? ()
#1  0x00007ffff5d1378b in ~wxEventTableEntryBase (
    this=0x7ffff5fc3d40 <wxTreeListCtrl::sm_eventTableEntries>,
    __in_chrg=<optimized out>) at ../include/wx/event.h:3177
#2  ~wxEventTableEntry (
    this=0x7ffff5fc3d40 <wxTreeListCtrl::sm_eventTableEntries>,
    __in_chrg=<optimized out>) at ../include/wx/event.h:3196
#3  __tcf_0 () at ../src/generic/treelist.cpp:987
#4  0x00007ffff153bf4f in __cxa_finalize (d=0x7ffff5fc1030)
    at cxa_finalize.c:56
#5  0x00007ffff5c79073 in __do_global_dtors_aux ()
   from /usr/lib/x86_64-linux-gnu/libwx_gtk2u_adv-3.0.so.0
#6  0x00007fffffffe090 in ?? ()
#7  0x00007ffff7deb00a in _dl_fini () at dl-fini.c:252
Backtrace stopped: frame did not save the PC
(gdb) c
Continuing.

Program received signal SIGABRT, Aborted.
0x00007ffff1539107 in __GI_raise (sig=sig@entry=6)
    at ../nptl/sysdeps/unix/sysv/linux/raise.c:56
56 ../nptl/sysdeps/unix/sysv/linux/raise.c: No such file or directory.
(gdb) bt
#0  0x00007ffff1539107 in __GI_raise (sig=sig@entry=6)
    at ../nptl/sysdeps/unix/sysv/linux/raise.c:56
#1  0x00007ffff153a4e8 in __GI_abort () at abort.c:89
#2  0x00007ffff4b6d6e1 in wxFatalSignalHandler ()
    at ../src/unix/utilsunx.cpp:1397
#3  <signal handler called>
#4  0x0000000000000030 in ?? ()
#5  0x00007ffff5d1378b in ~wxEventTableEntryBase (
    this=0x7ffff5fc3d40 <wxTreeListCtrl::sm_eventTableEntries>,
    __in_chrg=<optimized out>) at ../include/wx/event.h:3177
#6  ~wxEventTableEntry (
    this=0x7ffff5fc3d40 <wxTreeListCtrl::sm_eventTableEntries>,
    __in_chrg=<optimized out>) at ../include/wx/event.h:3196
#7  __tcf_0 () at ../src/generic/treelist.cpp:987
#8  0x00007ffff153bf4f in __cxa_finalize (d=0x7ffff5fc1030)
    at cxa_finalize.c:56
#9  0x00007ffff5c79073 in __do_global_dtors_aux ()
   from /usr/lib/x86_64-linux-gnu/libwx_gtk2u_adv-3.0.so.0
#10 0x00007fffffffe090 in ?? ()
#11 0x00007ffff7deb00a in _dl_fini () at dl-fini.c:252
Backtrace stopped: frame did not save the PC
(gdb)

--- End code ---

Any advice?

Cheers

stahta01:

--- Quote from: ToApolytoXaos on June 24, 2015, 06:55:35 pm ---With svn10343 when closing C::B, it aborts. I debugged it and got the following:

Any advice?

Cheers

--- End quote ---

The debug info is not something I can follow.

But, I would suggest disabling each plugin one at a time and see if one crashes.
After, all the CB Plugins are disabled I would see if shutting CB still causes a crash.

If it no longer causes a crash, I would turn on one plugin at a time to see what plugin causes the crash.

Tim S.

ToApolytoXaos:

--- Quote from: stahta01 on June 24, 2015, 09:30:22 pm ---The debug info is not something I can follow.

But, I would suggest disabling each plugin one at a time and see if one crashes.
After, all the CB Plugins are disabled I would see if shutting CB still causes a crash.

If it no longer causes a crash, I would turn on one plugin at a time to see what plugin causes the crash.

Tim S.

--- End quote ---

Tim, I did exactly what you said and the issue remains the same. It's not a plugin's fault, but something else.

Cheers

oBFusCATed:
Oh, so it is not the debugger error reported by valrgind, I've fixed...

What version of wx are you using this time? Self compiled wx?

ToApolytoXaos:
No, the one that comes with GNU / Debian testing 64-bit


--- Code: ---libwxbase3.0-0:amd64
libwxbase3.0-0-dbg:amd64
libwxbase3.0-dev
libwxgtk-media3.0-0:amd64
libwxgtk-media3.0-0-dbg:amd64
libwxgtk-media3.0-dev
libwxgtk-webview3.0-0:amd64
libwxgtk-webview3.0-0-dbg:amd64
libwxgtk-webview3.0-dev
libwxgtk3.0-0:amd64
libwxgtk3.0-0-dbg:amd64
libwxgtk3.0-dev
wx-common
wx3.0-examples
wx3.0-headers

--- End code ---

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version