Discussion:
aria2c core dump problem
silent
2011-12-27 01:58:08 UTC
Permalink
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
silent
2011-12-27 03:01:14 UTC
Permalink
$ 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)
Post by silent
setup.exe v2.763
windows xp pro 32 bit,
$ aria2c
Aborted (core dumped)
$ cat aria2c.exe.stackdump
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
marco atzeri
2011-12-27 04:32:28 UTC
Permalink
Post by silent
setup.exe v2.763
windows xp pro 32 bit,
$ 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
Christian Franke
2011-12-27 10:57:42 UTC
Permalink
Post by silent
setup.exe v2.763
windows xp pro 32 bit,
$ 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
silent
2011-12-29 00:48:16 UTC
Permalink
thanks, I downgraded libstdc++, aria2c works again.
Post by silent
setup.exe v2.763
windows xp pro 32 bit,
$ 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
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
silent
2012-04-03 08:58:02 UTC
Permalink
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.
Post by silent
thanks, I downgraded libstdc++, aria2c works again.
Post by silent
setup.exe v2.763
windows xp pro 32 bit,
$ 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
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
marco atzeri
2012-04-03 09:46:10 UTC
Permalink
Post by silent
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.
Post by silent
thanks, I downgraded libstdc++, aria2c works again.
Post by silent
setup.exe v2.763
windows xp pro 32 bit,
$ 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
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

Loading...