[MacRuby-devel] [MacRuby] #815: Macrake crashes at initialization

2010-07-27 Thread MacRuby
#815: Macrake crashes at initialization ---+ Reporter: legr...@… | Owner: lsansone...@… Type: defect | Status: new Priority: critical | Milestone

Re: [MacRuby-devel] [MacRuby] #805: Can't build MacRuby0.6 on Mac OSX 10.5.8 with llvm(rev89156)

2010-07-27 Thread MacRuby
#805: Can't build MacRuby0.6 on Mac OSX 10.5.8 with llvm(rev89156) -+-- Reporter: kyossi...@… | Owner: lsansone...@… Type: defect | Status: new Priority: b

Re: [MacRuby-devel] malloc error: GC operation on unregistered thread

2010-07-27 Thread Laurent Sansonetti
Looks like a bug in WebKit. Do you have a sample project that reproduces this problem? This way, I can test if it has already been fixed, and report the problem otherwise. Thanks! Laurent On Jul 27, 2010, at 1:11 PM, Michael Jackson wrote: > Hi Laurent, > > The only framework I'm using up to

Re: [MacRuby-devel] malloc error: GC operation on unregistered thread

2010-07-27 Thread Michael Jackson
Hi Laurent, The only framework I'm using up to this point is WebKit, and it appears that is the problem. Here's the result I get when I set the breakpoint: (gdb) bt #0 0x7fff881d6c64 in auto_zone_thread_registration_error () #1 0x7fff881d69aa in Auto::Zone::registered_thread () #2 0x00

Re: [MacRuby-devel] malloc error: GC operation on unregistered thread

2010-07-27 Thread Laurent Sansonetti
Hi Michael, It's likely not a problem in your code neither in MacRubyi (I hope!), but in a framework you use. This warning typically happen when a native thread makes use of the GC without being registered. Do you use any 3rd party framework in your app? In any case, try setting a breakpoint o

Re: [MacRuby-devel] [MacRuby] #814: SegFault running CGI script from command line

2010-07-27 Thread MacRuby
#814: SegFault running CGI script from command line ---+ Reporter: pwil...@… | Owner: lsansone...@… Type: defect | Status: new Priority: blocker|

[MacRuby-devel] [MacRuby] #814: SegFault running CGI script from command line

2010-07-27 Thread MacRuby
#814: SegFault running CGI script from command line ---+ Reporter: pwil...@… | Owner: lsansone...@… Type: defect | Status: new Priority: blocker|

[MacRuby-devel] An easy way to add .rb files to Xcode build automatically?

2010-07-27 Thread Michael Jackson
I usually write all of my Ruby code in Vim, but I'm using Xcode to keep my project organized and to build/debug/etc. Whenever I create a new file in Vim I have to go into my Xcode project and add the files to the "Classes" group manually. Is there a good way to set up a folder reference in Xcode th

[MacRuby-devel] malloc error: GC operation on unregistered thread

2010-07-27 Thread Michael Jackson
Hi all, I'm getting a malloc error every time I run my app. Here's what I'm getting in the console: Running… Bottlefly(45475,0x116a2) malloc: *** auto malloc[45475]: error: GC operation on unregistered thread. Thread registered implicitly. Break on auto_zone_thread_registration_error() to deb