fracte / keepnote

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

Segmentation Fault in Release 0.7.1 #422

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Run Keepnote from command line (./keepnote) on SUSE Linux 11.0
2.
3.

What is the expected output? What do you see instead?
Keepnote app 

What version of the product are you using? On what operating system?
0.7.1 (well, trying to... unsuccessfully)

Please provide any additional information below.
Only Release 0.6.5 runs successfully on SUSE 11.0, all subsequent releases
return "segmentation fault" error & will not launch the app.  

Original issue reported on code.google.com by jmmyw...@gmail.com on 3 Mar 2011 at 10:03

GoogleCodeExporter commented 8 years ago

Original comment by matt.rasmus@gmail.com on 5 Mar 2011 at 4:48

GoogleCodeExporter commented 8 years ago
See Issue 405 for more info...

Original comment by jmmya...@gmail.com on 11 Mar 2011 at 1:40

GoogleCodeExporter commented 8 years ago
See Issue 405 for more info - Segmentation Fault in every release since 0.6.5 
on SUSE Linux 11.0 

Original comment by jmmya...@gmail.com on 11 Mar 2011 at 1:56

GoogleCodeExporter commented 8 years ago
Do you get a core dump?  Try post the results of

gdb python core

And the run the 'bt' command to get a backtrace.  Maybe we can see where the 
crash is happening.  Thankyou for your patience and help.

Original comment by matt.rasmus@gmail.com on 11 Mar 2011 at 3:07