PortAudio / portaudio

PortAudio is a cross-platform, open-source C language library for real-time audio input and output.
Other
1.42k stars 295 forks source link

Pa_Initialize hangs on Mac in debug mode in NetBeans #90

Open PortAudio-admin opened 14 years ago

PortAudio-admin commented 14 years ago

Issue created by @philburk

Blaise wrote: I'm busy working with PortAudio and I've come across a problem when trying to debug in NetBeans. When running the debugger the system freezes on Pa_Initialize(). It works fine in gdb. I've tried compiling and installing portaudio with the "--enable-mac-debug" option and without. Setup is as follows:

OS - Mac OSX 10.6.4 NetBeans - 6.9 PortAudio - pa_snapshot.tgz created Thursday, 08-Jul-2010 21:37:03 PDT I also tried the stable build but that didn't compile on Mac OS 10.6.4.

To reproduce the problem, create an empty project with Pa_Intitalize() in the main function. Then run the program in debug mode in NetBeans. Note that the program works fine when running in gdb. I've attached an example project. I don't know if the same bug appears on other operating systems.

Many thanks, Blaise Thomson

PortAudio-admin commented 12 years ago

Comment by @RossBencina

TRAC migration: propagating ticket status from TRAC

PortAudio-admin commented 12 years ago

Comment by @RossBencina

CMakeLists.txt patest.cpp.txt