kometbomb / klystrack

A chiptune tracker
http://kometbomb.github.io/klystrack/
Other
485 stars 28 forks source link

Crash on run (SVN build 787), Linux #26

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Run SVN checkout and compile
2.delete ~/.klystrack
3.execute from bin.debug

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

Program should run.  Instead, it segfaults upon loading the theme.

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

Running SVN build 787, with sdl 1.2.14-5, in Archlinux (I'm not sur

Please provide any additional information below.

GDB info:

(gdb) start
Temporary breakpoint 1 at 0x805342e: file src/main.c, line 210.
Starting program: /home/arin/SVN/klystrack/bin.debug/klystrack 
[Thread debugging using libthread_db enabled]

Temporary breakpoint 1, main (argc=1, argv=0xbffffa14)
    at src/main.c:210
210     init_genrand(time(NULL));
(gdb) bt
#0  main (argc=1, argv=0xbffffa14) at src/main.c:210

Original issue reported on code.google.com by arinla...@gmail.com on 5 Aug 2010 at 12:38

GoogleCodeExporter commented 9 years ago
Issue 2 in Klystron may be related; it sounds like it is segfaulting in a 
similar place (after loading the theme) but the exact cause might be different. 
( http://code.google.com/p/klystron/issues/detail?id=2 )

Original comment by Tce...@gmail.com on 20 May 2011 at 9:42