|
From: | Lloyd Dupont |
Subject: | Re: puzzled by crash solution |
Date: | Wed, 14 Sep 2005 13:48:00 +1000 |
Answer below
On Sep 13, 2005, at 12:27 AM, Lloyd Dupont wrote:It should not be. Systems.clr, for instance, is created by GNUstep if it does not exist (along with all the needed directories, i.e. GNUstep\Library).But a problem remain, where does this C:\GNUstep\Library folder comes from?1. it's not generated by the various make (install) and I followed these directions: http://wwwmain.gnustep.org/resources/documentation/User/GNUstep/ README.MinGW2. it's essential to run any graphical application! not that I used GNUstep to draw (I'm using .NET), but I do use NSColor & such...I do not know why it does not work on your system
You do not know why I don't have GNUstep\Libary\Colors\System.clr? or why it's crashing?
For the latter, the exception the debugger repported is a StackOverflow.I gave it some though lately and realized it might be just that: a StackOverflow. Something which is not really a code error, but simply too much recursion or too many (or too big) alloca()
It kind of match some NSZoneMalloc() exception I get sometimes as well. That's a tricky error! Fortunately I manage to get around its conditions.
[Prev in Thread] | Current Thread | [Next in Thread] |