[sldev] eventlet segfaults in opensolaris

Donovan Preston donovan at lindenlab.com
Mon Dec 10 11:09:53 PST 2007


On Dec 10, 2007, at 8:03 AM, mark wrote:

> Hi,
> I am not able to get eventlet working in opensolaris. This is from  
> python -v.
> How to fix this? I have a core dump, do you need it
> thanks
> mark

You first might want to make sure that the greenlet module isn't  
what's causing the segfault. Please take a look at:

http://codespeak.net/py/dist/greenlet.html

See if you can get some of the simple examples working. Understanding  
the examples is great for understanding coroutines, too.

If you installed greenlet from the cheese shop, the package is named  
greenlet, not py.magic greenlet. eg

import greenlet

instead of

from py.magic import greenlet

Good luck, and thanks!
Donovan



More information about the SLDev mailing list