Re: [Abchr-users] Experimental PortAudio Support
Status: Beta
Brought to you by:
chaese
|
From: Dan C. <da...@da...> - 2003-10-08 21:38:24
|
Hi, It now compiles fine on Mac OS X :) However, it segfaults immediately when run. I haven't tried debugging C++ code before, so I'm not quite sure how I should find the exact location of the bug. The stack trace - pasted below - suggests that the bug is in wxWindows (I'm using 2.4 for mac) since it never makes it into main(), but dies loading wxWindows. Am I the only one experiencing this? Here the is the back trace: > #0 0x00801858 in wxString::AllocBeforeWrite(unsigned long) () > #1 0x00801ba0 in wxString::AssignCopy(unsigned long, char const*) () > #2 0x00801d28 in wxString::operator=(char const*) () > #3 0x007f3150 in wxProtoInfo::wxProtoInfo(char const*, char const*, > bool, wxClassInfo*) () > #4 0x00977ea8 in __static_initialization_and_destruction_0(int, int) > () > #5 0x8fe16350 in __dyld_call_module_initializers_for_library () > #6 0x8fe160e4 in __dyld_call_module_initializers () > #7 0x8fe133ac in __dyld__dyld_make_delayed_module_initializer_calls () > #8 0x00002238 in _call_mod_init_funcs () at > /SourceCache/Csu/Csu-45/crt.c:299 > #9 0x00002120 in _start (argc=1, argv=0xbffffb84, envp=0xbffffb8c) at > /SourceCache/Csu/Csu-45/crt.c:217 > #10 0x00002080 in start () On Wednesday, October 8, 2003, at 11:02 PM, Carsten Haese wrote: > Hiya, > > I have uploaded a forked version of 0.2 that uses portaudio > (www.portaudio.com) instead of SDL for audio output. Please give this > one a try if the SDL version causes problems, and let me know if it > works better (or at all :) > > Please refer to > http://sourceforge.net/project/ > showfiles.php?group_id=91836&release_id=189741 for release notes and > to download the package. > > Cheers, > > Carsten. > > > > > ------------------------------------------------------- > This SF.net email is sponsored by: SF.net Giveback Program. > SourceForge.net hosts over 70,000 Open Source Projects. > See the people who have HELPED US provide better services: > Click here: http://sourceforge.net/supporters.php > _______________________________________________ > Abchr-users mailing list > Abc...@li... > https://lists.sourceforge.net/lists/listinfo/abchr-users > |