This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Issues with latest rtorrent under Win7 x64 when attempting to package


On Thu, May 19, 2011 at 10:01:47PM -0400, Chris Sutcliffe wrote:
>On 19 May 2011 11:40, Chris Sutcliffe wrote:
>> I've built the latest libtorrent / rtorrent, packaged it and tested it
>> on WinXP x86 with no issues. ?I then attempted to test on Win7 x64 and
>> it's crashing constantly. ?I've disabled Windows Defender and
>> uninstalled my antivirus software, done a rebaseall, and nothing seems
>> to help. ?I'd appreciate any pointers on what to try next, as I'm at a
>> bit of a loss.
>
>Creating a debug build hasn't helped either.  When it crashes it's
>causing a stack dump, so doing a 'bt' in gdb just returns 'no stack'.

That probably means that it's forking.  You're debugging the parent
when the child is having problems.

The addresses in the stack dump can be decoded with gdb:

l *0xnnnnn
^
that's an "ell".

cgf

--
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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]