elliotf / heekscad

Automatically exported from code.google.com/p/heekscad
0 stars 0 forks source link

Segfault #199

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Compile ("make")
2.
3.

What is the expected output? What do you see instead?
$ ./HeeksCAD 
Read 0 Cxf-format font files
Segmentation fault

What version of the product are you using? On what operating system?
856

Please provide any additional information below.
running it through gdb gives me this:

(gdb) r
Starting program: /home/enigma/src/heekscad-read-only/HeeksCAD 
[Thread debugging using libthread_db enabled]
Read 0 Cxf-format font files
[New Thread 0xb230fb90 (LWP 18032)]
[New Thread 0xb1b0eb90 (LWP 18033)]

Program received signal SIGSEGV, Segmentation fault.
0x08124e48 in wxToolBarToolBase::GetId (this=0x0) at
/usr/include/wx-2.8/wx/tbarbase.h:114
114     int GetId() const { return m_id; }

Original issue reported on code.google.com by sepisult...@gmail.com on 19 Sep 2009 at 9:07

GoogleCodeExporter commented 9 years ago
sorry, I can't repeat this one.

Original comment by danhe...@gmail.com on 20 Sep 2009 at 10:55

GoogleCodeExporter commented 9 years ago
Ubuntu 8.04 64 bit gdb of the segfault
archivist@hp:~/heekscad$ gdb ./HeeksCAD
GNU gdb 6.8-debian
Copyright (C) 2008 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu"...
(gdb) run
Starting program: /home/archivist/heekscad/HeeksCAD 
[Thread debugging using libthread_db enabled]
[New Thread 0x7ff25549e6f0 (LWP 16764)]
Read 31 Cxf-format font files
[New Thread 0x4143a950 (LWP 16767)]

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7ff25549e6f0 (LWP 16764)]
0x00000000004e0712 in wxToolBarToolBase::GetId (this=0x0) at
/usr/include/wx-2.8/wx/tbarbase.h:114
114     int GetId() const { return m_id; }

Original comment by dave.thearchivist@gmail.com on 21 Sep 2009 at 8:51

GoogleCodeExporter commented 9 years ago
Now you should get a "image missing" error, which will be more helpful.

Original comment by danhe...@gmail.com on 24 Sep 2009 at 5:44

GoogleCodeExporter commented 9 years ago
I'm receiving a similar error:

(gdb) run HeeksCAD
Starting program: /home/safar/heekscad/HeeksCAD HeeksCAD
[Thread debugging using libthread_db enabled]
Read 0 Cxf-format font files

Program received signal SIGSEGV, Segmentation fault.
0xb3c9b657 in wxWindow::DoSetSize(int, int, int, int, int) ()
   from /usr/lib/libwx_gtk2u_core-2.8.so.0
(gdb) 

Original comment by safar.ob...@gmail.com on 1 Nov 2009 at 10:40