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: headache on build repeatibility: octave vs BLODA ?


Am 29.01.2020 um 01:02 schrieb Hans-Bernhard Bröker:

So re-run it in gdb, via libtool (run-octave -g ...).  Still crashes, but I didn't manage to get around the SIGSEGV handler in octave.  It always caught the SEGV before gdb managed to get there.

So my finding, so far, would be that this is related to libtool.  Maybe some update to Windows broke the way libtool interacts with not-quite-finished executables...

This is getting curiouser.

I was intrigued that the stackdump file written was not from 'octave' per se, but rather 'octave-cli'. And indeed some further experiments shows that

../../inst/usr/bin/octave-cli-5.1.0.exe --norc --silent --no-history -p mex ../../src/octave-5.1.0/test/fntests.m ../../src/octave-5.1.0/test

fails, while

../../inst/usr/bin/octave-5.1.0.exe --norc --silent --no-history -p mex ../../src/octave-5.1.0/test/fntests.m ../../src/octave-5.1.0/test

passes. I don't see how 'run-octave' would end up running octave-cli, though, unless it had been given the option '-cli'.

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


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