I just compiled a linux/osx library that requires boost using cygports boost
on a vista 64 system. All the compiling/link went fine, but when I try to
run a unit test I got a "segment fault" error... running gdb "bt" command, I
got:

#0  0x76ff0005 in ntdll!RtlCopyOutOfProcessMemoryStreamTo () from
/cygdrive/c/Windows/SysWOW64/ntdll.dll
#1  0x7704d310 in ntdll!LdrGetProcedureAddressEx () from
/cygdrive/c/Windows/SysWOW64/ntdll.dll
#2  0x6b1bde3e in ?? ()
#3  0x00000000 in ?? ()

running a "continue" in gdb, I got:

Program received signal SIGSEGV, Segmentation fault.
[Switching to thread 13536.0x3118]
0x0042449c in global constructors keyed to
_ZN5boost9unit_test131_GLOBAL__N_C__cygwin_usr_src_ports_libs_boost_boost_1.37.0_1_src_bo
ost_1_37_0_libs_test_src_unit_test_monitor.cpp_9D2164D3_4E5ED3BB17unit_test_monitorE
()


any help would be greatly apreciated!

thanks in advance...

-- 
Hradec
------------------------------------------------------------------------------
Register Now & Save for Velocity, the Web Performance & Operations 
Conference from O'Reilly Media. Velocity features a full day of 
expert-led, hands-on workshops and two days of sessions from industry 
leaders in dedicated Performance & Operations tracks. Use code vel09scf 
and Save an extra 15% before 5/3. http://p.sf.net/sfu/velocityconf
_______________________________________________
Cygwin-ports-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/cygwin-ports-general

Reply via email to