Re: [TTBlue-devel] [SPAM] Re: Printing to Max window from TTEffect units?
Status: Alpha
Brought to you by:
tap
From: Timothy P. <ti...@el...> - 2009-08-09 16:26:02
|
Here is the resolution: http://github.com/tap/JamomaFoundation/commit/9e1acb6e0565cf8dcb4897a0ba22b301ff6c7f43 best, Tim Cycling '74 | Electrotap | 74Objects http://blog.74objects.com On Sun, Aug 9, 2009 at 9:24 AM, Trond Lossius <tro...@be...> wrote: > Hi Tim, > > adding the following line to TTOverdrive::setdrive(const TTValue& > newValue) in TTOverdrive.cpp cause Max on Mac to crash when starting, > even though no patch has been attempted to be opened. > > logMessage("Entered TTOverdrive::setdrive"); > > Crash log below. > > Searching through various DSP source files, I saw that there's also a > TTLogMessage() function. Substituting for this, I get it to work on > Mac, and get messages printed to the console window as well as > terminal the way you suggested. Terminal messages seems to be delayed > same way as the console though. > > On Windows this also compiles, but I do not seem to get anything > posted to the DbgView window. > > Any suggestions? > > And one more question: As compiling on windows is *slow*, I'd like to > only rebuild the DSPLibrary if possible. Do I have to rebuild > tt.overdrive~ as well each time, or can that be skipped? If so I'll > set up a trimmed-down build script to reduce the waiting... > > > Thanks, > Trond > > > > > > Process: MaxMSP [12755] > Path: /Applications/Max5/MaxMSP.app/Contents/MacOS/MaxMSP > Identifier: com.cycling74.MaxMSP > Version: 5.0.7 (38325) (5.0.7) > Code Type: X86 (Native) > Parent Process: launchd [138] > > Interval Since Last Report: 60681 sec > Crashes Since Last Report: 1 > Per-App Interval Since Last Report: 55976 sec > Per-App Crashes Since Last Report: 1 > > Date/Time: 2009-08-09 10:35:17.550 +0200 > OS Version: Mac OS X 10.5.7 (9J61) > Report Version: 6 > Anonymous UUID: FCB7CC05-0473-47BB-8E7F-EE7AB1B9D094 > > Exception Type: EXC_BAD_ACCESS (SIGBUS) > Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000004 > Crashed Thread: 0 > > Thread 0 Crashed: > 0 JamomaDSP 0x16509440 > TTObject::logMessage(char*, ...) + 62 (TTObject.cpp:385) > 1 TTEffectsLib.ttdylib 0x1335cd38 > TTOverdrive::setdrive(TTValue const&) + 40 (TTOverdrive.cpp:62) > 2 JamomaDSP 0x16508e1f > TTObject::setAttributeValue(TTSymbol*, TTValue&) + 459 (TTObject.cpp: > 155) > > Thread 1: > 0 libSystem.B.dylib 0x91ab32e6 > semaphore_timedwait_signal_trap + 10 > 1 libSystem.B.dylib 0x91ae52af _pthread_cond_wait + > 1244 > 2 libSystem.B.dylib 0x91ae6b33 > pthread_cond_timedwait_relative_np + 47 > 3 ...ple.CoreServices.CarbonCore 0x90196d96 > TSWaitOnConditionTimedRelative + 246 > 4 ...ple.CoreServices.CarbonCore 0x90196b76 TSWaitOnSemaphoreCommon > + 422 > 5 ...ple.CoreServices.CarbonCore 0x901c79ac TimerThread + 74 > 6 libSystem.B.dylib 0x91ae4155 _pthread_start + 321 > 7 libSystem.B.dylib 0x91ae4012 thread_start + 34 > > Thread 2: > 0 libSystem.B.dylib 0x91ab32e6 > semaphore_timedwait_signal_trap + 10 > 1 libSystem.B.dylib 0x91ae52af _pthread_cond_wait + > 1244 > 2 libSystem.B.dylib 0x91ae6b33 > pthread_cond_timedwait_relative_np + 47 > 3 ...ple.CoreServices.CarbonCore 0x90196d96 > TSWaitOnConditionTimedRelative + 246 > 4 ...ple.CoreServices.CarbonCore 0x90196b76 TSWaitOnSemaphoreCommon > + 422 > 5 ...ple.CoreServices.CarbonCore 0x901c7da6 DeferredTaskThread + 70 > 6 libSystem.B.dylib 0x91ae4155 _pthread_start + 321 > 7 libSystem.B.dylib 0x91ae4012 thread_start + 34 > > Thread 3: > 0 libSystem.B.dylib 0x91ae39c6 kevent + 10 > 1 libSystem.B.dylib 0x91ae4155 _pthread_start + 321 > 2 libSystem.B.dylib 0x91ae4012 thread_start + 34 > > Thread 4: > 0 libSystem.B.dylib 0x91ae39c6 kevent + 10 > 1 libSystem.B.dylib 0x91ae4155 _pthread_start + 321 > 2 libSystem.B.dylib 0x91ae4012 thread_start + 34 > > Thread 5: > 0 libSystem.B.dylib 0x91ae39c6 kevent + 10 > 1 libSystem.B.dylib 0x91ae4155 _pthread_start + 321 > 2 libSystem.B.dylib 0x91ae4012 thread_start + 34 > > Thread 6: > 0 libSystem.B.dylib 0x91ae39c6 kevent + 10 > 1 libSystem.B.dylib 0x91ae4155 _pthread_start + 321 > 2 libSystem.B.dylib 0x91ae4012 thread_start + 34 > > Thread 7: > 0 libSystem.B.dylib 0x91ae39c6 kevent + 10 > 1 libSystem.B.dylib 0x91ae4155 _pthread_start + 321 > 2 libSystem.B.dylib 0x91ae4012 thread_start + 34 > > Thread 8: > 0 libSystem.B.dylib 0x91ae39c6 kevent + 10 > 1 libSystem.B.dylib 0x91ae4155 _pthread_start + 321 > 2 libSystem.B.dylib 0x91ae4012 thread_start + 34 > > Thread 9: > 0 libSystem.B.dylib 0x91ab3286 mach_msg_trap + 10 > 1 libSystem.B.dylib 0x91abaa7c mach_msg + 72 > 2 com.apple.CoreFoundation 0x900ac04e CFRunLoopRunSpecific + > 1790 > 3 com.apple.CoreFoundation 0x900acc78 CFRunLoopRunInMode + 88 > 4 com.apple.audio.CoreAudio 0x93af35f8 > HALRunLoop::OwnThread(void*) + 160 > 5 com.apple.audio.CoreAudio 0x93af3480 > CAPThread::Entry(CAPThread*) + 96 > 6 libSystem.B.dylib 0x91ae4155 _pthread_start + 321 > 7 libSystem.B.dylib 0x91ae4012 thread_start + 34 > > Thread 0 crashed with X86 Thread State (32-bit): > eax: 0x00000000 ebx: 0x1335cd22 ecx: 0x0000001d edx: 0x0000001d > edi: 0x00000000 esi: 0x00a396c0 ebp: 0xbffff1a8 esp: 0xbfffd1d0 > ss: 0x0000001f efl: 0x00010286 eip: 0x16509440 cs: 0x00000017 > ds: 0x0000001f es: 0x0000001f fs: 0x00000000 gs: 0x00000037 > cr2: 0x00000004 > > Binary Images: > 0x1000 - 0x414ffc +com.cycling74.MaxMSP 5.0.7 (38325) (5.0.7) > <edae8686758afeb5be1d839ef8fbafbc> /Applications/Max5/MaxMSP.app/ > Contents/MacOS/MaxMSP > 0x9e5000 - 0x9e5ffd +com.cycling74.fseventwatcher 5.0.7 (38325) > (38325) <54b73ce76629921517beb552e4b7b374> /Applications/Max5/Cycling > '74/extensions/fseventwatcher.mxo/Contents/MacOS/fseventwatcher > 0x9ee000 - 0x9eeffd libmx.A.dylib ??? (???) /usr/lib/libmx.A.dylib > 0xc00000 - 0xc65fef +[Unknown Bundle] ??? (???) > <504f1d4ea3954fea8e5d3ed275c82d5d> [Unknown Bundle] > 0xd7b000 - 0xd7dfff +com.cycling74.debugwindow 5.0.7 (38325) > (38325) <d8966fc24555440b3243346350abf17b> /Applications/Max5/Cycling > '74/extensions/debugwindow.mxo/Contents/MacOS/debugwindow > 0xe70000 - 0xe93ffe +com.cycling74.MaxAPI 1.0 (1.0) > <0deb73cc757cc197f036bcc56a1c7b5c> /Applications/Max5/MaxMSP.app/ > Contents/Frameworks/MaxAPI.framework/MaxAPI > 0x2ba7000 - 0x2ba9ffa +org.jamoma.fxlib≈ 0.1 (0.1) > <7dec720734ae066e10a6fb17b56c8c6d> /Applications/Max5/Cycling '74/ > extensions/fxlib≈.mxo/Contents/MacOS/fxlib≈ > 0x13305000 - 0x1330cfff +com.cycling74.autohelp 5.0.7 (38325) (38325) > <d4a52d2d3ef658ee0d5ab5e8496ca4d8> /Applications/Max5/Cycling '74/ > extensions/autohelp.mxo/Contents/MacOS/autohelp > 0x13312000 - 0x13320fff +com.cycling74.MaxAudioAPI ??? (1.0) > <07168b8eee5607a63a943db8786a7741> /Applications/Max5/MaxMSP.app/ > Contents/Frameworks/MaxAudioAPI.framework/Versions/A/MaxAudioAPI > 0x13332000 - 0x13336fff +com.electrotap.JamomaMulticore VERSION > (SVNREV) (SVNREV) <73185118ae64920fc1d8db88f6ac0463> /Library/ > Frameworks/JamomaMulticore.framework/Versions/A/JamomaMulticore > 0x1333d000 - 0x13341ffb +SpatDisplay.ttdylib ??? (???) > <4287f37285d631e9bcd9e0cf7efc2e24> /Library/Application Support/TTBlue/ > Extensions/SpatDisplay.ttdylib > 0x13347000 - 0x13349fff +TTAudioUnit.ttdylib ??? (???) > <b19b884b71b55a25d8bf8636e06fb54f> /Library/Application Support/TTBlue/ > Extensions/TTAudioUnit.ttdylib > 0x1334e000 - 0x1334fff7 +TTClipper.ttdylib ??? (???) > <221535951871177ad891bbab2c8eb77a> /Library/Application Support/TTBlue/ > Extensions/TTClipper.ttdylib > 0x13354000 - 0x13361ff7 +TTEffectsLib.ttdylib ??? (???) > <d9003e3725a46251127223ef1b020f31> /Library/Application Support/TTBlue/ > Extensions/TTEffectsLib.ttdylib > 0x1336c000 - 0x13394fff +TTFilterLib.ttdylib ??? (???) > <bd09e73a7fb37104491a4caa85cdd778> /Library/Application Support/TTBlue/ > Extensions/TTFilterLib.ttdylib > 0x133ab000 - 0x133b0fff +TTFunctionLib.ttdylib ??? (???) > <68d53b7b5f026ae35cabe80688c32d7e> /Library/Application Support/TTBlue/ > Extensions/TTFunctionLib.ttdylib > 0x133b9000 - 0x133bcfff com.apple.audio.AudioIPCPlugIn 1.0.6 (1.0.6) > <63c9ef8da77eb8768e03991ec0e413fd> /System/Library/Extensions/ > AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugIn.bundle/Contents/ > MacOS/AudioIPCPlugIn > 0x16379000 - 0x1637efff com.apple.audio.AppleHDAHALPlugIn 1.6.8 > (1.6.8a3) /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/ > AppleHDAHALPlugIn.bundle/Contents/MacOS/AppleHDAHALPlugIn > 0x16383000 - 0x163b2fe3 +com.grame.JackRouter JackRouter (0.8.6) > <94e85a413057a622d3ddb0a9b95de34e> /Library/Audio/Plug-Ins/HAL/ > JackRouter.plugin/Contents/MacOS/JackRouter > 0x16500000 - 0x16546ff9 +JamomaDSP ??? (???) > <cc7f18672fa33cd54501d620de1a591d> /Library/Frameworks/ > JamomaDSP.framework/Versions/A/JamomaDSP > 0x16596000 - 0x165beff2 +com.grame.Jackmp ??? (0.691) > <4a8d0afeae0749fca985339b50db2a1b> /Library/Frameworks/ > Jackmp.framework/Versions/A/Jackmp > 0x16796000 - 0x16803ff7 +TTGraphics.ttdylib ??? (???) > <b8fb7a6b8803c72b65954df30b4faadb> /Library/Application Support/TTBlue/ > Extensions/TTGraphics.ttdylib > 0x8fe00000 - 0x8fe2db43 dyld 97.1 (???) > <100d362e03410f181a34e04e94189ae5> /usr/lib/dyld > 0x90003000 - 0x90027fff libxslt.1.dylib ??? (???) > <0a9778d6368ae668826f446878deb99b> /usr/lib/libxslt.1.dylib > 0x90028000 - 0x90038fff com.apple.speech.synthesis.framework 3.7.1 > (3.7.1) <06d8fc0307314f8ffc16f206ad3dbf44> /System/Library/Frameworks/ > ApplicationServices.framework/Versions/A/Frameworks/ > SpeechSynthesis.framework/Versions/A/SpeechSynthesis > 0x90039000 - 0x9016cfef com.apple.CoreFoundation 6.5.6 (476.18) > <2d52bab73660117571bd6486dc318f8e> /System/Library/Frameworks/ > CoreFoundation.framework/Versions/A/CoreFoundation > 0x9016d000 - 0x90447ff3 com.apple.CoreServices.CarbonCore 786.11 > (786.13) <9e2d85d52e5e2951aa4dd53c48ccc52f> /System/Library/Frameworks/ > CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/ > Versions/A/CarbonCore > 0x90448000 - 0x904dbff3 com.apple.ApplicationServices.ATS 3.7 (???) > <a535fc4982d3acff6530ec25c402e679> /System/Library/Frameworks/ > ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/ > Versions/A/ATS > 0x904dc000 - 0x904f7ffb libPng.dylib ??? (???) > <4780e979d35aa5ec2cea22678836cea5> /System/Library/Frameworks/ > ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/ > Versions/A/Resources/libPng.dylib > 0x904f8000 - 0x90520ff7 com.apple.shortcut 1.0.1 (1.0) > <131202e7766e327d02d55c0f5fc44ad7> /System/Library/PrivateFrameworks/ > Shortcut.framework/Versions/A/Shortcut > 0x90522000 - 0x905aeff7 com.apple.LaunchServices 290.3 (290.6) > <bdba267184df88bd5b8e2116ea903872> /System/Library/Frameworks/ > CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/ > Versions/A/LaunchServices > 0x905ec000 - 0x90649ffb libstdc++.6.dylib ??? (???) > <04b812dcec670daa8b7d2852ab14be60> /usr/lib/libstdc++.6.dylib > 0x9064a000 - 0x9064bffc libffi.dylib ??? (???) > <a3b573eb950ca583290f7b2b4c486d09> /usr/lib/libffi.dylib > 0x90928000 - 0x90a61ff7 libicucore.A.dylib ??? (???) > <cac059ebdac7d9a63ee0f7a648c9f6cf> /usr/lib/libicucore.A.dylib > 0x91ab2000 - 0x91c19ff3 libSystem.B.dylib ??? (???) > <b47c8e6e45aef620730710a732bf1930> /usr/lib/libSystem.B.dylib > 0x91c1a000 - 0x91c2fffb com.apple.ImageCapture 5.0.2 (5.0.2) /System/ > Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ > ImageCapture.framework/Versions/A/ImageCapture > 0x91c71000 - 0x91c8ffff libresolv.9.dylib ??? (???) > <a8018c42930596593ddf27f7c20fe7af> /usr/lib/libresolv.9.dylib > 0x91c90000 - 0x91cd9fef com.apple.Metadata 10.5.2 (398.25) > <e0572f20350523116f23000676122a8d> /System/Library/Frameworks/ > CoreServices.framework/Versions/A/Frameworks/Metadata.framework/ > Versions/A/Metadata > 0x91cf9000 - 0x91d11ff7 com.apple.CoreVideo 1.6.0 (20.0) > <dd60118bac9aefaf88d9ab44558f05c4> /System/Library/Frameworks/ > CoreVideo.framework/Versions/A/CoreVideo > 0x91d12000 - 0x91db9feb com.apple.QD 3.11.56 (???) > <a94d0f5438b730e88e5efdb233295c52> /System/Library/Frameworks/ > ApplicationServices.framework/Versions/A/Frameworks/QD.framework/ > Versions/A/QD > 0x91ddf000 - 0x91dfeffa libJPEG.dylib ??? (???) > <e7eb56555109e23144924cd64aa8daec> /System/Library/Frameworks/ > ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/ > Versions/A/Resources/libJPEG.dylib > 0x91f63000 - 0x91f65ff5 libRadiance.dylib ??? (???) > <8a844202fcd65662bb9ab25f08c45a62> /System/Library/Frameworks/ > ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/ > Versions/A/Resources/libRadiance.dylib > 0x91f66000 - 0x91f6afff libmathCommon.A.dylib ??? (???) /usr/lib/ > system/libmathCommon.A.dylib > 0x91f6b000 - 0x91f75feb com.apple.audio.SoundManager 3.9.2 (3.9.2) > <0f2ba6e891d3761212cf5a5e6134d683> /System/Library/Frameworks/ > Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/ > A/CarbonSound > 0x91f86000 - 0x91fc5fef libTIFF.dylib ??? (???) > <3589442575ac77746ae99ecf724f5f87> /System/Library/Frameworks/ > ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/ > Versions/A/Resources/libTIFF.dylib > 0x91fc6000 - 0x9210cff7 com.apple.ImageIO.framework 2.0.4 (2.0.4) > <6a6623d3d1a7292b5c3763dcd108b55f> /System/Library/Frameworks/ > ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/ > Versions/A/ImageIO > 0x9210d000 - 0x924aafef com.apple.QuartzCore 1.5.8 (1.5.8) > <a28fa54346a9f9d5b3bef076a1ee0fcf> /System/Library/Frameworks/ > QuartzCore.framework/Versions/A/QuartzCore > 0x924ab000 - 0x92633fe3 com.apple.JavaScriptCore 5530.19 (5530.19) > <df70ffca834a208aae04aa045009a6e7> /System/Library/Frameworks/ > JavaScriptCore.framework/Versions/A/JavaScriptCore > 0x92679000 - 0x92700ff7 libsqlite3.0.dylib ??? (???) > <3334ea5af7a911637413334154bb4100> /usr/lib/libsqlite3.0.dylib > 0x92701000 - 0x9277bff8 com.apple.print.framework.PrintCore 5.5.4 > (245.6) <03d0585059c20cb0bde5e000438c49e1> /System/Library/Frameworks/ > ApplicationServices.framework/Versions/A/Frameworks/ > PrintCore.framework/Versions/A/PrintCore > 0x9277c000 - 0x92781fff com.apple.CommonPanels 1.2.4 (85) > <ea0665f57cd267609466ed8b2b20e893> /System/Library/Frameworks/ > Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/ > A/CommonPanels > 0x92782000 - 0x92b92fef libBLAS.dylib ??? (???) /System/Library/ > Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/ > Versions/A/libBLAS.dylib > 0x92d13000 - 0x92df4ff7 libxml2.2.dylib ??? (???) > <2f6b294896866822330a8888b7f53b75> /usr/lib/libxml2.2.dylib > 0x92df5000 - 0x93686fff com.apple.WebCore 5530.19 (5530.19) > <1b48d8dc3e18ac4a1e62af44f0a6f796> /System/Library/Frameworks/ > WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/ > WebCore > 0x938ab000 - 0x938fcff7 com.apple.HIServices 1.7.0 (???) > <01b690d1f376e400ac873105533e39eb> /System/Library/Frameworks/ > ApplicationServices.framework/Versions/A/Frameworks/ > HIServices.framework/Versions/A/HIServices > 0x9393f000 - 0x93943fff libGIF.dylib ??? (???) > <572a32e46e33be1ec041c5ef5b0341ae> /System/Library/Frameworks/ > ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/ > Versions/A/Resources/libGIF.dylib > 0x93944000 - 0x93944ff8 com.apple.ApplicationServices 34 (34) > <8f910fa65f01d401ad8d04cc933cf887> /System/Library/Frameworks/ > ApplicationServices.framework/Versions/A/ApplicationServices > 0x93945000 - 0x93945fff com.apple.Carbon 136 (136) > <27d42531a2cbeb05a7f4d05a28281bd7> /System/Library/Frameworks/ > Carbon.framework/Versions/A/Carbon > 0x93946000 - 0x939f8ffb libcrypto.0.9.7.dylib ??? (???) > <9d714c92872a93dd127ea8556b2c8945> /usr/lib/libcrypto.0.9.7.dylib > 0x939f9000 - 0x93a0ffff com.apple.DictionaryServices 1.0.0 (1.0.0) > <ad0aa0252e3323d182e17f50defe56fc> /System/Library/Frameworks/ > CoreServices.framework/Versions/A/Frameworks/ > DictionaryServices.framework/Versions/A/DictionaryServices > 0x93ac8000 - 0x93ad5fe7 com.apple.opengl 1.5.10 (1.5.10) > <5a2813f80c9441170cc1ab8a3dac5038> /System/Library/Frameworks/ > OpenGL.framework/Versions/A/OpenGL > 0x93ad6000 - 0x93b53feb com.apple.audio.CoreAudio 3.1.2 (3.1.2) > <5a4e6329f8dbca5dcd70924525afd24a> /System/Library/Frameworks/ > CoreAudio.framework/Versions/A/CoreAudio > 0x93b54000 - 0x93ca6ff3 com.apple.audio.toolbox.AudioToolbox 1.5.2 > (1.5.2) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/ > AudioToolbox > 0x93ca7000 - 0x93caafff com.apple.help 1.1 (36) > <b507b08e484cb89033e9cf23062d77de> /System/Library/Frameworks/ > Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help > 0x93cab000 - 0x944a9fef com.apple.AppKit 6.5.7 (949.46) > <a80f8cb62f6bdcb3bed3c8675d55881d> /System/Library/Frameworks/ > AppKit.framework/Versions/C/AppKit > 0x9450b000 - 0x945f3ff3 com.apple.CoreData 100.2 (186.1) > <8fb61e1714a4b8d587ce97605ad32547> /System/Library/Frameworks/ > CoreData.framework/Versions/A/CoreData > 0x94647000 - 0x946dafff com.apple.ink.framework 101.3 (86) > <bf3fa8927b4b8baae92381a976fd2079> /System/Library/Frameworks/ > Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink > 0x946db000 - 0x947a6fff com.apple.ColorSync 4.5.1 (4.5.1) /System/ > Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ > ColorSync.framework/Versions/A/ColorSync > 0x947dc000 - 0x947e2fff com.apple.print.framework.Print 218.0.3 > (220.2) <5b7f4ef7c2df36aff9605377775781e4> /System/Library/Frameworks/ > Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print > 0x947e3000 - 0x947ecfff com.apple.speech.recognition.framework 3.7.24 > (3.7.24) <73cf6b3c5ddf94d7ce9ae2c81c1b558c> /System/Library/Frameworks/ > Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/ > Versions/A/SpeechRecognition > 0x947ed000 - 0x9486afef libvMisc.dylib ??? (???) /System/Library/ > Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/ > Versions/A/libvMisc.dylib > 0x94877000 - 0x948a6fe3 com.apple.AE 402.3 (402.3) > <b13bfda0ad9314922ee37c0d018d7de9> /System/Library/Frameworks/ > CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE > 0x948a7000 - 0x94926ff5 com.apple.SearchKit 1.2.1 (1.2.1) > <3140a605db2abf56b237fa156a08b28b> /System/Library/Frameworks/ > CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/ > Versions/A/SearchKit > 0x94927000 - 0x94929fff com.apple.securityhi 3.0 (30817) > <31baaf7ea27b41480604ffc910fe827f> /System/Library/Frameworks/ > Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/ > SecurityHI > 0x94944000 - 0x94954ffc com.apple.LangAnalysis 1.6.4 (1.6.4) > <8b7831b5f74a950a56cf2d22a2d436f6> /System/Library/Frameworks/ > ApplicationServices.framework/Versions/A/Frameworks/ > LangAnalysis.framework/Versions/A/LangAnalysis > 0x949a5000 - 0x949feff7 libGLU.dylib ??? (???) > <a3b9be30100a25a6cd3ad109892f52b7> /System/Library/Frameworks/ > OpenGL.framework/Versions/A/Libraries/libGLU.dylib > 0x949ff000 - 0x94a06fe9 libgcc_s.1.dylib ??? (???) > <f53c808e87d1184c0f9df63aef53ce0b> /usr/lib/libgcc_s.1.dylib > 0x94a0f000 - 0x94a69ff7 com.apple.CoreText 2.0.4 (???) > <f0b6c1d4f40bd21505097f0255abfead> /System/Library/Frameworks/ > ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/ > Versions/A/CoreText > 0x94a6a000 - 0x94f3bfbe libGLProgrammability.dylib ??? (???) > <7f18294a7bd0b6afe4319f29187fc70d> /System/Library/Frameworks/ > OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib > 0x94f3c000 - 0x94f3cffd com.apple.vecLib 3.4.2 (vecLib 3.4.2) /System/ > Library/Frameworks/vecLib.framework/Versions/A/vecLib > 0x94f3d000 - 0x94fc9ff7 com.apple.framework.IOKit 1.5.2 (???) > <97b9f9d584f48891377f0481b9104434> /System/Library/Frameworks/ > IOKit.framework/Versions/A/IOKit > 0x94fca000 - 0x94fd1ffe libbsm.dylib ??? (???) > <d25c63378a5029648ffd4b4669be31bf> /usr/lib/libbsm.dylib > 0x94fd2000 - 0x952f8fe2 com.apple.QuickTime 7.6.2 (1327) > <3754e41d846b7948f96c9ec4c690b520> /System/Library/Frameworks/ > QuickTime.framework/Versions/A/QuickTime > 0x952f9000 - 0x953c0ff2 com.apple.vImage 3.0 (3.0) /System/Library/ > Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/ > Versions/A/vImage > 0x9540c000 - 0x954c6fe3 com.apple.CoreServices.OSServices 227 (227) > <30cebcb68b1b571df7d77474e0c31556> /System/Library/Frameworks/ > CoreServices.framework/Versions/A/Frameworks/OSServices.framework/ > Versions/A/OSServices > 0x954c7000 - 0x9556bfec com.apple.CFNetwork 438.10 (438.12) > <fde64bbb20532794396fb21911ccaa98> /System/Library/Frameworks/ > CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/ > Versions/A/CFNetwork > 0x9556c000 - 0x957e8fe7 com.apple.Foundation 6.5.8 (677.24) > <aa84b0383891378c348ffa4a94853082> /System/Library/Frameworks/ > Foundation.framework/Versions/C/Foundation > 0x957e9000 - 0x957f7ffd libz.1.dylib ??? (???) > <5ddd8539ae2ebfd8e7cc1c57525385c7> /usr/lib/libz.1.dylib > 0x95810000 - 0x95852fef com.apple.NavigationServices 3.5.2 (163) > <91844980804067b07a0b6124310d3f31> /System/Library/Frameworks/ > Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/ > Versions/A/NavigationServices > 0x95853000 - 0x9587cfff libcups.2.dylib ??? (???) > <1b0435164b9dc6c773d0b1f24701e554> /usr/lib/libcups.2.dylib > 0x9587d000 - 0x9592dfff edu.mit.Kerberos 6.0.13 (6.0.13) > <804bd1b3f08fb57396781f012006367c> /System/Library/Frameworks/ > Kerberos.framework/Versions/A/Kerberos > 0x959a1000 - 0x959a1ffd com.apple.Accelerate.vecLib 3.4.2 (vecLib > 3.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/ > Frameworks/vecLib.framework/Versions/A/vecLib > 0x959a2000 - 0x959feff7 com.apple.htmlrendering 68 (1.1.3) > <fe87a9dede38db00e6c8949942c6bd4f> /System/Library/Frameworks/ > Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/ > Versions/A/HTMLRendering > 0x95a05000 - 0x95bd6ffb com.apple.security 5.0.5 (36371) > <c13e0bb1acfdcf94be4d3ee118ef190e> /System/Library/Frameworks/ > Security.framework/Versions/A/Security > 0x95bd7000 - 0x95cb1ff7 com.apple.WebKit 5530.19 (5530.19.2) > <b111dcaa90ec230e037d757cc9b56547> /System/Library/Frameworks/ > WebKit.framework/Versions/A/WebKit > 0x95cb2000 - 0x95ce9fff com.apple.SystemConfiguration 1.9.2 (1.9.2) > <8b26ebf26a009a098484f1ed01ec499c> /System/Library/Frameworks/ > SystemConfiguration.framework/Versions/A/SystemConfiguration > 0x95d1d000 - 0x95d4afeb libvDSP.dylib ??? (???) > <b232c018ddd040ec4e2c2af632dd497f> /System/Library/Frameworks/ > Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/ > libvDSP.dylib > 0x95d4b000 - 0x95e2bfff libobjc.A.dylib ??? (???) > <7b92613fdf804fd9a0a3733a0674c30b> /usr/lib/libobjc.A.dylib > 0x95e2c000 - 0x961eafea libLAPACK.dylib ??? (???) /System/Library/ > Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/ > Versions/A/libLAPACK.dylib > 0x96222000 - 0x9622afff com.apple.DiskArbitration 2.2.1 (2.2.1) > <75b0c8d8940a8a27816961dddcac8e0f> /System/Library/Frameworks/ > DiskArbitration.framework/Versions/A/DiskArbitration > 0x9622b000 - 0x968cbfe3 com.apple.CoreGraphics 1.409.3 (???) > <25dceb14af3455b768f56e8765ecf3ca> /System/Library/Frameworks/ > ApplicationServices.framework/Versions/A/Frameworks/ > CoreGraphics.framework/Versions/A/CoreGraphics > 0x968cc000 - 0x968d8ffe libGL.dylib ??? (???) /System/Library/ > Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib > 0x968d9000 - 0x96be1fff com.apple.HIToolbox 1.5.5 (???) > <b17766e3d8800a73f534c41f624f5ac4> /System/Library/Frameworks/ > Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/ > HIToolbox > 0x96be2000 - 0x96be2ffb com.apple.installserver.framework 1.0 (8) / > System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/ > InstallServer > 0x96d36000 - 0x96d74fff libGLImage.dylib ??? (???) > <a6425aeb77f4da13212ac75df57b056d> /System/Library/Frameworks/ > OpenGL.framework/Versions/A/Libraries/libGLImage.dylib > 0x96d75000 - 0x96d8dfff com.apple.openscripting 1.2.8 (???) > <572c7452d7e740e8948a5ad07a99602b> /System/Library/Frameworks/ > Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/ > Versions/A/OpenScripting > 0x96dde000 - 0x96e18fe7 com.apple.coreui 1.2 (62) /System/Library/ > PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI > 0x96e19000 - 0x96e19ffc com.apple.audio.units.AudioUnit 1.5 (1.5) / > System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit > 0x9701d000 - 0x97048fe7 libauto.dylib ??? (???) > <42d8422dc23a18071869fdf7b5d8fab5> /usr/lib/libauto.dylib > 0x97228000 - 0x97234ff9 com.apple.helpdata 1.0.1 (14.2) /System/ > Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData > 0x97235000 - 0x97235ff8 com.apple.Cocoa 6.5 (???) > <e064f94d969ce25cb7de3cfb980c3249> /System/Library/Frameworks/ > Cocoa.framework/Versions/A/Cocoa > 0x97270000 - 0x97364ff4 libiconv.2.dylib ??? (???) > <c508c60fafca17824c0017b2e4369802> /usr/lib/libiconv.2.dylib > 0x97398000 - 0x97422fe3 com.apple.DesktopServices 1.4.8 (1.4.8) > <3065de6531ce839c7cb5b6dd70e03f4f> /System/Library/PrivateFrameworks/ > DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv > 0x974c7000 - 0x974cefff com.apple.agl 3.0.9 (AGL-3.0.9) > <2f39c480cfcee9358a23d61b20a6aa56> /System/Library/Frameworks/ > AGL.framework/Versions/A/AGL > 0x974cf000 - 0x974cfffd com.apple.Accelerate 1.4.2 (Accelerate > 1.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/ > Accelerate > 0x974d0000 - 0x974d0ffa com.apple.CoreServices 32 (32) > <2fcc8f3bd5bbfc000b476cad8e6a3dd2> /System/Library/Frameworks/ > CoreServices.framework/Versions/A/CoreServices > 0xfffe8000 - 0xfffebfff libobjc.A.dylib ??? (???) /usr/lib/ > libobjc.A.dylib > 0xffff0000 - 0xffff1780 libSystem.B.dylib ??? (???) /usr/lib/ > libSystem.B.dylib > > > > > > > > > > On Aug 8, 2009, at 9:21 PM, Timothy Place wrote: > > > Yes, Trond. You launch the DbgView program and it provides a > > console window. DbgView can be downloaded from Microsoft as a part > > of the SysInternals package @ > http://technet.microsoft.com/en-us/sysinternals/bb842062.aspx > > . > > > > This package also has some other useful things for debugging on > > Windows. FileMon, in particular, has been helpful in debugging > > weird problems on Windows with loading DLLs in the past. > > > > best, > > Tim > > > > Cycling '74 | Electrotap | 74Objects > > http://blog.74objects.com > > > > > > On Sat, Aug 8, 2009 at 1:46 PM, Trond Lossius <tro...@be...> > > wrote: > > Thanks, Tim. > > > > Is there a console on Windows where they will show up? > > > > I want to run calculations on both platforms and compaee > > intermittent values to track down where the Windows vide wandwrs off. > > > > Thanks, > > Trond > > > > Sent from my iPhone > > > > On 8. aug. 2009, at 17.54, Timothy Place <ti...@el...> wrote: > > > >> Hi Trond, > >> > >> The short answer is http://redmine.jamoma.org/issues/show/131 > >> > >> The long answer is that, for now, you can use the inherited > >> TTObject methods logMessage() or logError() and then these message > >> will show up on the console (not the Max window). In OS 10.5 Apple > >> introduced some features that make Console.app really slow not > >> always up-to-date, which is unfortunate. So instead of > >> Console.app, I use the Terminal and run this: > >> tail -f /var/log/system.log > >> > >> best, > >> Tim > >> > >> Cycling '74 | Electrotap | 74Objects > >> http://blog.74objects.com > >> > >> > >> On Sat, Aug 8, 2009 at 9:51 AM, Trond Lossius > >> <tro...@be...> wrote: > >> Hi Tim, > >> > >> > >> for debugging the TTOverdrive distortion on Windows, it would be > >> tremendously useful to be able to print to the Max window from within > >> the code of TTOverdrive.cpp > >> > >> Are there any way this can be achieved, Tim? > >> > >> > >> Thanks, > >> Trond > >> > >> > ------------------------------------------------------------------------------ > >> Let Crystal Reports handle the reporting - Free Crystal Reports > >> 2008 30-Day > >> trial. Simplify your report design, integration and deployment - > >> and focus on > >> what you do best, core application coding. Discover what's new with > >> Crystal Reports now. http://p.sf.net/sfu/bobj-july > >> _______________________________________________ > >> TTBlue-devel mailing list > >> TTB...@li... > >> https://lists.sourceforge.net/lists/listinfo/ttblue-devel > >> > >> > ------------------------------------------------------------------------------ > >> Let Crystal Reports handle the reporting - Free Crystal Reports > >> 2008 30-Day > >> trial. Simplify your report design, integration and deployment - > >> and focus on > >> what you do best, core application coding. Discover what's new with > >> Crystal Reports now. http://p.sf.net/sfu/bobj-july > >> _______________________________________________ > >> TTBlue-devel mailing list > >> TTB...@li... > >> https://lists.sourceforge.net/lists/listinfo/ttblue-devel > > > > > ------------------------------------------------------------------------------ > > Let Crystal Reports handle the reporting - Free Crystal Reports 2008 > > 30-Day > > trial. Simplify your report design, integration and deployment - and > > focus on > > what you do best, core application coding. Discover what's new with > > Crystal Reports now. http://p.sf.net/sfu/bobj-july > > _______________________________________________ > > TTBlue-devel mailing list > > TTB...@li... > > https://lists.sourceforge.net/lists/listinfo/ttblue-devel > > > > > > > ------------------------------------------------------------------------------ > > Let Crystal Reports handle the reporting - Free Crystal Reports 2008 > > 30-Day > > trial. Simplify your report design, integration and deployment - and > > focus on > > what you do best, core application coding. Discover what's new with > > Crystal Reports now. > http://p.sf.net/sfu/bobj-july_______________________________________________ > > TTBlue-devel mailing list > > TTB...@li... > > https://lists.sourceforge.net/lists/listinfo/ttblue-devel > > > > ------------------------------------------------------------------------------ > Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day > trial. Simplify your report design, integration and deployment - and focus > on > what you do best, core application coding. Discover what's new with > Crystal Reports now. http://p.sf.net/sfu/bobj-july > _______________________________________________ > TTBlue-devel mailing list > TTB...@li... > https://lists.sourceforge.net/lists/listinfo/ttblue-devel > |