<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
I have started running my app in gdb to figure out what is going wrong
with stackless that is causing python to crash.<br>
As these crashes are random (however they are more frequent when an
unhandled exception happens)<br>
<br>
Just go this:<br>
<br>
<blockquote>Program received signal SIGSEGV, Segmentation fault.
<br>
[Switching to Thread -1234363504 (LWP 4067)]
<br>
impl_tasklet_kill (task=0xb66f57d4) at
Stackless/module/taskletobject.c:958
<br>
958&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if (slp_get_frame(task) == NULL) {<br>
</blockquote>
Looking at the code around this point, I am guessing the problem is
some cleaning up after an object has already been removed by python. Am
I close? If so what would be the best way to stop this from happening?<br>
<br>
Note I am running in Fedora Core 6 on a dual core pentium.<br>
<br>
Paul<br>
<pre class="moz-signature" cols="72">-- 
Paul Sijben                            tel: +31334566488
Eemvalley Technology               fax: +31334557523
the Netherlands                        <a class="moz-txt-link-freetext" href="http://eemvalley.com">http://eemvalley.com</a>    
</pre>
</body>
</html>