binaries for testing

Thiago Macieira thiago at macieira.org
Wed May 8 16:16:59 PDT 2013


On quarta-feira, 8 de maio de 2013 16.00.44, Dirk Hohndel wrote:
> I have no idea what an exception code 0xc0000005 might be on Windows...
> 
> But basically it crashes when trying to open the database.

That's Windows for SIGSEGV:

ntstatus.h:
//
// MessageId: STATUS_ACCESS_VIOLATION
//
// MessageText:
//
// The instruction at 0x%08lx referenced memory at 0x%08lx. The memory could 
not be %s.
//
#define STATUS_ACCESS_VIOLATION          ((NTSTATUS)0xC0000005L)    // winnt

(This is C code, using C++/C99 style comments, on a compiler that refuses to 
support C99)

-- 
Thiago Macieira - thiago (AT) macieira.info - thiago (AT) kde.org
   Software Architect - Intel Open Source Technology Center
      PGP/GPG: 0x6EF45358; fingerprint:
      E067 918B B660 DBD1 105C  966C 33F5 F005 6EF4 5358
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 190 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.hohndel.org/pipermail/subsurface/attachments/20130508/4cc75760/attachment.sig>


More information about the subsurface mailing list