[perl #51790] Segfaults for GDBMHash in -C and -S runcores

2008-03-18 Thread Bernhard Schmalhofer via RT
On So. 16. Mär. 2008, 06:57:31, bernhard wrote: > Hi, > > running 'make fulltest' under Linux leaves me with segfaults for > gdbmhast.t. > This happens only for the computed-goto and for the switched runcore. > [EMAIL PROTECTED]:~/devel/Parrot/trunk$ uname -a > Linux heist 2.6.22-14-generic #1 S

Re: [perl #51790] Segfaults for GDBMHash in -C and -S runcores

2008-03-17 Thread chromatic
On Monday 17 March 2008 22:26:01 chromatic wrote: > Parrot_MD5_init() isn't getting called, for some reason. That's why the > PMC_data() of this PMC is null when initializing the MD5 library. ... and that's because the predereferencing code (parrot_PIC_prederef() in src/pic.c) optimizes new_p_s

Re: [perl #51790] Segfaults for GDBMHash in -C and -S runcores

2008-03-17 Thread chromatic
On Sunday 16 March 2008 06:57:32 Bernhard Schmalhofer wrote: > running 'make fulltest' under Linux leaves me with segfaults for > gdbmhast.t. > > t/dynpmc/foo.ok > t/dynpmc/gdbmhash > # Failed test 'get_integer' > # at t/dynpmc/gdbmhash.t lin

[perl #51790] Segfaults for GDBMHash in -C and -S runcores

2008-03-16 Thread via RT
# New Ticket Created by Bernhard Schmalhofer # Please include the string: [perl #51790] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=51790 > Hi, running 'make fulltest' under Linux leaves me with segfaults for gdbmhast.t