-
Notifications
You must be signed in to change notification settings - Fork 571
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
Coredump when assigning a glob to a thread-shared array #13247
Comments
From @eserteThis is a bug report for perl from slaven@rezic.de, The following script segfaults: #!/usr/bin/perl -w use strict; my @foo :shared; __END__ I reproduced the problem on a FreeBSD 9.0 system with Actually I don't expect that anything useful happens here, it Regards, Flags: Site configuration information for perl 5.18.1: Configured by eserte at Mon Aug 19 07:57:03 CEST 2013. Summary of my perl5 (revision 5 version 18 subversion 1) configuration: Locally applied patches: @INC for perl 5.18.1: Environment for perl 5.18.1: |
From @nwc10On Wed, Sep 11, 2013 at 10:08:34AM -0700, slaven@rezic.de wrote:
Agree that it certainly shouldn't SEGV. Possibly it should croak with A build with assertions (which I have handy) shows that it's failing like perl: sv.c:3740: S_glob_assign_glob: Assertion `((((_gvgp)->sv_flags & (0x00004000|0x00008000)) == 0x00008000) && (((svtype)((_gvgp)->sv_flags & 0xff)) == SVt_PVGV || ((svtype)((_gvgp)->sv_flags & 0xff)) == SVt_PVLV))' failed. Program received signal SIGABRT, Aborted. I don't have time to look at this further in the near future, but I hope that Nicholas Clark |
The RT System itself - Status changed from 'new' to 'open' |
Migrated from rt.perl.org#119719 (status was 'open')
Searchable as RT119719$
The text was updated successfully, but these errors were encountered: