Re: [perl #132316] [Double Free] Crash while running program

2017-10-18 Thread Marcel Timmerman
On 10/17/2017 09:27 PM, Timo Paulssen via RT wrote: if you can, please re-compile MoarVM passing the same options that were used before (you can find them on the first screenfuls of the Makefile inside moarvm's source folder) to Configure.pl but also include --debug=3 and --optimize=0. This is

Re: [perl #132316] [Double Free] Crash while running program

2017-10-18 Thread mt1957 via RT
On 10/17/2017 09:27 PM, Timo Paulssen via RT wrote: > if you can, please re-compile MoarVM passing the same options that were > used before (you can find them on the first screenfuls of the Makefile > inside moarvm's source folder) to Configure.pl but also include > --debug=3 and --optimize=0.

Re: [perl #132316] [Double Free] Crash while running program

2017-10-18 Thread Marcel Timmerman
@Aleks-Daniel Jakimenko-Aleksejev How can I reproduce this issue? What code did you use? Well, 1) Install a mongod server and start it up. Its address  might be 127.0.0.1:27017 which is the default for mongod servers. Servers can be downloaded using $ curl -O

Re: [perl #132316] [Double Free] Crash while running program

2017-10-18 Thread mt1957 via RT
@Aleks-Daniel Jakimenko-Aleksejev > How can I reproduce this issue? What code did you use? > Well, 1) Install a mongod server and start it up. Its address  might be 127.0.0.1:27017 which is the default for mongod servers. Servers can be downloaded using $ curl -O

Re: [perl #132316] [Double Free] Crash while running program

2017-10-17 Thread Timo Paulssen via RT
if you can, please re-compile MoarVM passing the same options that were used before (you can find them on the first screenfuls of the Makefile inside moarvm's source folder) to Configure.pl but also include --debug=3 and --optimize=0. This is an optional step. After that, please run

Re: [perl #132316] [Double Free] Crash while running program

2017-10-17 Thread Timo Paulssen
if you can, please re-compile MoarVM passing the same options that were used before (you can find them on the first screenfuls of the Makefile inside moarvm's source folder) to Configure.pl but also include --debug=3 and --optimize=0. This is an optional step. After that, please run

[perl #132316] [Double Free] Crash while running program

2017-10-17 Thread Aleks-Daniel Jakimenko-Aleksejev via RT
How can I reproduce this issue? What code did you use?

[perl #132316] [Double Free] Crash while running program

2017-10-17 Thread via RT
# New Ticket Created by mt1957 # Please include the string: [perl #132316] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=132316 > Hi, I am experiencing crashes only ending in a message like 'Segmentation fault' sometimes