I wanted an copy of Audacity and couldn't find it in the pnd store so tried porting it myself. Only when I came here to make a post did I notice a version has already been ported!
Anyway, I've got V2.0.0 to build and run, the only problem is that it segfaults after playing a track (everything else seems to work ok)
I've tried to debug it but the gdb error is:
0x41599070 in _Unwind_VRS_Pop () from /lib/libgcc_s.so.1
If I try to backtrace I get:
Backtrace stopped: previous frame identical to this frame (corrupt stack?)
So I'm pretty much stumped!
If anyone wants a copy of the pnd let me know (it is over the 10mb limit for posting here). I don't want to put it on the repo because it segfaults.
If anyone knows what might be causing the problem that would be very helpful. The pnd contains the wxWidgets libs which I also compiled so issue could be related to a few different things.
Anyway, I've got V2.0.0 to build and run, the only problem is that it segfaults after playing a track (everything else seems to work ok)
I've tried to debug it but the gdb error is:
0x41599070 in _Unwind_VRS_Pop () from /lib/libgcc_s.so.1
If I try to backtrace I get:
Backtrace stopped: previous frame identical to this frame (corrupt stack?)
So I'm pretty much stumped!
If anyone wants a copy of the pnd let me know (it is over the 10mb limit for posting here). I don't want to put it on the repo because it segfaults.
If anyone knows what might be causing the problem that would be very helpful. The pnd contains the wxWidgets libs which I also compiled so issue could be related to a few different things.