Re: with ubuntu 64 - bit still receiving parse_config_file-error
Status: Alpha
Brought to you by:
coroberti
From: Rick P. <rp...@ce...> - 2009-02-25 16:25:11
|
Here is the strace on the execution; set_tid_address(0x7f51f9b9d770) = 4718 set_robust_list(0x7f51f9b9d780, 0x18) = 0 futex(0x7fff01bab33c, 0x81 /* FUTEX_??? */, 1) = 0 rt_sigaction(SIGRTMIN, {0x7f51f9571660, [], SA_RESTORER|SA_SIGINFO, 0x7f51f957b0f0}, NULL, 8) = 0 rt_sigaction(SIGRT_1, {0x7f51f95716f0, [], SA_RESTORER|SA_RESTART| SA_SIGINFO, 0x7f51f957b0f0}, NULL, 8) = 0 rt_sigprocmask(SIG_UNBLOCK, [RTMIN RT_1], NULL, 8) = 0 getrlimit(RLIMIT_STACK, {rlim_cur=8192*1024, rlim_max=RLIM_INFINITY}) = 0 rt_sigaction(SIGPIPE, {SIG_IGN}, {SIG_DFL}, 8) = 0 geteuid() = 0 stat("curl-config.conf", {st_mode=S_IFREG|0644, st_size=610, ...}) = 0 brk(0) = 0x147c000 brk(0x149d000) = 0x149d000 open("curl-config.conf", O_RDONLY) = 3 fstat(3, {st_mode=S_IFREG|0644, st_size=610, ...}) = 0 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f51f9ba6000 read(3, "######### GENERAL SECTION\nBATCH_"..., 4096) = 610 read(3, "", 4096) = 0 close(3) = 0 munmap(0x7f51f9ba6000, 4096) = 0 write(2, "parse_config_file - error: faile"..., 63) = 63 write(2, "main - error: parse_config_file "..., 43) = 43 exit_group(-1 On Wed, 2009-02-25 at 10:56 -0500, Richard Parker wrote: > Hello, > > I did see that 0.47 was to fix the following problem with Ubuntu 2.6.x > kernels on 64 bit platform. > > Parse_config_file – error: failed to load even a single batch. > > Main – error: parse_config_file() failed. > > > > What other kind of information would you like? > > Thanks, > > Rick > > > > > > > No virus found in this incoming message. Checked by AVG - www.avg.com > Version: 8.0.237 / Virus Database: 270.11.3/1969 - Release Date: > 02/24/09 13:35:00 |