Re: Curl-loader results vary from time to time
Status: Alpha
Brought to you by:
coroberti
From: Robert I. <cor...@gm...> - 2008-11-10 17:22:30
|
On Mon, Nov 10, 2008 at 7:01 PM, alo sinnathamby <asi...@ic...>wrote: > it is 64 bit distribution > > Do you have both 64-bit user space and 64-bit kernel? Please, verify it. Compile with debugging symbols and a) without optimization make cleanall; make debug=1 optimize=0 b) with optimization make cleanall; make debug=1 optimize=1 See, if you reproduce the problem, and try to debug it by gdb or gdb and ddd. Looks like something rather simple to debug and fix. like some optimization bug, etc. One more option is, please, try the recent svn-version and see, if it helps. -- Truly, Robert Iakobashvili, Ph.D. ...................................................................... Assistive technology that understands you ...................................................................... |