Re: Core Dump If i do not set "LANG = C & LC_MESSAGES=C" as env var
nilesh_ibmr@xxxxxxxxx writes:
what is the relationship between these two env. variables & why the
executable gives me core dump when i set locale env. var = fr_FR ?
The relationship is that you have a bug in the app, or in the
library it uses (or in both), and that bug causes the app to
crash when LANG=fr_FR.
Run the app under gdb to see *where* it crashes, and debug from there.
Cheers,
--
In order to understand recursion you must first understand recursion.
Remove /-nsp/ for email.
.
Relevant Pages
- Re: Display a message each time functions are called
... This app is basically an e-Learning and content ... That does not sound like a problem with client-side scripting either. ... Not a client-side script problem either, unless there was a bug in the user ... very well for reporting: ... (comp.lang.javascript) - Re: pause simple but usefull
... than a C compiler that sees much heavier use (hence bug reports). ... I am of course speaking in the context of if more people would do asm and work together on it, this would safe time for them, and for their users. ... It is quite simple to make an app run correctly from a single directory, without ever toughing the registry and ect. ... Now try to imagine we download and install, something like may 10-100 apps a year, with updates and etc, and each spend from 10 seconds to several minutes just to install, some even spend the same amount of time to unistall. ... (alt.lang.asm) - Re: IOCP critical sections and mutexes
... then there is some bug in your ... routines but I recently started some preliminary stress test on a new server ... then pushes it in a queue that will be later processed by my main app ... If I use a mutex instead it works fine. ... (microsoft.public.win32.programmer.kernel) - Re: Errors: R6025 and Friends
... had a ->Releaseexecuted when the user clicked the X or closed the app some ... trying to run in the debugger. ... So I decided that I will run this program in Debug mode on the test server ... I would suggest that even thinking that reformatting a hard drive could fix a program bug ... (microsoft.public.vc.mfc) - Re: GIMP in Gutsy is a "release conadidate".
... This is a *major* app. ... unsupported backport. ... then *please* subscribe to this bug report. ... He is nowhere to be found and the bug is sitting ... (Ubuntu) |
|