Re: core dump

2019-09-03 Thread ToddAndMargo via perl6-users
*From:* ToddAndMargo via perl6-users *Sent:* Friday, August 30, 2019 7:21 PM *To:* perl6-us...@perl.org *Subject:* Re: core dump On 8/9/19 3:41 PM, ToddAndMargo via perl6-users wrote: Hi All, Fedora 30 rakudo-0.2019.03-2.fc30.x86_64 I have a weird question. I need to simulate a core dump

Re: core dump

2019-09-03 Thread Andy Bach
argc[0]= argc[1]=<20575> argc[2]= argc[3]= argc[4]= Total bytes in core dump: 282624 I used just $ perl ^\Quit (core dumped) $ cat core.info argc=5 argc[0]= argc[1]=<3804> argc[2]= argc[3]= argc[4]= Total b

Re: core dump

2019-08-30 Thread ToddAndMargo via perl6-users
On 8/9/19 3:41 PM, ToddAndMargo via perl6-users wrote: Hi All, Fedora 30 rakudo-0.2019.03-2.fc30.x86_64 I have a weird question.  I need to simulate a core dump under a bash (ulimit) shell. Any of you guys know who to get Perl to crash with a core dump? I need to prove that core dumps are

core dump

2019-08-09 Thread ToddAndMargo via perl6-users
Hi All, Fedora 30 rakudo-0.2019.03-2.fc30.x86_64 I have a weird question. I need to simulate a core dump under a bash (ulimit) shell. Any of you guys know who to get Perl to crash with a core dump? I need to prove that core dumps are not active on my system. Or if I am mistaken. Many

[perl #133162] Problem with sample socket code: core dump from malloc failure and memory corruption

2018-05-04 Thread via RT
# New Ticket Created by Ben Sauvin # Please include the string: [perl #133162] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=133162 > I'm trying to run this code: my $n; await IO::Socket::Async.connect('127.0.0.1', 5000).the

[perl #128594] [SEGV] attempting to use :merge when run()ning an external command causes a core dump

2017-07-13 Thread Jan-Olof Hendig via RT
On Wed, 12 Jul 2017 15:30:33 -0700, ug...@cpan.org wrote: > Resolved in https://github.com/rakudo/rakudo/commit/c86090e > > `perl6 -e 'run("ls", :merge).out.slurp.say'` Worls on OSX as well. The fudged test was unfudged by ugexe++. Closing issue.

[perl #128594] [SEGV] attempting to use :merge when run()ning an external command causes a core dump

2017-07-12 Thread Nick Logan via RT
Resolved in https://github.com/rakudo/rakudo/commit/c86090e `perl6 -e 'run("ls", :merge).out.slurp.say'`

[perl #128594] [SEGV] attempting to use :merge when run()ning an external command causes a core dump

2016-07-31 Thread Timo Paulssen via RT
I've unsuccessfully tried to fix this, but I've come up with an idea how an actual fix might go. When the merge flag (which I added in recent commits) gets passed to MVM_proc_spawn or MVM_proc_shell, we have to first create a new pipe on our own, then set up both stdio 1 and 2 to UV_REUSE_STREA

[perl #128594] [SEGV] attempting to use :merge when run()ning an external command causes a core dump

2016-07-10 Thread via RT
# New Ticket Created by Daniel Green # Please include the string: [perl #128594] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=128594 > perl6 --version This is Rakudo version 2016.06-220-g2ad3239 built on MoarVM version 2016

Re: [perl #128280] core dump while profiling with a '.race'

2016-06-16 Thread Daniel Green
Also, the Kubuntu system Rakudo was built with --gen-moar, on the Arch Linux system MoarMV, NQP, and Rakudo were all built separately with the same --prefix. On Wed, Jun 15, 2016 at 12:01 AM, Daniel Green wrote: > Doesn't happen every time, seem to be about 1 in 5. Here are the results > for two

Re: [perl #128280] core dump while profiling with a '.race'

2016-06-16 Thread Daniel Green
Doesn't happen every time, seem to be about 1 in 5. Here are the results for two different system. This is an up-to-date Arch Linux uname -a Linux 4.5.3-1-ARCH #1 SMP PREEMPT Sat May 7 20:43:57 CEST 2016 x86_64 GNU/Linux p6 --version This is Rakudo version 2016.05-145-gac0dcdd built on MoarVM v

Re: [perl #128280] core dump while profiling with a '.race'

2016-06-16 Thread Daniel Green
Also, running it ~30 times without profiling never saw a crash. On Wed, Jun 15, 2016 at 12:04 AM, Daniel Green wrote: > Also, the Kubuntu system Rakudo was built with --gen-moar, on the Arch > Linux system MoarMV, NQP, and Rakudo were all built separately with the > same --prefix. > > On Wed, Ju

[perl #127273] Core dump from run( ..., :merge) and trying to get output

2016-01-14 Thread via RT
ay $proc.out.slurp-rest; Removing the :merge eliminates the core dump. This is with the latest Rakudo on moar.

[perl #75502] [BUG] Using %() to coerce hash context causes core dump

2010-06-02 Thread via RT
# New Ticket Created by Adrian White # Please include the string: [perl #75502] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=75502 > Using %() to coerce hash context causes Rakudo to core dump. e.g. Using Rak

[perl #37361] [BUG] Parrot 0.3.0 Tru64 core dump t/examples/japh.t #10

2008-03-25 Thread Will Coleda via RT
On Wed Oct 05 22:27:25 2005, jhi wrote: > Didn't notice this earlier because the whole japh.t is > reported as succeeding even though a core dump happens > for the subtest #10. > Since we're on 0.6.0 now and there are only 5 tests left in this test file, rejecting thi

Re: [perl #38957] hash test failures (core dump)

2007-04-19 Thread Andy Dougherty
The test t/src/hash_6.c is still dumping core for me. I haven't tried debugging in detail beyond the information already in the RT ticket. -- Andy Dougherty [EMAIL PROTECTED]

[perl #41251] [tru64] core dump from t/pmc/resizablebooleanarray_20.pasm

2007-01-12 Thread via RT
# New Ticket Created by Jarkko Hietaniemi # Please include the string: [perl #41251] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=41251 > --- osname= dec_osf osvers= 5.1a arch= alpha-dec_osf-thread-multi cc= cc V6.4

[perl #41253] [tru64] core dump from t/dynoplibs/myops_3.pir

2007-01-12 Thread via RT
166000) ["myops.ops":55\ , 0x3001ac4] ... So haha, the Parrot_hcf() still halts and catches fire. Very funny, haha. The problem is that it shows up as a core dump. Surely this test could be implemented somehow differently and still be funny? --- Summary of my parrot 0.4.7 (r

[perl #41255] [tru64] core dump from t/pmc/pmc_5.pasm

2007-01-12 Thread via RT
# New Ticket Created by Jarkko Hietaniemi # Please include the string: [perl #41255] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=41255 > --- osname= dec_osf osvers= 5.1a arch= alpha-dec_osf-thread-multi cc= cc V6.4

[perl #41249] [tru64] core dump in t/pmc/interp_3.pir

2007-01-12 Thread via RT
# New Ticket Created by Jarkko Hietaniemi # Please include the string: [perl #41249] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=41249 > --- osname= dec_osf osvers= 5.1a arch= alpha-dec_osf-thread-multi cc= cc V6.4

[perl #41254] [tru64] core dump from library/pg

2007-01-12 Thread via RT
# New Ticket Created by Jarkko Hietaniemi # Please include the string: [perl #41254] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=41254 > --- osname= dec_osf osvers= 5.1a arch= alpha-dec_osf-thread-multi cc= cc V6.4

[perl #41257] [tru64] core dump in t/pmc/io_1.pir

2007-01-12 Thread via RT
# New Ticket Created by Jarkko Hietaniemi # Please include the string: [perl #41257] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=41257 > --- osname= dec_osf osvers= 5.1a arch= alpha-dec_osf-thread-multi cc= cc V6.4

Re: [EMAIL PROTECTED]: tru64 core dump: t/examples/japh_12.pasm

2006-08-06 Thread xinhua liu
un-subscribe On 8/4/06, Chip Salzenberg via RT <[EMAIL PROTECTED]> wrote: Fixed in svn by deleting that never-will-work-again japh, which hacked internals in an amazingly evil way.

Re: [perl #39751] unbug - [EMAIL PROTECTED]: tru64 core dump: t/dynoplibs/myops_4.pir

2006-08-03 Thread Jarkko Hietaniemi
Chip Salzenberg via RT wrote: > parrot obeys you > when you ask it politely > to halt and catch fire The test harness should kindly be told about this confusing anomaly I never could get my haikus to work -- Jarkko Hietaniemi <[EMAIL PROTECTED]> http://www.iki.fi/jhi/ "There is this special bio

[perl #39750] [EMAIL PROTECTED]: tru64 core dump: t/examples/japh_12.pasm

2006-08-03 Thread Chip Salzenberg via RT
Fixed in svn by deleting that never-will-work-again japh, which hacked internals in an amazingly evil way.

[perl #39751] unbug - [EMAIL PROTECTED]: tru64 core dump: t/dynoplibs/myops_4.pir

2006-08-03 Thread Chip Salzenberg via RT
parrot obeys you when you ask it politely to halt and catch fire

[perl #39752] [EMAIL PROTECTED]: tru64 core dump: t/op/lexicals_27.pir

2006-08-03 Thread Chip Salzenberg via RT
Fixed in svn. Actual bug was causing malloc(0). Proximate bug is that, on tru64, malloc(0) fails. :-)

[perl #39753] [EMAIL PROTECTED]: tru64 core dump: t/pmc/io_1.pir

2006-08-03 Thread Chip Salzenberg via RT
Until we know what these I/O ops should do, seg faults aren't unexpected. Nor are they something we can meaningfully fix. This ticket now depends on the review of the I/O pdd.

[perl #39754] [EMAIL PROTECTED]: tru64 core dump: t/pmc/resizablebooleanarray_20.pasm

2006-08-03 Thread Chip Salzenberg via RT
This ticket now depends on ResizeableBooleanArray rewrite.

Re: [perl #39756] [EMAIL PROTECTED]: tru64 core dump: t/examples/japh_10.pasm

2006-08-03 Thread Leopold Toetsch
7;, 2 => 'opcode "pack" is gone', 4 => 'namespace has changed', 9 => 'P1 is no longer special', 10 => 'core dump', ... Todo tests are run and supposed to fail or not to gi

Re: [perl #39756] [EMAIL PROTECTED]: tru64 core dump: t/examples/japh_10.pasm

2006-08-03 Thread Chip Salzenberg
Wow. So I've just learned that our test harness ignores seg faults. Which explains why t/examples/japh.t keeps reporting "all tests successful" when actually they're mostly segfaulting and otherwise failing. This particular japh uses threading, which is known not to work until the STM work by Ch

Re: [perl #39776] [BUG] PGE core dump

2006-08-03 Thread Chip Salzenberg
On Mon, Jul 10, 2006 at 02:18:21PM -0500, Patrick R. Michaud wrote: > I totally agree that PGE probably needs to provide better syntax > error checking in situations such as this, thus I'm leaving this > ticket open, or will add a new more descriptive one soon. But why the core dum

Re: [perl #39776] [BUG] PGE core dump

2006-07-10 Thread Patrick R. Michaud
On Sun, Jul 09, 2006 at 07:15:07PM -0700, Kevin Tew wrote: > ../../parrot ../../compilers/pge/pgc.pir > --output=lib/pruby_grammar_gen.pir lib/pruby.pg > Method 'reduce' not found > current instr.: 'parrot;PGE::Exp::Quant;reduce' pc 4358 > (compilers/pge/PGE/Exp.pir:402) > ... > pruby.pg is avail

[perl #39776] [BUG] PGE core dump

2006-07-10 Thread via RT
# New Ticket Created by Kevin Tew # Please include the string: [perl #39776] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=39776 > --- osname= darwin osvers= 8.0 arch= darwin-thread-multi-2level cc= cc --- Flags:

Re: [perl #39751] [EMAIL PROTECTED]: tru64 core dump: t/dynoplibs/myops_4.pir

2006-07-07 Thread Will Coleda
hcf is actually supposed to explode if possible. Not sure if we should: 1) skip the test usually; 2) close the ticket as "not a bug" 3) eliminate this particular (silly) dynamic opcode. Regards. On Jul 7, 2006, at 2:04 AM, Jarkko Hietaniemi (via RT) wrote: # New Ticket Created by Jarkko Hiet

[perl #39752] [EMAIL PROTECTED]: tru64 core dump: t/op/lexicals_27.pir

2006-07-07 Thread via RT
# New Ticket Created by Jarkko Hietaniemi # Please include the string: [perl #39752] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=39752 > (dbx) run --gc-debug t/pmc/lexicals_27.pir # Failed test (t/op/lexicals.t at l

[perl #39751] [EMAIL PROTECTED]: tru64 core dump: t/dynoplibs/myops_4.pir

2006-07-07 Thread via RT
# New Ticket Created by Jarkko Hietaniemi # Please include the string: [perl #39751] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=39751 > (dbx) run --gc-debug t/dynoplibs/myops_4.pir neither here thread 0x3 signal Segment

[perl #39756] [EMAIL PROTECTED]: tru64 core dump: t/examples/japh_10.pasm

2006-07-07 Thread via RT
# New Ticket Created by Jarkko Hietaniemi # Please include the string: [perl #39756] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=39756 > (dbx) run --gc-debug t/examples/japh_10.pasm run --gc-debug t/examples/japh_10.pasm

[perl #39750] [EMAIL PROTECTED]: tru64 core dump: t/examples/japh_12.pasm

2006-07-07 Thread via RT
# New Ticket Created by Jarkko Hietaniemi # Please include the string: [perl #39750] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=39750 > (dbx) run --gc-debug t/examples/japh_12.pasm Parrot VM: PANIC: Out of bound registe

[perl #39753] [EMAIL PROTECTED]: tru64 core dump: t/pmc/io_1.pir

2006-07-07 Thread via RT
# New Ticket Created by Jarkko Hietaniemi # Please include the string: [perl #39753] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=39753 > (dbx) run --gc-debug t/pmc/io_1.pir Undef ok 1 Undef ok 2 Assertion failed: (unsign

[perl #39754] [EMAIL PROTECTED]: tru64 core dump: t/pmc/resizablebooleanarray_20.pasm

2006-07-07 Thread via RT
# New Ticket Created by Jarkko Hietaniemi # Please include the string: [perl #39754] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=39754 > (dbx) run --gc-debug t/pmc/resizablebooleanarray_20.pasm thread 0x3 signal Segmenta

[perl #37361] [BUG] Parrot 0.3.0 Tru64 core dump t/examples/japh.t #10

2006-05-15 Thread Will Coleda via RT
Jarkko - Is this still an issue with svn-latest ? > [jhi - Wed Oct 05 22:27:25 2005]: > > Didn't notice this earlier because the whole japh.t is > reported as succeeding even though a core dump happens > for the subtest #10. > >1 pthread_kill(0x0, 0x1

Re: [perl #37336] [RESOLVED] [BUG] Parrot 0.3.0 t/pmc/io.t assert core dump

2005-10-18 Thread Leopold Toetsch
Jarkko Hietaniemi wrote: Joshua Hoblitt via RT wrote: It's a test failure for unimplemented feature(s). There is already a TODO ticket (bug #31178) that ruffly covers this. Can you make a case for why it needs to be to tracked as a software defect? A core dump is a software defec

Re: [perl #37336] [RESOLVED] [BUG] Parrot 0.3.0 t/pmc/io.t assert core dump

2005-10-18 Thread Jarkko Hietaniemi
Joshua Hoblitt via RT wrote: > On Sat, Oct 15, 2005 at 11:09:38AM +0300, Jarkko Hietaniemi wrote: > >>Joshua Hoblitt via RT wrote: >> >>>According to our records, your request regarding >>> "[BUG] Parrot 0.3.0 t/pmc/io.t assert core dump" >&

Re: [perl #37336] [RESOLVED] [BUG] Parrot 0.3.0 t/pmc/io.t assert core dump

2005-10-17 Thread Joshua Hoblitt
On Sat, Oct 15, 2005 at 11:09:38AM +0300, Jarkko Hietaniemi wrote: > Joshua Hoblitt via RT wrote: > > According to our records, your request regarding > > "[BUG] Parrot 0.3.0 t/pmc/io.t assert core dump" > > has been resolved. > > According to my record

Re: [perl #37336] [RESOLVED] [BUG] Parrot 0.3.0 t/pmc/io.t assert core dump

2005-10-15 Thread Jarkko Hietaniemi
Joshua Hoblitt via RT wrote: > According to our records, your request regarding > "[BUG] Parrot 0.3.0 t/pmc/io.t assert core dump" > has been resolved. According to my records, it's a TODO test and therefore not quite yet resolved :-) > If you have any further qu

[perl #37361] [BUG] Parrot 0.3.0 Tru64 core dump t/examples/japh.t #10

2005-10-05 Thread via RT
cceeding even though a core dump happens for the subtest #10. 1 pthread_kill(0x0, 0x11fffb038, 0x0, 0x11fffc010, 0x3ff0001) [0x3ff805c0ed0] 2 (unknown)() [0x3ff805c7908] 3 (unknown)() [0x3ff80633994] 4 exc_raise_signal_exception(0xb0ffe0003, 0x86, 0x0, 0x12013b8ac, 0x1) [0x3ff80633d

Re: [perl #37336] [BUG] Parrot 0.3.0 t/pmc/io.t assert core dump

2005-10-04 Thread Leopold Toetsch
Jarkko Hietaniemi (via RT) wrote: # New Ticket Created by Jarkko Hietaniemi # Please include the string: [perl #37336] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/rt3/Ticket/Display.html?id=37336 > $ ./parrot t/pmc/io_1.pir This is a TODO tes

[perl #37336] [BUG] Parrot 0.3.0 t/pmc/io.t assert core dump

2005-10-03 Thread via RT
# New Ticket Created by Jarkko Hietaniemi # Please include the string: [perl #37336] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/rt3/Ticket/Display.html?id=37336 > $ ./parrot t/pmc/io_1.pir Undef ok 1 Undef ok 2 Assertion failed: (unsigned long)l

Re: [perl #35144] Core dump with computed-goto core

2005-04-29 Thread Leopold Toetsch
Nick Glencross <[EMAIL PROTECTED]> wrote: > Guys, > This isn't a highly critical segfault I imagine, although it might be of > interest to someone. > I discovered 'make fulltest' this evening. One of the debuginfo tests > (#7) fails as follows with r7942 on i386 Linux: > [EMAIL PROTECTED] parro

[perl #35144] Core dump with computed-goto core

2005-04-28 Thread via RT
3 subtests skipped. Failed 1/1 test scripts, 0.00% okay. 1/8 subtests failed, 87.50% okay. There's a core dump (the last line of output wasn't printed), and a backtrace reveals: Loaded symbols for /lib/ld-linux.so.2 #0 0x080c578a in gc_ms_get_free_object (interpreter=0x8256db8, pool=0x82

Re: [perl #32450] [PATCH] core dump of japh16

2004-11-16 Thread Leopold Toetsch
Bernhard Schmalhofer <[EMAIL PROTECTED]> wrote: > since a couple of days the example japh16 is dumping core on my Linux > machine. > It looks like there was a free on a NULL, when cleaning up packfile > segments. The attached patch checks wether there is a fixup table in the > seqment. > I'm not

[perl #32450] [PATCH] core dump of japh16

2004-11-15 Thread via RT
# New Ticket Created by Bernhard Schmalhofer # Please include the string: [perl #32450] # in the subject line of all future correspondence about this issue. # http://rt.perl.org:80/rt3/Ticket/Display.html?id=32450 > Hi, since a couple of days the example japh16 is dumping core on my Linux ma