public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* aria2c core dump problem
@ 2011-12-27  1:58 silent
  2011-12-27  3:01 ` silent
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: silent @ 2011-12-27  1:58 UTC (permalink / raw)
  To: cygwin

setup.exe v2.763
windows xp pro 32 bit,

nearly fresh install, every time run aria2c it core dump:


$ aria2c
Aborted (core dumped)
$ cat aria2c.exe.stackdump
Stack trace:
Frame     Function  Args
0022B918  7C802542  (00000658, 0000EA60, 000000A4, 0022BA0C)
0022BA28  610C92FA  (00000000, 7C802600, 7C802542, 00000000)
0022BB08  610C6057  (00000000, 00000000, 00000000, 00000000)
0022BB58  610C643C  (00000294, 0022BB80, 00000000, 611665E7)
0022BC18  610C6551  (00000294, 00000006, 0022BC48, 610C65F5)
0022BC28  610C658C  (00000006, 0022CE80, 0022BC78, 00000008)
0022BC48  610C65F5  (0090C7B0, 00600018, 00000000, 0092CD90)
0022C888  610F52DD  (0022CAA8, 5F0559CF, D3F70425, B096076F)
0022CB58  00402838  (009265F8, 0022CCCC, 00000002, 612456E4)
0022CD18  0040184C  (00000002, 612456E4, 0022FD30, 000000C0)
0022CD58  004024ED  (6124539F, 00000000, 0022CD98, 61007038)
0022CD98  61007038  (00000000, 0022CDD4, 61006980, 7FFD5000)
End of stack trace

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: aria2c core dump problem
  2011-12-27  1:58 aria2c core dump problem silent
@ 2011-12-27  3:01 ` silent
  2011-12-27  4:32 ` marco atzeri
  2011-12-27 10:58 ` Christian Franke
  2 siblings, 0 replies; 7+ messages in thread
From: silent @ 2011-12-27  3:01 UTC (permalink / raw)
  To: cygwin

$ gdb -q /usr/bin/aria2c.exeReading symbols from
/usr/bin/aria2c.exe...(no debugging symbols found)...done.(gdb)
rStarting program: /usr/bin/aria2c.exe[New Thread 5364.0xea8][New
Thread 5364.0xfa8]
Program received signal SIGABRT, Aborted.0x7c92e514 in
ntdll!LdrAccessResource () from
/cygdrive/c/WINDOWS/system32/ntdll.dll(gdb) bt#0  0x7c92e514 in
ntdll!LdrAccessResource () from
/cygdrive/c/WINDOWS/system32/ntdll.dll#1  0x7c92df5a in
ntdll!ZwWaitForSingleObject () from
/cygdrive/c/WINDOWS/system32/ntdll.dll#2  0x7c8025db in
WaitForSingleObjectEx () from
/cygdrive/c/WINDOWS/system32/kernel32.dll#3  0x00000640 in ?? ()#4
0x00000000 in ?? ()(gdb) i reax            0x611aa4e6
1629136102ecx            0x6116a2e4       1628873444edx
0xffffffff       -1ebx            0xa4     164esp            0x22b870
0x22b870ebp            0x22b8d4 0x22b8d4esi            0x640
1600edi            0x0      0eip            0x7c92e514
0x7c92e514 <ntdll!LdrAccessResource>eflags         0x297    [ CF PF AF
SF IF ]cs             0x1b     27ss             0x23     35ds
   0x23     35es             0x23     35fs             0x3b     59gs
          0x0      0(gdb) i fStack level 0, frame at 0x22b874: eip =
0x7c92e514 in ntdll!LdrAccessResource; saved eip 0x7c92df5a called by
frame at 0x22b878 Arglist at 0x22b86c, args: Locals at 0x22b86c,
Previous frame's sp is 0x22b874 Saved registers:  eip at 0x22b870(gdb)
2011/12/27 silent <silent2600@gmail.com>:
> setup.exe v2.763
> windows xp pro 32 bit,
>
> nearly fresh install, every time run aria2c it core dump:
>
>
> $ aria2c
> Aborted (core dumped)
> $ cat aria2c.exe.stackdump
> Stack trace:
> Frame     Function  Args
> 0022B918  7C802542  (00000658, 0000EA60, 000000A4, 0022BA0C)
> 0022BA28  610C92FA  (00000000, 7C802600, 7C802542, 00000000)
> 0022BB08  610C6057  (00000000, 00000000, 00000000, 00000000)
> 0022BB58  610C643C  (00000294, 0022BB80, 00000000, 611665E7)
> 0022BC18  610C6551  (00000294, 00000006, 0022BC48, 610C65F5)
> 0022BC28  610C658C  (00000006, 0022CE80, 0022BC78, 00000008)
> 0022BC48  610C65F5  (0090C7B0, 00600018, 00000000, 0092CD90)
> 0022C888  610F52DD  (0022CAA8, 5F0559CF, D3F70425, B096076F)
> 0022CB58  00402838  (009265F8, 0022CCCC, 00000002, 612456E4)
> 0022CD18  0040184C  (00000002, 612456E4, 0022FD30, 000000C0)
> 0022CD58  004024ED  (6124539F, 00000000, 0022CD98, 61007038)
> 0022CD98  61007038  (00000000, 0022CDD4, 61006980, 7FFD5000)
> End of stack trace

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: aria2c core dump problem
  2011-12-27  1:58 aria2c core dump problem silent
  2011-12-27  3:01 ` silent
@ 2011-12-27  4:32 ` marco atzeri
  2011-12-27 10:58 ` Christian Franke
  2 siblings, 0 replies; 7+ messages in thread
From: marco atzeri @ 2011-12-27  4:32 UTC (permalink / raw)
  To: cygwin

On 12/27/2011 2:58 AM, silent wrote:
> setup.exe v2.763
> windows xp pro 32 bit,
>
> nearly fresh install, every time run aria2c it core dump:
>
>
> $ aria2c
> Aborted (core dumped)
> $ cat aria2c.exe.stackdump


it segfaults also on W7/64 running latest cvs,
so I guess the maintainer should look on it.

Regards
Marco




--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: aria2c core dump problem
  2011-12-27  1:58 aria2c core dump problem silent
  2011-12-27  3:01 ` silent
  2011-12-27  4:32 ` marco atzeri
@ 2011-12-27 10:58 ` Christian Franke
  2011-12-29  0:48   ` silent
  2 siblings, 1 reply; 7+ messages in thread
From: Christian Franke @ 2011-12-27 10:58 UTC (permalink / raw)
  To: cygwin

silent wrote:
> setup.exe v2.763
> windows xp pro 32 bit,
>
> nearly fresh install, every time run aria2c it core dump:
>
>
> $ aria2c
> Aborted (core dumped)

The core dump does no longer occur after libstdc++6 package 
(cygstdc++6.dll) is downgraded to previous version 4.3.4-4.

The root of the problem is likely the libstdc++6 4.5.3-2 backward 
compatibility problem I reported here:
http://cygwin.com/ml/cygwin/2011-09/msg00341.html

Christian


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: aria2c core dump problem
  2011-12-27 10:58 ` Christian Franke
@ 2011-12-29  0:48   ` silent
  2012-04-03  8:58     ` silent
  0 siblings, 1 reply; 7+ messages in thread
From: silent @ 2011-12-29  0:48 UTC (permalink / raw)
  To: cygwin

thanks, I downgraded libstdc++, aria2c works again.

2011/12/27 Christian Franke <Christian.Franke@t-online.de>:
> silent wrote:
>>
>> setup.exe v2.763
>> windows xp pro 32 bit,
>>
>> nearly fresh install, every time run aria2c it core dump:
>>
>>
>> $ aria2c
>> Aborted (core dumped)
>
>
> The core dump does no longer occur after libstdc++6 package (cygstdc++6.dll)
> is downgraded to previous version 4.3.4-4.
>
> The root of the problem is likely the libstdc++6 4.5.3-2 backward
> compatibility problem I reported here:
> http://cygwin.com/ml/cygwin/2011-09/msg00341.html
>
> Christian
>
>
>
> --
> Problem reports:       http://cygwin.com/problems.html
> FAQ:                   http://cygwin.com/faq/
> Documentation:         http://cygwin.com/docs.html
> Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
>

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: aria2c core dump problem
  2011-12-29  0:48   ` silent
@ 2012-04-03  8:58     ` silent
  2012-04-03  9:46       ` marco atzeri
  0 siblings, 1 reply; 7+ messages in thread
From: silent @ 2012-04-03  8:58 UTC (permalink / raw)
  To: cygwin

it is more than half a year since Christian report this bug,
but aria2c still core dump,
I still have to keep libstdc++ in old version.

2011/12/29 silent <silent2600@gmail.com>:
> thanks, I downgraded libstdc++, aria2c works again.
>
> 2011/12/27 Christian Franke <Christian.Franke@t-online.de>:
>> silent wrote:
>>>
>>> setup.exe v2.763
>>> windows xp pro 32 bit,
>>>
>>> nearly fresh install, every time run aria2c it core dump:
>>>
>>>
>>> $ aria2c
>>> Aborted (core dumped)
>>
>>
>> The core dump does no longer occur after libstdc++6 package (cygstdc++6.dll)
>> is downgraded to previous version 4.3.4-4.
>>
>> The root of the problem is likely the libstdc++6 4.5.3-2 backward
>> compatibility problem I reported here:
>> http://cygwin.com/ml/cygwin/2011-09/msg00341.html
>>
>> Christian
>>
>>
>>
>> --
>> Problem reports:       http://cygwin.com/problems.html
>> FAQ:                   http://cygwin.com/faq/
>> Documentation:         http://cygwin.com/docs.html
>> Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
>>

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: aria2c core dump problem
  2012-04-03  8:58     ` silent
@ 2012-04-03  9:46       ` marco atzeri
  0 siblings, 0 replies; 7+ messages in thread
From: marco atzeri @ 2012-04-03  9:46 UTC (permalink / raw)
  To: cygwin

On 4/3/2012 10:58 AM, silent wrote:
> it is more than half a year since Christian report this bug,
> but aria2c still core dump,
> I still have to keep libstdc++ in old version.
>
> 2011/12/29 silent<silent2600@gmail.com>:
>> thanks, I downgraded libstdc++, aria2c works again.
>>
>> 2011/12/27 Christian Franke<Christian.Franke@t-online.de>:
>>> silent wrote:
>>>>
>>>> setup.exe v2.763
>>>> windows xp pro 32 bit,
>>>>
>>>> nearly fresh install, every time run aria2c it core dump:
>>>>
>>>>
>>>> $ aria2c
>>>> Aborted (core dumped)
>>>
>>>
>>> The core dump does no longer occur after libstdc++6 package (cygstdc++6.dll)
>>> is downgraded to previous version 4.3.4-4.
>>>
>>> The root of the problem is likely the libstdc++6 4.5.3-2 backward
>>> compatibility problem I reported here:
>>> http://cygwin.com/ml/cygwin/2011-09/msg00341.html
>>>
>>> Christian
>>>

Hi Christian,
is seems enough to recompile aria2 with the new compiler

--------------------------------------------
$ aria2c -Z http://matzeri.altervista.org/cygwin-1.7/lapack/index.html 
http://matzeri.altervista.org/cygwin-1.7/lapack/lapack-3.4.0-3-src.tar.bz2

2012-04-03 11:45:14.709407 WARN - You may encounter the certificate 
verification error with HTTPS server. See --ca-certificate and 
--check-certificate option.

2012-04-03 11:45:14.796412 NOTICE - Download complete: /tmp/index.html
[#2 SIZE:5.5MiB/7.3MiB(75%) CN:5 SPD:5.6MiBs]
2012-04-03 11:45:16.691521 NOTICE - Download complete: 
/tmp/lapack-3.4.0-3-src.tar.bz2

Download Results:
gid|stat|avg speed  |path/URI
===+====+===========+===========================================================
   1|  OK| 227.5KiB/s|/tmp/index.html
   2|  OK|   4.8MiB/s|/tmp/lapack-3.4.0-3-src.tar.bz2

Status Legend:
  (OK):download completed.

------------------------------------------------


Kostya,
could you recompile ?

Regards
Marco




--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2012-04-03  9:46 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-12-27  1:58 aria2c core dump problem silent
2011-12-27  3:01 ` silent
2011-12-27  4:32 ` marco atzeri
2011-12-27 10:58 ` Christian Franke
2011-12-29  0:48   ` silent
2012-04-03  8:58     ` silent
2012-04-03  9:46       ` marco atzeri

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).