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: openmotif, .rdata, shared libs and runtime linking/loading problem


Hi,

Tried the -fwritable-strings. Doesn't solve the problem as the SIGSEGV 
occurs during the
loading of the executable and its DLL's.
I've tried the linker script that doesn't generate .rdata segments, both 
during the linking of the shared lib and the executable but that doesn't 
work in all cases and the application still crashes. It also happens when 
I'm trying to link against the static Xm library in combination with other 
shared libs that are dependend on it.

Puzzled...

Avi.


"mwoehlke" <mwoehlke@tibco.com> wrote in message 
ebtcfh$nli$2@sea.gmane.org">news:ebtcfh$nli$2@sea.gmane.org...
> Avi Cohen Stuart wrote:
>> [snip]
>> gdb reports the following:
>> Program received signal SIGSEGV, Segmentation fault.
>> [snip]
>>
>> The address it is trying to write to appears to be a read only address in 
>> the attempt to resolve some adresses and updating pointers it crashes.
>
> I've no idea why openmotif/whatever would be broken, but the above 
> sentence makes me wonder if '-fwritable-strings' (gcc option) would help. 
> If it does, shame on someone for writing bad code.
>
>> N.B. sorry for the repost. I suspect that a different subject draws more 
>> attention...
>
> Yes. It draws attention to the fact that you have now (potentially) 
> annoyed us by posting twice.
>
> -- 
> Matthew
> Only Joe suffers from schizophrenia. The rest of us enjoy it.
>
> 




--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


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