-
Notifications
You must be signed in to change notification settings - Fork 555
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
core is dumped in the depths of perl_destruct() in Perl 5.6.1 #4581
Comments
From ccarey@vicinity.comHello there, I've encountered what seems to be a bug in an embedded Perl 5.6.1 I have a test program called "death" that demonstrates On Solaris 7, with Perl 5.6.1 compiled with multiplicity, Divide: dividend is zero at /home/ccarey/Perl-5.6.1/Death.pm line 27. namely, that SIGBUS is the cause of the core dump. In this case, Similarly, "death -a -n 147 -s" on the same machine shows Divide: dividend is zero at /home/ccarey/Perl-5.6.1/Death.pm line 27. that in this case, SIGSEGV causes core to dump. Additionally, Divide: dividend is zero at /home/ccarey/Perl-5.6.1/Death.pm line 27. This SIGILL condition is the most intriguing, since the four When run without the "-s" argument, each of "-n 10", "-n 147", (amber:281) gdb death core.multiplicity.010 whereas the SIGSEGV core dump unveils the following: (amber:282) gdb death core.multiplicity.147 and the SIGILL core dump shows this: (amber:283) gdb death core.multiplicity.574 I have no experience with the perlguts, so I'm not in a position Thanks for your attention, Christian Carey <ccarey@vicinity.com> Flags: Site configuration information for perl v5.6.1: Configured by ccarey at Mon Nov 12 13:50:33 EST 2001. Summary of my perl5 (revision 5.0 version 6 subversion 1) configuration: Locally applied patches: @INC for perl v5.6.1: Environment for perl v5.6.1: |
From @HugmeirOn Tue Nov 13 06:39:48 2001, ccarey@vicinity.com wrote:
This report fell through the cracks; OP, if you're still around, are you Seeing how this ticket has been silent for over a decade, I recommend --hugmeir |
From @jkeenanOn Fri May 25 14:25:01 2012, Hugmeir wrote:
[snip]
Closing as per recommendation from hugmeir. |
@jkeenan - Status changed from 'open' to 'rejected' |
Migrated from rt.perl.org#7906 (status was 'rejected')
Searchable as RT7906$
The text was updated successfully, but these errors were encountered: