Re: exception handling

2014-02-13 Thread John Dunlap
This is a little outside my area of expertise and it's been years since I've touched C++ but, shooting from the hip, even if debugging symbols are compiled into the shared object, I'm not sure you'd be able to get any detailed information unless you were also running from within in a debugger, whic

support for Apache 2.4

2014-02-13 Thread Bill McCormick
Anybody know when mod_perl will support Apache 2.4? Or is it the other way around? Cheers! --- This email is free from viruses and malware because avast! Antivirus protection is active. http://www.avast.com

Re: exception handling

2014-02-13 Thread Bill McCormick
On 2/13/2014 2:41 PM, Bill McCormick wrote: I have a Perl module that calls a function from in a Swig generated module, which in turn calls a function in a shared library. It's been a while since I put it all together and made it work, so I'm kind of hazy on the technical details - and since it m

exception handling

2014-02-13 Thread Bill McCormick
I have a Perl module that calls a function from in a Swig generated module, which in turn calls a function in a shared library. It's been a while since I put it all together and made it work, so I'm kind of hazy on the technical details - and since it mostly works I never need to look at it.