This is the mail archive of the cygwin@sourceware.cygnus.com 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]

bad value at __imp_dll_crt0_FP11per_process


Can anyone help explain this.  

I built an executable using gcc.  It gets a segmentation
fault right away.  It calls _cygwin_crt0, which calls
_dll_crt0_FP11per_process.  This jumps to the contents
of a word which has the bad address.  gdb x/x on this
word reports <__imp_dll_crt0_FP11per_process>: 0x371ab0,
which is the value listed in the segmentation fault. 

There is no _imp_dll_crt0_FP11per_process in the
objdump -S listing.  nm lists this symbol with '?' and
address of the indirect work. 

Did I fail to get something linked in properly?
To have the right path for .dll's? 

An identical build (except for changes to my application
code, which this isn't getting to) has worked as expected
in the past.  
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".


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