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

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

[Octave-bug-tracker] [bug #60620] [octave forge] (optim) 'expfit' functi


From: anonymous
Subject: [Octave-bug-tracker] [bug #60620] [octave forge] (optim) 'expfit' function from optim-1.6.1 package terminates with segmentation fault
Date: Mon, 17 May 2021 15:30:32 -0400 (EDT)
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 #2, bug #60620 (project octave):

[comment #1 comment #1:]
> Can you show or upload the contents of 4th input arg y?

The contents are given by the following line in the original screen session:

"
octave:2> y = rand(1, 1024);
".

Or here is a one-liner:

"
octave:36> expfit(512, 0, 1, rand(1, 1024))
Segmentation fault (core dumped)
".

And another one-liner - much smaller dataset:

"
octave:5> expfit(16, 0, 1, rand(1, 32))
Segmentation fault (core dumped)
"

> I tried with dev Octave (7.0.0) but that just complained about "error: 'y'
undefined ..." 
> 

Please see the above.

> BTW Octave-4.2.2 is old and unsupported, could you upgrade to v. 6.2.0 and
try again?

This would mean a lot of hassle for me, and I suspect the problem is within
the package which was built using the '-forge' option, so it's probably the
newest or the problem is within a linear algebra library.



    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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