[Gambas-user] [Gambas Bug Tracker] Bug #1246: Segmentation Fault STREAM_write - gbr3

bugtracker at gambaswiki.org bugtracker at gambaswiki.org
Sat Feb 17 23:22:31 CET 2018


http://gambaswiki.org/bugtracker/edit?object=BUG.1246&from=L21haW4-

Comment #3 by Benoît MINISINI:

No, don't. It's just to guess the code path taken before the crash.

The crash occurs because the stream->type is NULL, which means the stream is closed, which should be possible as that case is checked just before doing the write. Such weird things usually means memory corruption...

Can you run your project with valgrind or is it too slow?

Benoît MINISINI changed the state of the bug to: NeedsInfo.




More information about the User mailing list