in reply to POE program running into sporadic segfault
A quick surmise from the first stack-trace is that Net::Curl appears to be pthreading to do its thing, then calling a Perl callback. Perl in this context may or may not be thread-safe, which would explain crashes. You haven't published an SSCCE so we can't really tell more than that. You should update to include one.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: POE program running into sporadic segfault
by pango (Initiate) on Aug 29, 2024 at 00:00 UTC |