Re: [PD] pd crashes when trying to use built-in line in in MacBook Pro

2010-02-18 Thread Matteo Sisti Sette

Matteo Sisti Sette escribió:

matteo sisti sette escribió:

Hi,

On a MacBook Pro, if I go into Peferences/Audio settings and try to 
choose built-in input (as opposed to Built-in Microphone which is 
the default), Pd crashes.


Strangely enough, I've solved this by going to Mac OS's System 
Preferences, Audio, and selecting the line-in as the default input 
device.


Oh, no, it is not solved. It seems to happen at random times. Have 
anybody experienced this? Any idea?

Does the crash log help figure out anything? (I attach it again)

Thanks
m.



Process: pd [920]
Path: 
/Applications/Pd-0.42-5.app/Contents/Resources/Scripts/../bin/pd

Identifier:  pd
Version: ??? (???)
Code Type:   X86 (Native)
Parent Process:  Pd [919]

Interval Since Last Report:  1808829 sec
Crashes Since Last Report:   143
Per-App Interval Since Last Report:  0 sec
Per-App Crashes Since Last Report:   57

Date/Time:   2010-02-16 18:39:56.875 +0100
OS Version:  Mac OS X 10.5.8 (9L31a)
Report Version:  6
Anonymous UUID:  15879462-4010-4F8B-85A9-97073868FC02

Exception Type:  EXC_BAD_ACCESS (SIGBUS)
Exception Codes: KERN_PROTECTION_FAILURE at 0x01d8
Crashed Thread:  2

Thread 0:
0   libSystem.B.dylib 0x912473a6 mach_wait_until + 10
1   libSystem.B.dylib 0x912be3ad nanosleep + 314
2   libSystem.B.dylib 0x912be26d usleep + 61
3   pd 0x00075f68 Pa_Sleep + 40 
(pa_unix_util.c:119)
4   pd 0x00079f34 
BlockWhileAudioUnitIsRunning + 99 (pa_mac_core.c:2128)
5   pd 0x00079fc3 StopStream + 128 
(pa_mac_core.c:2167)
6   pd 0x0006f9d5 CloseAudioStream + 53 
(s_audio_pablio.c:339)
7   pd 0x0006f13d pa_close_audio + 46 
(s_audio_pa.c:279)
8   pd 0x00048a11 sys_close_audio + 145 
(s_audio.c:340)
9   pd 0x000499ff glob_audio_dialog + 556 
(s_audio.c:744)
10  pd 0x00039a93 pd_typedmess + 781 
(m_class.c:681)
11  pd 0x0003d15b binbuf_eval + 1075 
(m_binbuf.c:722)
12  pd 0x0004478e socketreceiver_read + 1016 
(s_inter.c:546)
13  pd 0x00043821 sys_domicrosleep + 385 
(s_inter.c:184)
14  pd 0x00043886 sys_microsleep + 19 
(s_inter.c:207)
15  pd 0x00041527 m_mainloop + 468 
(m_sched.c:511)

16  pd 0x00043622 sys_main + 1642 (s_main.c:313)
17  pd 0x19f6 _start + 216
18  pd 0x191d start + 41

Thread 1:
0   libSystem.B.dylib 0x91247286 mach_msg_trap + 10
1   libSystem.B.dylib 0x9124ea7c mach_msg + 72
2   com.apple.CoreFoundation   0x900bfe7e CFRunLoopRunSpecific + 1790
3   com.apple.CoreFoundation   0x900c0aa8 CFRunLoopRunInMode + 88
4   com.apple.audio.CoreAudio 0x918a15f8 
HALRunLoop::OwnThread(void*) + 160
5   com.apple.audio.CoreAudio 0x918a1480 
CAPThread::Entry(CAPThread*) + 96

6   libSystem.B.dylib 0x91278155 _pthread_start + 321
7   libSystem.B.dylib 0x91278012 thread_start + 34

Thread 2 Crashed:
0   pd 0x00078c12 AudioIOProc + 2015 
(pa_mac_core.c:1889)


Thread 3:
0   libSystem.B.dylib 0x9124e46e __semwait_signal + 10
1   libSystem.B.dylib 0x91278dcd pthread_cond_wait$UNIX2003 + 73
2   libGLProgrammability.dylib 0x94654b32 glvmDoWork + 162
3   libSystem.B.dylib 0x91278155 _pthread_start + 321
4   libSystem.B.dylib 0x91278012 thread_start + 34

Thread 4:
0   libSystem.B.dylib 0x91247286 mach_msg_trap + 10
1   libSystem.B.dylib 0x9124ea7c mach_msg + 72
2   com.apple.CoreFoundation   0x900bfe7e CFRunLoopRunSpecific + 1790
3   com.apple.CoreFoundation   0x900c0b04 CFRunLoopRun + 84
4   ...le.QuickTimeUSBVDCDigitizer 0x132a0084 0x1329f000 + 4228
5   libSystem.B.dylib 0x91278155 _pthread_start + 321
6   libSystem.B.dylib 0x91278012 thread_start + 34

Thread 5:
0   libSystem.B.dylib 0x91247286 mach_msg_trap + 10
1   libSystem.B.dylib 0x9124ea7c mach_msg + 72
2   com.apple.CoreFoundation   0x900bfe7e CFRunLoopRunSpecific + 1790
3   com.apple.CoreFoundation   0x900c0b04 CFRunLoopRun + 84
4   ...le.QuickTimeUSBVDCDigitizer 0x132a0084 0x1329f000 + 4228
5   libSystem.B.dylib 0x91278155 _pthread_start + 321
6   libSystem.B.dylib 0x91278012 thread_start + 34

Thread 6:
0   libSystem.B.dylib 0x9124e46e __semwait_signal + 10
1   libSystem.B.dylib 0x91278dcd pthread_cond_wait$UNIX2003 + 73
2   ...le.QuickTimeUSBVDCDigitizer 0x132a9440 0x1329f000 + 42048
3   ...le.QuickTimeUSBVDCDigitizer 0x132b61d2 0x1329f000 + 94674
4   libSystem.B.dylib  

Re: [PD] pd crashes when trying to use built-in line in in MacBook Pro

2010-02-18 Thread Hans-Christoph Steiner


I've only heard of such crashes on 10.6

.hc

On Feb 18, 2010, at 2:43 PM, Matteo Sisti Sette wrote:


Matteo Sisti Sette escribió:

matteo sisti sette escribió:

Hi,

On a MacBook Pro, if I go into Peferences/Audio settings and try  
to choose built-in input (as opposed to Built-in Microphone  
which is the default), Pd crashes.
Strangely enough, I've solved this by going to Mac OS's System  
Preferences, Audio, and selecting the line-in as the default input  
device.


Oh, no, it is not solved. It seems to happen at random times. Have  
anybody experienced this? Any idea?

Does the crash log help figure out anything? (I attach it again)

Thanks
m.



Process: pd [920]
Path: /Applications/Pd-0.42-5.app/Contents/Resources/Scripts/../bin/pd
Identifier:  pd
Version: ??? (???)
Code Type:   X86 (Native)
Parent Process:  Pd [919]

Interval Since Last Report:  1808829 sec
Crashes Since Last Report:   143
Per-App Interval Since Last Report:  0 sec
Per-App Crashes Since Last Report:   57

Date/Time:   2010-02-16 18:39:56.875 +0100
OS Version:  Mac OS X 10.5.8 (9L31a)
Report Version:  6
Anonymous UUID:  15879462-4010-4F8B-85A9-97073868FC02

Exception Type:  EXC_BAD_ACCESS (SIGBUS)
Exception Codes: KERN_PROTECTION_FAILURE at 0x01d8
Crashed Thread:  2

Thread 0:
0   libSystem.B.dylib 0x912473a6 mach_wait_until + 10
1   libSystem.B.dylib 0x912be3ad nanosleep + 314
2   libSystem.B.dylib 0x912be26d usleep + 61
3   pd 0x00075f68 Pa_Sleep + 40  
(pa_unix_util.c:119)
4   pd 0x00079f34  
BlockWhileAudioUnitIsRunning + 99 (pa_mac_core.c:2128)
5   pd 0x00079fc3 StopStream + 128  
(pa_mac_core.c:2167)
6   pd 0x0006f9d5 CloseAudioStream + 53  
(s_audio_pablio.c:339)
7   pd 0x0006f13d pa_close_audio + 46  
(s_audio_pa.c:279)
8   pd 0x00048a11 sys_close_audio + 145  
(s_audio.c:340)
9   pd 0x000499ff glob_audio_dialog +  
556 (s_audio.c:744)
10  pd 0x00039a93 pd_typedmess + 781  
(m_class.c:681)
11  pd 0x0003d15b binbuf_eval + 1075  
(m_binbuf.c:722)
12  pd 0x0004478e socketreceiver_read +  
1016 (s_inter.c:546)
13  pd 0x00043821 sys_domicrosleep + 385  
(s_inter.c:184)
14  pd 0x00043886 sys_microsleep + 19  
(s_inter.c:207)
15  pd 0x00041527 m_mainloop + 468  
(m_sched.c:511)
16  pd 0x00043622 sys_main + 1642  
(s_main.c:313)

17  pd 0x19f6 _start + 216
18  pd 0x191d start + 41

Thread 1:
0   libSystem.B.dylib 0x91247286 mach_msg_trap + 10
1   libSystem.B.dylib 0x9124ea7c mach_msg + 72
2   com.apple.CoreFoundation   0x900bfe7e CFRunLoopRunSpecific +  
1790

3   com.apple.CoreFoundation   0x900c0aa8 CFRunLoopRunInMode + 88
4   com.apple.audio.CoreAudio 0x918a15f8  
HALRunLoop::OwnThread(void*) + 160
5   com.apple.audio.CoreAudio 0x918a1480  
CAPThread::Entry(CAPThread*) + 96

6   libSystem.B.dylib 0x91278155 _pthread_start + 321
7   libSystem.B.dylib 0x91278012 thread_start + 34

Thread 2 Crashed:
0   pd 0x00078c12 AudioIOProc + 2015  
(pa_mac_core.c:1889)


Thread 3:
0   libSystem.B.dylib 0x9124e46e __semwait_signal + 10
1   libSystem.B.dylib 0x91278dcd pthread_cond_wait 
$UNIX2003 + 73

2   libGLProgrammability.dylib 0x94654b32 glvmDoWork + 162
3   libSystem.B.dylib 0x91278155 _pthread_start + 321
4   libSystem.B.dylib 0x91278012 thread_start + 34

Thread 4:
0   libSystem.B.dylib 0x91247286 mach_msg_trap + 10
1   libSystem.B.dylib 0x9124ea7c mach_msg + 72
2   com.apple.CoreFoundation   0x900bfe7e CFRunLoopRunSpecific +  
1790

3   com.apple.CoreFoundation   0x900c0b04 CFRunLoopRun + 84
4   ...le.QuickTimeUSBVDCDigitizer 0x132a0084 0x1329f000 + 4228
5   libSystem.B.dylib 0x91278155 _pthread_start + 321
6   libSystem.B.dylib 0x91278012 thread_start + 34

Thread 5:
0   libSystem.B.dylib 0x91247286 mach_msg_trap + 10
1   libSystem.B.dylib 0x9124ea7c mach_msg + 72
2   com.apple.CoreFoundation   0x900bfe7e CFRunLoopRunSpecific +  
1790

3   com.apple.CoreFoundation   0x900c0b04 CFRunLoopRun + 84
4   ...le.QuickTimeUSBVDCDigitizer 0x132a0084 0x1329f000 + 4228
5   libSystem.B.dylib 0x91278155 _pthread_start + 321
6   libSystem.B.dylib 0x91278012 thread_start + 34

Thread 6:
0   libSystem.B.dylib 0x9124e46e __semwait_signal + 10
1   libSystem.B.dylib 0x91278dcd pthread_cond_wait 
$UNIX2003 + 73

2   

Re: [PD] pd crashes when trying to use built-in line in in MacBook Pro

2010-02-16 Thread Derek Holzer
Did you delete the preferences files in both 
/Users/matteo/Library/Preferences and /Library/Preferences? Everything 
with an org.puredata in front of it? Is it possible you have some 
.pdsettings or other things in your home directory that still get in the 
way? Computers are the least supernatural things I've ever encountered, 
so there has to be a file you missed somewhere...


D.

matteo sisti sette wrote:

It would be pretty difficult to test different versions, because Max Os 
has this supernatural file-persistence feature (after disinstalling a pd 
extended and deleting all its files and installing a pd vanilla, it kept 
loading the deleted libraries) so I'm kind of afraid of installing 
something I later will want to uninstall..



--
::: derek holzer ::: http://macumbista.net :::
---Oblique Strategy # 59:
Don't avoid what is easy

___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] pd crashes when trying to use built-in line in in MacBook Pro

2010-02-16 Thread Matteo Sisti Sette

Derek Holzer escribió:
Did you delete the preferences files in both 
/Users/matteo/Library/Preferences and /Library/Preferences? Everything 
with an org.puredata in front of it?


Oh that was time ago and I don't know how but at the end I got rid of 
the old installation. Indeed it was more than just remembering the old 
preferences (such as libraries to load): deleted files were actually 
still found (the libraries got loaded); however this latter part got 
solved after a reboot (i've been told that macs have some sort of file 
system cache or something).


However you've answered to a question I was going to ask that is where 
the preferences are saved in Mac. Thanks a lot.



 Computers are the least supernatural things I've ever encountered,

so there has to be a file you missed somewhere...


Yeah I know, the use of the word supernatural was ironic. There is 
always an _explanation_ for the strangest things that occur with 
software, however very often there is not a _good reason_ :)



--
Matteo Sisti Sette
matteosistise...@gmail.com
http://www.matteosistisette.com

___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] pd crashes when trying to use built-in line in in MacBook Pro

2010-02-16 Thread Derek Holzer

Happy to help. If all else fails, I have a cousin who does exorcisms...

D.

Matteo Sisti Sette wrote:

However you've answered to a question I was going to ask that is where 
the preferences are saved in Mac. Thanks a lot.



--
::: derek holzer ::: http://macumbista.net :::
---Oblique Strategy # 39:
Cut a vital connection

___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] pd crashes when trying to use built-in line in in MacBook Pro

2010-02-16 Thread Matteo Sisti Sette

matteo sisti sette escribió:

Hi,

On a MacBook Pro, if I go into Peferences/Audio settings and try to 
choose built-in input (as opposed to Built-in Microphone which is the 
default), Pd crashes.


Strangely enough, I've solved this by going to Mac OS's System 
Preferences, Audio, and selecting the line-in as the default input 
device. Pd still sees the internal micro as the first device but now, 
when I switch to line-in, it works and does not crash any more.




--
Matteo Sisti Sette
matteosistise...@gmail.com
http://www.matteosistisette.com

___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list