Archive Index
This month's Index
|
Subject: Re: Run cross-compiled libssh2 win32 apps in wine?
Re: Run cross-compiled libssh2 win32 apps in wine?
From: Peter Stuge <peter_at_stuge.se>
Date: Fri, 29 Jan 2010 22:57:52 +0100
Peter Stuge wrote:
I just saw something that I missed before:
..
> Fingerprint: wine: Unhandled page fault on read access to 0x00000000 at address 0x401525 (thread 001f), starting debugger...
The "Fingerprint: " part. Looking at source:
fingerprint = libssh2_hostkey_hash(session, LIBSSH2_HOSTKEY_HASH_MD5);
Now, since I don't have MD5 the crash is unsurprising. Let's see what
//Peter
|