[Gambas-user] [Gambas Bug Tracker] Bug #1025: Doing : free(pInt) I get segmentation fault

2016-10-30 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1025=L21haW4- Comment #2 by Benoît MINISINI: This is by design. Free() is a just a call to the libc free() method, and so the freed address cannot be checked. Benoît MINISINI changed the state of the bug to: Rejected.

[Gambas-user] [Gambas Bug Tracker] Bug #1025: Doing : free(pInt) I get segmentation fault

2016-10-29 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1025=L21haW4- Comment #1 by Jussi LAHTINEN: The problem is you are trying to free allocation, which is not made in the memory address (2000). I'm not sure if it is possible to test the address validity.

[Gambas-user] [Gambas Bug Tracker] Bug #1025: Doing : free(pInt) I get segmentation fault

2016-10-29 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1025=L21haW4- Zainudin AHMAD added an attachment: Bug-segf-Free-0.0.1.tar.gz -- The Command Line: Reinvented for Modern Developers Did the resurgence of CLI tooling

[Gambas-user] [Gambas Bug Tracker] Bug #1025: Doing : free(pInt) I get segmentation fault

2016-10-29 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1025=L21haW4- Zainudin AHMAD reported a new bug. Summary --- Doing : free(pInt) I get segmentation fault Type : Bug Priority : Medium Gambas version : 3.9.90 (TRUNK) Product : Development Environment