Lately chuck --probe has started crashing consistently on my OSX computer. I just ran it with all midi and audio devices unplugged, and it still crashed. Any ideas? I switch midi devices a lot, and it's a bit cumbersome to have to use trial-and-error to find the right midi device... -------------------------------------------- chestnut:~ stefanblixt$ uname -a Darwin chestnut.local 13.4.0 Darwin Kernel Version 13.4.0: Sun Aug 17 19:50:11 PDT 2014; root:xnu-2422.115.4~1/RELEASE_X86_64 x86_64 chestnut:~ stefanblixt$ chuck --version chuck version: 1.3.4.0 (chimera) mac os x : intel : 64-bit http://chuck.cs.princeton.edu/ http://chuck.stanford.edu/ chestnut:~ stefanblixt$ chuck --probe [chuck]: found 3 device(s) ... [chuck]: ------( audio device: 1 )--------------- [chuck]: device name = "Apple Inc.: Built-in Microphone" [chuck]: probe [success] ... [chuck]: # output channels = 0 [chuck]: # input channels = 2 [chuck]: # duplex Channels = 0 [chuck]: default output = NO [chuck]: default input = YES [chuck]: natively supported data formats: [chuck]: 32-bit float [chuck]: supported sample rates: [chuck]: 8000 Hz [chuck]: 9600 Hz [chuck]: 11025 Hz [chuck]: 16000 Hz [chuck]: 22050 Hz [chuck]: 32000 Hz [chuck]: 44100 Hz [chuck]: 48000 Hz [chuck]: 88200 Hz [chuck]: 96000 Hz [chuck]: [chuck]: ------( audio device: 2 )--------------- [chuck]: device name = "Apple Inc.: Built-in Input" [chuck]: probe [success] ... [chuck]: # output channels = 0 [chuck]: # input channels = 2 [chuck]: # duplex Channels = 0 [chuck]: default output = NO [chuck]: default input = NO [chuck]: natively supported data formats: [chuck]: 32-bit float [chuck]: supported sample rates: [oA]: 8000 Hz Segmentation fault: 11 chestnut:~ stefanblixt$ --------------------------------------------
I've had the same problem. Is this a Yosemite issue?
Steve
Sent from my iPad. Please forgive any typos.
===============
Stephen David Beck, Ph.D.
Derryl and Helen Haymon Professor of Music
225 Music & Dramatic Arts Building
Louisiana State University
Baton Rouge, LA. 70803
http://www.music.lsu.edu
O: 225-578-2594
C: 225-223-0344
skype/iChat: sdbeck
On Nov 4, 2014, at 1:09 AM, Stefan Blixt
I’ve been seeing this on Windows for months now.
-- Rich
From: Stephen D Beck
Sent: Tuesday, November 04, 2014 8:37 AM
To: ChucK Users Mailing List
Subject: Re: [chuck-users] chuck --probe crashes (SEGV)
I've had the same problem. Is this a Yosemite issue?
Steve
Sent from my iPad. Please forgive any typos.
===============
Stephen David Beck, Ph.D.
Derryl and Helen Haymon Professor of Music
225 Music & Dramatic Arts Building
Louisiana State University
Baton Rouge, LA. 70803
http://www.music.lsu.edu
O: 225-578-2594
C: 225-223-0344
skype/iChat: sdbeck
On Nov 4, 2014, at 1:09 AM, Stefan Blixt
Just to confirm, is this the same as this closed issue?
https://github.com/ccrma/chuck/issues/3
I believe the fix for that issue was made post-1.3.4.0, so you would
need to build from git source.
michael
On Tue, Nov 4, 2014 at 11:34 AM, Rich Caloggero
I’ve been seeing this on Windows for months now. -- Rich
From: Stephen D Beck Sent: Tuesday, November 04, 2014 8:37 AM To: ChucK Users Mailing List Subject: Re: [chuck-users] chuck --probe crashes (SEGV)
I've had the same problem. Is this a Yosemite issue?
Steve
Sent from my iPad. Please forgive any typos.
=============== Stephen David Beck, Ph.D. Derryl and Helen Haymon Professor of Music 225 Music & Dramatic Arts Building Louisiana State University Baton Rouge, LA. 70803
O: 225-578-2594 C: 225-223-0344 skype/iChat: sdbeck
On Nov 4, 2014, at 1:09 AM, Stefan Blixt
wrote: Lately chuck --probe has started crashing consistently on my OSX computer. I just ran it with all midi and audio devices unplugged, and it still crashed. Any ideas? I switch midi devices a lot, and it's a bit cumbersome to have to use trial-and-error to find the right midi device...
--------------------------------------------
chestnut:~ stefanblixt$ uname -a
Darwin chestnut.local 13.4.0 Darwin Kernel Version 13.4.0: Sun Aug 17 19:50:11 PDT 2014; root:xnu-2422.115.4~1/RELEASE_X86_64 x86_64
chestnut:~ stefanblixt$ chuck --version
chuck version: 1.3.4.0 (chimera)
mac os x : intel : 64-bit
http://chuck.cs.princeton.edu/
chestnut:~ stefanblixt$ chuck --probe
[chuck]: found 3 device(s) ...
[chuck]: ------( audio device: 1 )---------------
[chuck]: device name = "Apple Inc.: Built-in Microphone"
[chuck]: probe [success] ...
[chuck]: # output channels = 0
[chuck]: # input channels = 2
[chuck]: # duplex Channels = 0
[chuck]: default output = NO
[chuck]: default input = YES
[chuck]: natively supported data formats:
[chuck]: 32-bit float
[chuck]: supported sample rates:
[chuck]: 8000 Hz
[chuck]: 9600 Hz
[chuck]: 11025 Hz
[chuck]: 16000 Hz
[chuck]: 22050 Hz
[chuck]: 32000 Hz
[chuck]: 44100 Hz
[chuck]: 48000 Hz
[chuck]: 88200 Hz
[chuck]: 96000 Hz
[chuck]:
[chuck]: ------( audio device: 2 )---------------
[chuck]: device name = "Apple Inc.: Built-in Input"
[chuck]: probe [success] ...
[chuck]: # output channels = 0
[chuck]: # input channels = 2
[chuck]: # duplex Channels = 0
[chuck]: default output = NO
[chuck]: default input = NO
[chuck]: natively supported data formats:
[chuck]: 32-bit float
[chuck]: supported sample rates:
[oA]: 8000 Hz
Segmentation fault: 11
chestnut:~ stefanblixt$
--------------------------------------------
_______________________________________________ chuck-users mailing list chuck-users@lists.cs.princeton.edu https://lists.cs.princeton.edu/mailman/listinfo/chuck-users
________________________________ _______________________________________________ chuck-users mailing list chuck-users@lists.cs.princeton.edu https://lists.cs.princeton.edu/mailman/listinfo/chuck-users
_______________________________________________ chuck-users mailing list chuck-users@lists.cs.princeton.edu https://lists.cs.princeton.edu/mailman/listinfo/chuck-users
That looks very much like the issue I'm having here. I can work around it
here so I think I'll skip building from source, but I wouldn't be sad if
the fix was included in a patch release at some point. :)
/Stefan
On Tue, Nov 4, 2014 at 7:00 PM, Michael Heuer
Just to confirm, is this the same as this closed issue?
https://github.com/ccrma/chuck/issues/3
I believe the fix for that issue was made post-1.3.4.0, so you would need to build from git source.
michael
On Tue, Nov 4, 2014 at 11:34 AM, Rich Caloggero
wrote: I’ve been seeing this on Windows for months now. -- Rich
From: Stephen D Beck Sent: Tuesday, November 04, 2014 8:37 AM To: ChucK Users Mailing List Subject: Re: [chuck-users] chuck --probe crashes (SEGV)
I've had the same problem. Is this a Yosemite issue?
Steve
Sent from my iPad. Please forgive any typos.
=============== Stephen David Beck, Ph.D. Derryl and Helen Haymon Professor of Music 225 Music & Dramatic Arts Building Louisiana State University Baton Rouge, LA. 70803
O: 225-578-2594 C: 225-223-0344 skype/iChat: sdbeck
On Nov 4, 2014, at 1:09 AM, Stefan Blixt
wrote: Lately chuck --probe has started crashing consistently on my OSX computer. I just ran it with all midi and audio devices unplugged, and it still crashed. Any ideas? I switch midi devices a lot, and it's a bit cumbersome to have to use trial-and-error to find the right midi device...
--------------------------------------------
chestnut:~ stefanblixt$ uname -a
Darwin chestnut.local 13.4.0 Darwin Kernel Version 13.4.0: Sun Aug 17 19:50:11 PDT 2014; root:xnu-2422.115.4~1/RELEASE_X86_64 x86_64
chestnut:~ stefanblixt$ chuck --version
chuck version: 1.3.4.0 (chimera)
mac os x : intel : 64-bit
http://chuck.cs.princeton.edu/
chestnut:~ stefanblixt$ chuck --probe
[chuck]: found 3 device(s) ...
[chuck]: ------( audio device: 1 )---------------
[chuck]: device name = "Apple Inc.: Built-in Microphone"
[chuck]: probe [success] ...
[chuck]: # output channels = 0
[chuck]: # input channels = 2
[chuck]: # duplex Channels = 0
[chuck]: default output = NO
[chuck]: default input = YES
[chuck]: natively supported data formats:
[chuck]: 32-bit float
[chuck]: supported sample rates:
[chuck]: 8000 Hz
[chuck]: 9600 Hz
[chuck]: 11025 Hz
[chuck]: 16000 Hz
[chuck]: 22050 Hz
[chuck]: 32000 Hz
[chuck]: 44100 Hz
[chuck]: 48000 Hz
[chuck]: 88200 Hz
[chuck]: 96000 Hz
[chuck]:
[chuck]: ------( audio device: 2 )---------------
[chuck]: device name = "Apple Inc.: Built-in Input"
[chuck]: probe [success] ...
[chuck]: # output channels = 0
[chuck]: # input channels = 2
[chuck]: # duplex Channels = 0
[chuck]: default output = NO
[chuck]: default input = NO
[chuck]: natively supported data formats:
[chuck]: 32-bit float
[chuck]: supported sample rates:
[oA]: 8000 Hz
Segmentation fault: 11
chestnut:~ stefanblixt$
--------------------------------------------
_______________________________________________ chuck-users mailing list chuck-users@lists.cs.princeton.edu https://lists.cs.princeton.edu/mailman/listinfo/chuck-users
________________________________ _______________________________________________ chuck-users mailing list chuck-users@lists.cs.princeton.edu https://lists.cs.princeton.edu/mailman/listinfo/chuck-users
_______________________________________________ chuck-users mailing list chuck-users@lists.cs.princeton.edu https://lists.cs.princeton.edu/mailman/listinfo/chuck-users
_______________________________________________ chuck-users mailing list chuck-users@lists.cs.princeton.edu https://lists.cs.princeton.edu/mailman/listinfo/chuck-users
-- Release me, insect, or I will destroy the Cosmos!
Hello,
A release candidate for 1.3.5.0 is available here:
https://ccrma.stanford.edu/~spencer/chuck/chuck-1.3.5.0-rc-1.pkg
This fixes a wide range of issues/bugs, so if you have a chance to try it
out and let us know if it fixes the problems you are seeing, that would be
great!
spencer
On Tue, Nov 4, 2014 at 11:09 AM, Stefan Blixt
That looks very much like the issue I'm having here. I can work around it here so I think I'll skip building from source, but I wouldn't be sad if the fix was included in a patch release at some point. :)
/Stefan
On Tue, Nov 4, 2014 at 7:00 PM, Michael Heuer
wrote: Just to confirm, is this the same as this closed issue?
https://github.com/ccrma/chuck/issues/3
I believe the fix for that issue was made post-1.3.4.0, so you would need to build from git source.
michael
On Tue, Nov 4, 2014 at 11:34 AM, Rich Caloggero
wrote: I’ve been seeing this on Windows for months now. -- Rich
From: Stephen D Beck Sent: Tuesday, November 04, 2014 8:37 AM To: ChucK Users Mailing List Subject: Re: [chuck-users] chuck --probe crashes (SEGV)
I've had the same problem. Is this a Yosemite issue?
Steve
Sent from my iPad. Please forgive any typos.
=============== Stephen David Beck, Ph.D. Derryl and Helen Haymon Professor of Music 225 Music & Dramatic Arts Building Louisiana State University Baton Rouge, LA. 70803
O: 225-578-2594 C: 225-223-0344 skype/iChat: sdbeck
On Nov 4, 2014, at 1:09 AM, Stefan Blixt
wrote: Lately chuck --probe has started crashing consistently on my OSX computer. I just ran it with all midi and audio devices unplugged, and it still crashed. Any ideas? I switch midi devices a lot, and it's a bit cumbersome to have to use trial-and-error to find the right midi device...
--------------------------------------------
chestnut:~ stefanblixt$ uname -a
Darwin chestnut.local 13.4.0 Darwin Kernel Version 13.4.0: Sun Aug 17 19:50:11 PDT 2014; root:xnu-2422.115.4~1/RELEASE_X86_64 x86_64
chestnut:~ stefanblixt$ chuck --version
chuck version: 1.3.4.0 (chimera)
mac os x : intel : 64-bit
http://chuck.cs.princeton.edu/
chestnut:~ stefanblixt$ chuck --probe
[chuck]: found 3 device(s) ...
[chuck]: ------( audio device: 1 )---------------
[chuck]: device name = "Apple Inc.: Built-in Microphone"
[chuck]: probe [success] ...
[chuck]: # output channels = 0
[chuck]: # input channels = 2
[chuck]: # duplex Channels = 0
[chuck]: default output = NO
[chuck]: default input = YES
[chuck]: natively supported data formats:
[chuck]: 32-bit float
[chuck]: supported sample rates:
[chuck]: 8000 Hz
[chuck]: 9600 Hz
[chuck]: 11025 Hz
[chuck]: 16000 Hz
[chuck]: 22050 Hz
[chuck]: 32000 Hz
[chuck]: 44100 Hz
[chuck]: 48000 Hz
[chuck]: 88200 Hz
[chuck]: 96000 Hz
[chuck]:
[chuck]: ------( audio device: 2 )---------------
[chuck]: device name = "Apple Inc.: Built-in Input"
[chuck]: probe [success] ...
[chuck]: # output channels = 0
[chuck]: # input channels = 2
[chuck]: # duplex Channels = 0
[chuck]: default output = NO
[chuck]: default input = NO
[chuck]: natively supported data formats:
[chuck]: 32-bit float
[chuck]: supported sample rates:
[oA]: 8000 Hz
Segmentation fault: 11
chestnut:~ stefanblixt$
--------------------------------------------
_______________________________________________ chuck-users mailing list chuck-users@lists.cs.princeton.edu https://lists.cs.princeton.edu/mailman/listinfo/chuck-users
________________________________ _______________________________________________ chuck-users mailing list chuck-users@lists.cs.princeton.edu https://lists.cs.princeton.edu/mailman/listinfo/chuck-users
_______________________________________________ chuck-users mailing list chuck-users@lists.cs.princeton.edu https://lists.cs.princeton.edu/mailman/listinfo/chuck-users
_______________________________________________ chuck-users mailing list chuck-users@lists.cs.princeton.edu https://lists.cs.princeton.edu/mailman/listinfo/chuck-users
-- Release me, insect, or I will destroy the Cosmos!
_______________________________________________ chuck-users mailing list chuck-users@lists.cs.princeton.edu https://lists.cs.princeton.edu/mailman/listinfo/chuck-users
Oh and indeed there are some critical issues with chuck + Mac OS X
Yosemite- in my experience the current 1.3.4.0 releases of both chuck and
miniAudicle do not work properly on Yosemite, whereas this release
candidate should (as well as fix other issues).
spencer
On Tue, Nov 4, 2014 at 1:37 PM, Spencer Salazar
Hello,
A release candidate for 1.3.5.0 is available here: https://ccrma.stanford.edu/~spencer/chuck/chuck-1.3.5.0-rc-1.pkg
This fixes a wide range of issues/bugs, so if you have a chance to try it out and let us know if it fixes the problems you are seeing, that would be great!
spencer
On Tue, Nov 4, 2014 at 11:09 AM, Stefan Blixt
wrote: That looks very much like the issue I'm having here. I can work around it here so I think I'll skip building from source, but I wouldn't be sad if the fix was included in a patch release at some point. :)
/Stefan
On Tue, Nov 4, 2014 at 7:00 PM, Michael Heuer
wrote: Just to confirm, is this the same as this closed issue?
https://github.com/ccrma/chuck/issues/3
I believe the fix for that issue was made post-1.3.4.0, so you would need to build from git source.
michael
On Tue, Nov 4, 2014 at 11:34 AM, Rich Caloggero
wrote: I’ve been seeing this on Windows for months now. -- Rich
From: Stephen D Beck Sent: Tuesday, November 04, 2014 8:37 AM To: ChucK Users Mailing List Subject: Re: [chuck-users] chuck --probe crashes (SEGV)
I've had the same problem. Is this a Yosemite issue?
Steve
Sent from my iPad. Please forgive any typos.
=============== Stephen David Beck, Ph.D. Derryl and Helen Haymon Professor of Music 225 Music & Dramatic Arts Building Louisiana State University Baton Rouge, LA. 70803
O: 225-578-2594 C: 225-223-0344 skype/iChat: sdbeck
On Nov 4, 2014, at 1:09 AM, Stefan Blixt
wrote: Lately chuck --probe has started crashing consistently on my OSX computer. I just ran it with all midi and audio devices unplugged, and it still crashed. Any ideas? I switch midi devices a lot, and it's a bit cumbersome to have to use trial-and-error to find the right midi device...
--------------------------------------------
chestnut:~ stefanblixt$ uname -a
Darwin chestnut.local 13.4.0 Darwin Kernel Version 13.4.0: Sun Aug 17 19:50:11 PDT 2014; root:xnu-2422.115.4~1/RELEASE_X86_64 x86_64
chestnut:~ stefanblixt$ chuck --version
chuck version: 1.3.4.0 (chimera)
mac os x : intel : 64-bit
http://chuck.cs.princeton.edu/
chestnut:~ stefanblixt$ chuck --probe
[chuck]: found 3 device(s) ...
[chuck]: ------( audio device: 1 )---------------
[chuck]: device name = "Apple Inc.: Built-in Microphone"
[chuck]: probe [success] ...
[chuck]: # output channels = 0
[chuck]: # input channels = 2
[chuck]: # duplex Channels = 0
[chuck]: default output = NO
[chuck]: default input = YES
[chuck]: natively supported data formats:
[chuck]: 32-bit float
[chuck]: supported sample rates:
[chuck]: 8000 Hz
[chuck]: 9600 Hz
[chuck]: 11025 Hz
[chuck]: 16000 Hz
[chuck]: 22050 Hz
[chuck]: 32000 Hz
[chuck]: 44100 Hz
[chuck]: 48000 Hz
[chuck]: 88200 Hz
[chuck]: 96000 Hz
[chuck]:
[chuck]: ------( audio device: 2 )---------------
[chuck]: device name = "Apple Inc.: Built-in Input"
[chuck]: probe [success] ...
[chuck]: # output channels = 0
[chuck]: # input channels = 2
[chuck]: # duplex Channels = 0
[chuck]: default output = NO
[chuck]: default input = NO
[chuck]: natively supported data formats:
[chuck]: 32-bit float
[chuck]: supported sample rates:
[oA]: 8000 Hz
Segmentation fault: 11
chestnut:~ stefanblixt$
--------------------------------------------
_______________________________________________ chuck-users mailing list chuck-users@lists.cs.princeton.edu https://lists.cs.princeton.edu/mailman/listinfo/chuck-users
________________________________ _______________________________________________ chuck-users mailing list chuck-users@lists.cs.princeton.edu https://lists.cs.princeton.edu/mailman/listinfo/chuck-users
_______________________________________________ chuck-users mailing list chuck-users@lists.cs.princeton.edu https://lists.cs.princeton.edu/mailman/listinfo/chuck-users
_______________________________________________ chuck-users mailing list chuck-users@lists.cs.princeton.edu https://lists.cs.princeton.edu/mailman/listinfo/chuck-users
-- Release me, insect, or I will destroy the Cosmos!
_______________________________________________ chuck-users mailing list chuck-users@lists.cs.princeton.edu https://lists.cs.princeton.edu/mailman/listinfo/chuck-users
participants (5)
-
Michael Heuer
-
Rich Caloggero
-
Spencer Salazar
-
Stefan Blixt
-
Stephen D Beck