[Bug 1046006] Slic3r crashes on Quick Slice if multiple threads are configured

bugzilla at redhat.com bugzilla at redhat.com
Thu Sep 25 12:31:43 UTC 2014


https://bugzilla.redhat.com/show_bug.cgi?id=1046006



--- Comment #15 from Neil Darlow <neil at darlow.co.uk> ---
That is a pretty big clue to what is happening.

Slic3r-1.1.7 from tarball *does not* exhibit this bug but we cannot exclude a
packaging problem.

I am no Perl expert but:

&& eval "use threads; use threads::shared; use Thread::Queue; 1";

looks suspicious.

It obviously checks for various threading modules and the "1" is presumably for
when none is detected but does it act as if something has been detected? I am
wondering if that should actually be "0"?

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=RM40gHmIRL&a=cc_unsubscribe



More information about the perl-devel mailing list