View Single Post
Posts: 1,100 | Thanked: 2,797 times | Joined on Apr 2011 @ Netherlands
#108
Originally Posted by freemangordon View Post
Well, I looked at gitorious, and...

Seems you're using QtCreator for development. Not that it is bad, but in order to include that in CSSU, you should debianize it. And one should be able to build the whole package by just issuing "dpkg-buildpackage -rfakeroot" in scratchbox.

By using shell script wrapper you are just hiding the underlying problem (whatever it is). So it is better (read that as must ) find what causes the crashes. I would recommend installign sp-rich-core so you will be able to gather coredumps for post-mortem debugging.
AapoRantalainen already compiled it in scratchbox. Creating a deb should not be an issue (Pali and AapoRantalainen already volunteered).
As for debugging: created a version with debug info for gdb, but in that case it does not crash.

Maybe this is more of a challenge for the "hardcore" hackers like you