On Mon, Dec 6, 2010 at 6:55 AM, Daniel Norberg <[email protected]> wrote: > I've discovered a possible bug in Stackless 2.6 on Mac OS X Snow Leopard. > > Running the following script using a x86_64 stackless on Mac OS X Snow > Leopard produces a bus error. > > import stackless > stackless.tasklet(lambda:None)().remove() > > Compiling stackless using CC="gcc -arch i386" makes the problem go away so it > seems to be x86_64 specific.
Hi Daniel, This just involves us trying to reproduce and debug it on a non-MacOS computer (none of us have one), or getting shell access to one to do so if we cannot. A solid reproduction case and a clear description of what code you are seeing the problem in, is more than sufficient. I expect the call stack would be partly gibberish and not that helpful anyway. Cheers, Richard. _______________________________________________ Stackless mailing list [email protected] http://www.stackless.com/mailman/listinfo/stackless
