SapphireDensetsu / ypsilon

Automatically exported from code.google.com/p/ypsilon
Other
0 stars 0 forks source link

random segfault #40

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
hi

I'm using ypsilon-0.9.6.tar.gz.
I run into random segfaults with this version, it doesn't happen all the
times-- about 1 in 5.

you can get the code here:
http://code.google.com/p/narutocanada/source/browse/trunk/graph.sc

how to reproduce segfaults: (do it a few times)
cat graph.sc | ypsilon -q

Original issue reported on code.google.com by narutoca...@gmail.com on 13 Aug 2008 at 7:46

GoogleCodeExporter commented 8 years ago
I found several bugs in concurrent GC which cause random segmentation fault. I 
have
fixed bugs and trunk directory is updated. 

Unfortunately my machines do not reproduce this bug(*1), I can not test new 
version
if it solve this problem. :(
Please try trunk version and let me know if it works fine or not. Thank you!

*1: It is common that different hardware shows different behavior when 
concurrent GC
is running.

Original comment by y.fujita...@gmail.com on 14 Aug 2008 at 6:14

GoogleCodeExporter commented 8 years ago
The problem dissappear after the upgrading to trunk version. Thanks.

Original comment by narutoca...@gmail.com on 14 Aug 2008 at 12:01

GoogleCodeExporter commented 8 years ago
It's great! Thank you!

Original comment by y.fujita...@gmail.com on 15 Aug 2008 at 6:03