On Wed, Jul 13, 2011 at 4:15 PM, Philip Nienhuis <[email protected]> wrote: > Hi Michael: > > ([email protected] cc'ed) > > Michael Goffioul wrote: >> >> On Tue, Jul 12, 2011 at 7:30 PM, Philip Nienhuis<[email protected]> >> wrote: >>> >>> Michael Goffioul wrote: >>>> >>>> The backtrace is weird, it looks like polymorphism isn't use, as in >>>> octave_base_value::subsref >>>> is called instead of the overridden octave_com_object::subsref. I >>>> assume you recompiled the >>>> Windows package as well. >>> >>> No - how does one do that? >>> >>> (I did figure it may be needed but didn't know how to get it together, so >>> I >>> skipped that step.) >>> >>> I'll try some more backtracing earlier on in the code as you suggested, >>> but >>> I have to sneak that in between other "duties". >> >> Grab the package sources from sourceforget and try "pkg install...". > > Yeah, it occurred to me this morning that installing an octave-forge package > might invoke the very compiler flags used to build Octave itself. So if > debug was enabled for Octave, it'll apply to packages too. > Or is this a wrong supposition? > (BTW: This may be something for the wiki. This info may be obvious for the > gurus, but is nowhere to be found.) > > Now, I have done "pkg install -forge windows" from the debug octave build. > So the backtrace I posted was from a "debug" windows package after all. > > Hopefully I 'll have a chance to dig further somewhere the next days. > > Philip >
Hi Philip, After being inactive for a while, I recently recompiled octave and a bunch of forge packages. So I could debug the issue you reported and found out that the code I was looking at (SVN) is not the one that is downloaded from the octave-forge download pages. The SVN code contains some changes that should fix the issue. So it's just a matter of releasing a new version of the Windows package. Given my limited available time, It can take me a while before I release a new version of the package, so I'd suggest you do it instead (if you have the time, of course). Michael. ------------------------------------------------------------------------------ EMC VNX: the world's simplest storage, starting under $10K The only unified storage solution that offers unified management Up to 160% more powerful than alternatives and 25% more efficient. Guaranteed. http://p.sf.net/sfu/emc-vnx-dev2dev _______________________________________________ Octave-dev mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/octave-dev
