Re: [perl #60506] Segmentation fault in t/pmc/pmc.t

2008-11-24 Thread Moritz Lenz
James Keenan via RT wrote: > On Thu Nov 13 13:57:34 2008, [EMAIL PROTECTED] wrote: >> On Thursday 13 November 2008 13:54:36 James Keenan via RT wrote: >> >> > At r32625, I am observing this on Darwin/PPC -- but it passes on >> > Linux/i386. Darwin below. >> >> Is the backtrace the same as the

Re: [perl #60506] Segmentation fault in t/pmc/pmc.t

2008-11-13 Thread chromatic
On Thursday 13 November 2008 13:54:36 James Keenan via RT wrote: > At r32625, I am observing this on Darwin/PPC -- but it passes on > Linux/i386. Darwin below. Is the backtrace the same as the one Moritz posted? -- c

[perl #60506] Segmentation fault in t/pmc/pmc.t

2008-11-13 Thread via RT
t t/pmc/pmc_3.pasm All names ok. Segmentation fault With this backtrace: (gdb) bt #0 0xb7c07069 in Parrot_cx_delete_task (interp=0x8e6a048, task=0x8eddfac) at src/scheduler.c:388 #1 0xb7d57e64 in Parrot_Timer_destroy (interp=0x8e6a048, pmc=0x8eddfac) at ./src/pmc/timer.pmc:191 #2 0xb7bb7

[perl #57116] [BUG] make: *** [perl6] Segmentation fault

2008-09-05 Thread Christoph Otto via RT
On Tue Jul 29 00:38:29 2008, tuxdna wrote: > I found that it is now working correctly in the latest revision 29838. resolved

[perl #57116] [BUG] make: *** [perl6] Segmentation fault

2008-07-19 Thread Saleem A. Ansari (via RT)
erl6/perl6 ./perl6 /usr/bin/perl -MExtUtils::Command -e ExtUtils::Command::chmod 0755 ./perl6 ./perl6 -e"say 'Hello, world.'" make: *** [perl6] Segmentation fault make: *** Deleting file `perl6' There was some vtable initialized wrongly with 0xdeadbeef value inside src/exception

Re: make: *** [perl6] Segmentation fault

2008-07-18 Thread tuxdna
$ languages/perl6/perl6 -e'say "Hello"' Segmentation fault $ gdb languages/perl6/perl6 GNU gdb Red Hat Linux (6.6-35.fc8rh) ... (gdb) run -e'say "Hello"' Starting program: /home/saleem/work/compiler/parrot/languages/perl6/perl6 Program received signal

Re: make: *** [perl6] Segmentation fault

2008-07-17 Thread Andy_Bach
hello > [EMAIL PROTECTED] parrot]$ languages/perl6/perl6 -e 'say "hello"' Segmentation fault Hmm: [EMAIL PROTECTED] parrot]$ languages/perl6/perl6 -e ' say "hello"' hello [EMAIL PROTECTED] parrot]$ languages/perl6/perl6 -e 'say "hello"'

make: *** [perl6] Segmentation fault

2008-07-17 Thread tuxdna
/languages/perl6' /usr/bin/perl -MExtUtils::Command -e cp languages/perl6/perl6 ./perl6 /usr/bin/perl -MExtUtils::Command -e ExtUtils::Command::chmod 0755 ./perl6 ./perl6 -e"say 'Hello, world.'" make: *** [perl6] Segmentation fault make: *** Deleting file `perl6' This als

Re: [perl #55164] [BUG] segmentation fault in rakudo's test

2008-07-01 Thread Moritz Lenz
Patrick R. Michaud via RT wrote: > Is this still segfaulting in the current head? No, seems fixed. Moritz -- Moritz Lenz http://moritz.faui2k3.org/ | http://perl-6.de/

[perl #55164] [BUG] segmentation fault in rakudo's test

2008-07-01 Thread Patrick R. Michaud via RT
Is this still segfaulting in the current head? Pm

Re: [perl #55164] [BUG] segmentation fault in rakudo's test

2008-06-02 Thread Moritz Lenz
Will Coleda via RT wrote: > On Sun Jun 01 11:06:10 2008, [EMAIL PROTECTED] wrote: >> Hi, >> >> parrot + perl6 as of r28017 segfault for me while running >> t/spec/S29-array/push.rakudo. >> Attached is a reduced test case that produces an assertion failure with >> --runcore=gcdebug: >> >> $ ../../

[perl #55164] [BUG] segmentation fault in rakudo's test

2008-06-02 Thread Will Coleda via RT
On Sun Jun 01 11:06:10 2008, [EMAIL PROTECTED] wrote: > Hi, > > parrot + perl6 as of r28017 segfault for me while running > t/spec/S29-array/push.rakudo. > Attached is a reduced test case that produces an assertion failure with > --runcore=gcdebug: > > $ ../../parrot --runcore=gcdebug perl6.pbc p

[perl #55164] segmentation fault in rakudo's test

2008-06-01 Thread via RT
# New Ticket Created by Moritz Lenz # Please include the string: [perl #55164] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=55164 > Hi, parrot + perl6 as of r28017 segfault for me while running t/spec/S29-array/push.raku

Lua PMC & Garbage Collection Segmentation fault

2006-03-05 Thread François PERRAD
Hi all, A Segmentation fault occurs in the languages/lua/t/tables_3.pir. This test is a simple table creation (with 1000 items) : a = {} for i=1,1000 do a[i] = i*2 end print(a[9]) This problem started with revision 11586. In the previous Lua PMC implementation (r11478

Re: [perl #36852] [PATCH] imcc/main.c - to fix segmentation fault on "-E (--pre-process-only)" option

2005-08-11 Thread Leopold Toetsch
[EMAIL PROTECTED] (via RT) wrote: Objective: Parrot stops for segmentation fault when "-E (--pre-process-only)" option is specified. This patch fixes this bug. Thanks, applied -r8914 (Please not that the preprocessor is currently not uptodate and doesn't process all t

[perl #36852] [PATCH] imcc/main.c - to fix segmentation fault on "-E (--pre-process-only)" option

2005-08-10 Thread via RT
# New Ticket Created by [EMAIL PROTECTED] # Please include the string: [perl #36852] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/rt3/Ticket/Display.html?id=36852 > Objective: Parrot stops for segmentation fault when "-E (--pre-proc

Re: Parrot Segmentation Fault

2005-04-11 Thread Leopold Toetsch
Cory Spencer <[EMAIL PROTECTED]> wrote: > The latest Parrot CVS checkout segfaults for me on the following code: [ ... ] > It appears that the "store_lex" opcode is to blame - when no lexical pad > has been created and you attempt to store a lexical, the SEGV is > generated. Yep. Throws an exce

Parrot Segmentation Fault

2005-04-07 Thread Cory Spencer
The latest Parrot CVS checkout segfaults for me on the following code: .sub _main .local pmc foo foo = new Integer foo = 3 # new_pad 0 store_lex "foo", foo end .end It appears that the "store_lex" opcode is to blame - when no lexical pad has been created and you att

Re: Segmentation fault

2004-01-13 Thread Leopold Toetsch
Chris Allan <[EMAIL PROTECTED]> wrote: > Hello, > I've just started trying to experiment with parrot, and I keep getting > segmentation faults, eg when running the following one-liner: > set I0, 7 end is missing. Program flow just continues with executing garbage. > I also noticed what seems

Segmentation fault

2004-01-13 Thread Chris Allan
[New Thread 16384 (LWP 16833)] [New Thread 32769 (LWP 16834)] [New Thread 16386 (LWP 16835)] Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 16384 (LWP 16833)] 0x0807f9ec in runops_slow_core (interpreter=0x823bc90, pc=0x827ed34) at src/runops_cores.c:116 116