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

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

[Octave-bug-tracker] [bug #57353] crash signal 11 when using patch() wit


From: Rik
Subject: [Octave-bug-tracker] [bug #57353] crash signal 11 when using patch() with large stl file
Date: Thu, 5 Dec 2019 10:44:44 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko

Follow-up Comment #17, bug #57353 (project octave):

I guess it's time to try poking around with the debugger.

The line that provokes the segfault is 


std::vector<RowVector> vec_vn [num_v];  // list of normals for vertices


Try running Octave under the debugger as before, when it segfaults, instead of
executing 'bt', try


p num_v


Let's see if this value is negative, 0, or excessively large.

Second question, how much memory does your machine have?

Third question, did you compile Octave with --disable-64 to have a 32-bit
octave_idx_type?



    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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