Hi devotees, I was using an Obj-C wrapper for serial port IO written by Paolo Bosetti but I found that it no longer works in Lion. Does anyone know what might have changed? Does MacRuby have a better solution for serial IO yet than using an Obj-C wrapper? Thanks, Bob Rice
I get this new warning message running my MacRuby app on Lion: MacDriverLog(262,0x104f0e000) malloc: *** auto malloc[262]: error: GC operation on unregistered thread. Thread registered implicitly. Break on auto_zone_thread_registration_error() to debug. This doesn't crash my app. Can I safely ignore this warning? Thanks, Bob Rice
I've also noticed the same problem when using the james gem on Lion. I'm not sure if I logged a bug (this was prior to Lion's official release). It also wouldn't be the only GC warning that MacRuby has on Lion right now. Could you log a bug against MacRuby for this issue? Thanks, Mark On 2011-08-20, at 8:44 PM, Robert Rice wrote:
I get this new warning message running my MacRuby app on Lion:
MacDriverLog(262,0x104f0e000) malloc: *** auto malloc[262]: error: GC operation on unregistered thread. Thread registered implicitly. Break on auto_zone_thread_registration_error() to debug.
This doesn't crash my app. Can I safely ignore this warning?
Thanks, Bob Rice
_______________________________________________ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
You can ignore this warning, it sounds like a small problem with one of the Cocoa frameworks. - Matt On Sat, Aug 20, 2011 at 6:47 PM, Mark Rada <mrada@marketcircle.com> wrote:
I've also noticed the same problem when using the james gem on Lion. I'm not sure if I logged a bug (this was prior to Lion's official release). It also wouldn't be the only GC warning that MacRuby has on Lion right now.
Could you log a bug against MacRuby for this issue?
Thanks, Mark
On 2011-08-20, at 8:44 PM, Robert Rice wrote:
I get this new warning message running my MacRuby app on Lion:
*MacDriverLog(262,0x104f0e000) malloc: *** auto malloc[262]: error: GC operation on unregistered thread. Thread registered implicitly. Break on auto_zone_thread_registration_error() to debug.* * * This doesn't crash my app. Can I safely ignore this warning?
Thanks, Bob Rice
_______________________________________________ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
_______________________________________________ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
Hi, I noticed that I get this warning shortly after opening a serial port. I guess that the serial port open creates a new thread. Bob Rice On Aug 21, 2011, at 3:52 AM, Matt Aimonetti wrote:
You can ignore this warning, it sounds like a small problem with one of the Cocoa frameworks.
- Matt
On Sat, Aug 20, 2011 at 6:47 PM, Mark Rada <mrada@marketcircle.com> wrote: I've also noticed the same problem when using the james gem on Lion. I'm not sure if I logged a bug (this was prior to Lion's official release). It also wouldn't be the only GC warning that MacRuby has on Lion right now.
Could you log a bug against MacRuby for this issue?
Thanks, Mark
On 2011-08-20, at 8:44 PM, Robert Rice wrote:
I get this new warning message running my MacRuby app on Lion:
MacDriverLog(262,0x104f0e000) malloc: *** auto malloc[262]: error: GC operation on unregistered thread. Thread registered implicitly. Break on auto_zone_thread_registration_error() to debug.
This doesn't crash my app. Can I safely ignore this warning?
Thanks, Bob Rice
_______________________________________________ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
_______________________________________________ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
_______________________________________________ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
Hi Robert I guess it can be either a problem in MacRuby or a problem in Lion. Can you share more details on this? Some system frameworks shipped with GC regressions in Lion, maybe that's the problem here. Laurent On Sat, Aug 20, 2011 at 9:42 PM, Robert Rice <rice.audio@pobox.com> wrote:
Hi devotees,
I was using an Obj-C wrapper for serial port IO written by Paolo Bosetti but I found that it no longer works in Lion. Does anyone know what might have changed? Does MacRuby have a better solution for serial IO yet than using an Obj-C wrapper?
Thanks, Bob Rice
_______________________________________________ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
Hi Laurent, Actually I just needed to reinstall my serial port driver for Lion and it worked fine. Thanks, Bob Rice On Sep 18, 2011, at 5:04 AM, Laurent Sansonetti wrote:
Hi Robert
I guess it can be either a problem in MacRuby or a problem in Lion. Can you share more details on this? Some system frameworks shipped with GC regressions in Lion, maybe that's the problem here.
Laurent
On Sat, Aug 20, 2011 at 9:42 PM, Robert Rice <rice.audio@pobox.com> wrote:
Hi devotees,
I was using an Obj-C wrapper for serial port IO written by Paolo Bosetti but I found that it no longer works in Lion. Does anyone know what might have changed? Does MacRuby have a better solution for serial IO yet than using an Obj-C wrapper?
Thanks, Bob Rice
_______________________________________________ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
_______________________________________________ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
participants (4)
-
Laurent Sansonetti
-
Mark Rada
-
Matt Aimonetti
-
Robert Rice