I'm sure this will help. Debugger Output repeats "warning: Could not
find object file…." Tell me if I sent enough.
by Thread
Thread 1
stl_algobase.h
line 283 *__result = *__first;
thread 1: Program received signal: "EXC_BAD_ACCESS*.
1 std::deque<float, std::allocator<float> >:: deque(std::deque<float,
std::allocator<float> > const&)
ofApp.app
line 239 if(serialReady)
2 ofApp::draw()
line 79 drawCurve(faderPosition, 128, 0, 255);
thread 1: Program received signal: "EXC_BAD_ACCESS*.
3 ofNotifyEvent [inlined]
No Editor
4 ofNotifyDraw()
No Editor
5 ofAppGlutWindow::dispay()
No Editor
6-[GLUTView drawrect:]
line 27 0x3e00476a <+0106> andl $0xfffffff7,0x144(%esi)
thread 1: Program received signal: "EXC_BAD_ACCESS*.
11 glutMainLoop
line 53 0x3e00476a <+0106> andl $0xfffffff7,0x144(%esi)
12 ofRunApp(ofBaseApp*)
13 _ZN15ofAppGlutWindowD2Ev [inlined]
No Editor
14 main
Debugger Output
OF: OF_LOG_ERROR: ofSerial: trouble reading from port, errno 9 (Bad
file descriptor) sharedlibrary apply-load-rules all Warning: the
current language does not match this frame. warning: Could not find
object file "/Developer/usr/lib/gcc/i686-apple-darwin10/4.0.1/
libgcc.a(_eprintf.o)" - no debug information available for "/var/tmp/
gcc_40/gcc_40-5494~211/src/gcc/libgcc2.c".
warning: Could not find object file "/Users/theo/Documents/CODE/
__OPENFRAMEWORKS/gitOF/openFrameworks/apps/devApps/macDragDropExample/
buildGlutFrameworkHackedWindowLevel10.4/
libForeground.a(macx_foreground.o)" - no debug information available
for "/Users/mcast/Code/GLUT-ToPost/macx_foreground.m".
warning: .o file "/Developer/usr/bin/../lib/gcc/i686-apple-
darwin10/4.2.1/crt3.o" more recent than executable timestamp in "/
Library/Frameworks/Jackmp.framework/Versions/A/Jackmp"
warning: Could not open OSO file /Developer/usr/bin/../lib/gcc/i686-
apple-darwin10/4.2.1/crt3.o to scan for pubtypes for objfile /Library/
Frameworks/Jackmp.framework/Versions/A/Jackmp warning: Could not find
object file "/Volumes/Document1/Developpement/ProjectsCVS/JackCVS/
jack2-svn/trunk/jackmp/macosx/build/Jackdmp.build/Deployment/
Jackmp.framework 64 bits.build/Objects-normal/i386/
JackMacLibClientRPC.o" - no debug information available for "/Volumes/
Document1/Developpement/ProjectsCVS/JackCVS/jack2-svn/trunk/jackmp/
macosx/JackMacLibClientRPC.cpp".
warning: Could not find object file "/Volumes/Document1/Developpement/
ProjectsCVS/JackCVS/jack2-svn/trunk/jackmp/macosx/build/Jackdmp.build/
Deployment/Jackmp.framework 64 bits.build/Objects-normal/i386/
JackRPCEngineUser.o" - no debug information available for "/Volumes/
Document1/Developpement/ProjectsCVS/JackCVS/jack2-svn/trunk/jackmp/
macosx/RPC/JackRPCEngineUser.c".
Lee