RE: [Webware-discuss] Segmentation fault in ThreadedAppServer

2002-02-08 Thread Geoffrey Talvola
Matt Feifarek wrote: > I'm having a problem with a servlet that has been very > difficult to debug. > > We're using a python-wrapper to a C library to make Flash files > (http://opaque.net/ming/, if you're interested). > > It's working fine in python: we can create and modify flash > objects,

[Webware-discuss] Segmentation fault in ThreadedAppServer

2002-02-06 Thread Matt Feifarek
I'm having a problem with a servlet that has been very difficult to debug. We're using a python-wrapper to a C library to make Flash files (http://opaque.net/ming/, if you're interested). It's working fine in python: we can create and modify flash objects, output them, save them to disk, etc. I