Comment 33 for bug 1608180

Revision history for this message
Alexey Dokuchaev (danfe) wrote :

That's strange... Could it be some kind of memory corruption?

Try to install gdb711 (devel/gdb port), then do this:

$ gdb711 ./stellarium
$ disas /r 0x000000080159472b
$ r
$ disas /r 0x000000080159472b

Would it show any differences?