Re: Curl-loader results vary from time to time
Status: Alpha
Brought to you by:
coroberti
From: alo s. <asi...@ic...> - 2008-11-10 22:06:31
|
Hi Robert, You are right. i have run it in the following order, 1 - make cleanall; make debug=1 optimize=0 => throws the same error 2 - make cleanall; make debug=1 optimize=1 => works fine *Greatly appreciate your help and Thank you.. * Thanks, Alo Robert Iakobashvili wrote: > > > On Mon, Nov 10, 2008 at 7:01 PM, alo sinnathamby > <asi...@ic... <mailto: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 > ...................................................................... |