octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #58957] [octave forge] (sparsersb) Failure to


From: dezperado
Subject: [Octave-bug-tracker] [bug #58957] [octave forge] (sparsersb) Failure to install and crash in function
Date: Sun, 1 Nov 2020 16:44:10 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36

Follow-up Comment #64, bug #58957 (project octave):

Thanks Dmitri!

Yes, it was worth.

Indeed, the realloc'ated pointers there were being 'lost', and the original
arrays were being freed twice..

The simplest fix seems to be rebuilding librsb after:
 sed -i 's/.A.=.rsb__real.*\([,;]\)/1\1/g' rsb_eps.c
 (which neutralizes the realloc's).

Could you guys give it a try and check if the "render" tests and demo now work
?


Markus, your patch at comment #61 seems adequate, but if the above fixes the
problem, maybe encoding that sed line in

 https://hg.octave.org/mxe-octave/file/tip/src/librsb.mk

and adding a note that this is for 1.2.0.9 only would be enough to close the
bug.. right ?


    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?58957>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]