#876: EXC_BAD_ACCESS using IOBluetooth -------------------------------------------+-------------------------------- Reporter: matt.wizeman@… | Owner: lsansonetti@… Type: defect | Status: new Priority: critical | Milestone: Component: MacRuby | Keywords: -------------------------------------------+-------------------------------- Comment(by matt.wizeman@…): One more bit of information. When running the above code and connecting I see the following output in the console: {{{ l2capChannelReconfigured l2capChannelQueueSpaceAvailable l2capChannelReconfigured l2capChannelQueueSpaceAvailable l2capChannelOpenComplete Program received signal: “EXC_BAD_ACCESS” }}} So, it looks like other delegate methods are OK. Its when the device starts to try to send data and IOBluetooth wants to call l2capChannelData:data:length: that things go bad. -- Ticket URL: <http://www.macruby.org/trac/ticket/876#comment:11> MacRuby <http://macruby.org/>