cymplecy / scratch_gpio

Code for scratch_gpio_handler
42 stars 23 forks source link

ScratchGPIO7 is crashing on latest Raspberry Pi #10

Open jeffreyschw opened 9 years ago

jeffreyschw commented 9 years ago

Here are the repro steps: Get the latest NOOBS installer and choose the default (I installed on 3/21/2015) Install ScratchGPIO 7 (which is awesome when it works) Build the following script:

Watching Scratch under gdb shows that it is failing with a signal SIGIO and exited Watching the Python script under gdb shows the process tearing down... with no obvious hints

I may look a bit deeper into this, but I wanted to file this issue now.

jeffreyschw commented 9 years ago

I forgot to mention... this is a Raspberry Pi B+ and Scratch is v 1.4 (14-Jan-15)

mattvenn commented 9 years ago

did you mean to close this?

cymplecy commented 9 years ago

No On 23 Mar 2015 13:16, "mattvenn" notifications@github.com wrote:

did you mean to close this?

— Reply to this email directly or view it on GitHub https://github.com/cymplecy/scratch_gpio/issues/10#issuecomment-84992552 .

cymplecy commented 9 years ago

See here for Scratch sound issues - I believe that this is the underlying problem and not really a ScratchGPIO isssue http://www.raspberrypi.org/forums/viewtopic.php?f=77&t=70204&sid=c8306bf67bf39cc3924265e5418b3847

mattvenn commented 9 years ago

Yes, if you take the sound block out does it still crash?

On 23 March 2015 at 20:57, cymplecy notifications@github.com wrote:

See here for Scratch sound issues - I believe that this is the underlying problem and not really a ScratchGPIO isssue http://www.raspberrypi.org/forums/viewtopic.php?f=77&t=70204&sid=c8306bf67bf39cc3924265e5418b3847

— Reply to this email directly or view it on GitHub https://github.com/cymplecy/scratch_gpio/issues/10#issuecomment-85193428 .

Matthew Venn mattvenn.net

jeffreyschw commented 9 years ago

Sorry for the delay - and thanks for the quick replies. No I did not mean to close it. We are able to interact with Scratch with Scounds and independently with Broadcast's, but not together. I am brand new to the interaction of the two models, but there is definitely a chain effect of what is crashing. From what I can see Scratch dies, because the python script dies. Are their other players involved that I can attached and catch the fault?