I'm running OSX 10.42, with gcc 4.0 compiler.
I installed id3lib-3.8.3 (from http://id3lib.sourceforge.net\), and wxMac-2.6.1 (from source provided by http://www.wxwindows.org\).
Then I installed albaextractor-0.4-dev from source.
All seemed fine, but when I run it, the window stays in the background, and the Terminal throws an error:-
albaextractor(3935) malloc: *** Deallocation of a pointer not malloced: 0x3c002f; This could be a double free(), or free() called with the middle of an allocated block; Try setting environment variable MallocHelp to see tools to help debug
albaextractor(3935) malloc: *** Deallocation of a pointer not malloced: 0x640069; This could be a double free(), or free() called with the middle of an allocated block; Try setting environment variable MallocHelp to see tools to help debug
Can you provide any ideas/ guidance of what to try?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Try doing what it says! Set environment variable MallocHelp. You can do this by running a Terminal and doing "export MallocHelp; MallocHelp=1"
and then running albaextractor from that window.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm running OSX 10.42, with gcc 4.0 compiler.
I installed id3lib-3.8.3 (from http://id3lib.sourceforge.net\), and wxMac-2.6.1 (from source provided by http://www.wxwindows.org\).
Then I installed albaextractor-0.4-dev from source.
All seemed fine, but when I run it, the window stays in the background, and the Terminal throws an error:-
albaextractor(3935) malloc: *** Deallocation of a pointer not malloced: 0x3c002f; This could be a double free(), or free() called with the middle of an allocated block; Try setting environment variable MallocHelp to see tools to help debug
albaextractor(3935) malloc: *** Deallocation of a pointer not malloced: 0x640069; This could be a double free(), or free() called with the middle of an allocated block; Try setting environment variable MallocHelp to see tools to help debug
Can you provide any ideas/ guidance of what to try?
Try doing what it says! Set environment variable MallocHelp. You can do this by running a Terminal and doing "export MallocHelp; MallocHelp=1"
and then running albaextractor from that window.