stevieb9 / rpi-pin

Perl interface to Raspberry PI's GPIO pins
0 stars 1 forks source link

Core Dump #9

Open broccoli-git opened 3 years ago

broccoli-git commented 3 years ago

If a number of interrupts arrive at the interrupt handler in rapid succession I get a coredump.

I have NOT debugged this. I believe however that it is probably a re-entrancy problem.

Overall the whole "interrupt handling" here is poor and unreliable and ill considered.