Dechenjm / crack-language

Automatically exported from code.google.com/p/crack-language
Other
0 stars 0 forks source link

Segfault using exp.file.File #60

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The following test program causes a double free segfault:

import crack.exp.file File;
ostream:=File("TestC.txt","w");
ostream.close();

Anything obvious wrong with the above code?

This is with version 523:07756039726d. Valgrind output available if it's not 
reproducible.

Original issue reported on code.google.com by Conrad.S...@gmail.com on 24 Nov 2010 at 8:31

GoogleCodeExporter commented 9 years ago

Original comment by Conrad.S...@gmail.com on 24 Nov 2010 at 8:49

GoogleCodeExporter commented 9 years ago
Simple bug in File, fix in 524:7d29fd70c256 please verify.

Original comment by weyrick on 24 Nov 2010 at 9:04

GoogleCodeExporter commented 9 years ago
Works for me too.

Original comment by Conrad.S...@gmail.com on 24 Nov 2010 at 9:38