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

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

[Octave-bug-tracker] [bug #46926] saveas() crashes Octave


From: anonymous
Subject: [Octave-bug-tracker] [bug #46926] saveas() crashes Octave
Date: Tue, 01 Mar 2016 14:27:30 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0

Follow-up Comment #4, bug #46926 (project octave):

Sorry, did not have an e-mail address assocated here so didn't get a notice on
your responses.

Regarding pausing, Octave crashes also if I do e.g.:
>> figure(1); plot(1,1,'.');
>> saveas(1, 'test.png');

Not sure how to provide a stack trace, but tried starting Octave with
  octave --no-gui --debug
This gives me a lot of output... below I'm pasting in only the last few
lines.

I also tried 'stracte octave --no-gui', but that output didn't seem so useful.
I could attach it though.
/Christian

Entering state 189
Next token is token END_OF_INPUT ()
Shifting token END_OF_INPUT ()
Entering state 291
Reducing stack by rule 195 (line 1403):
   $1 = token INPUT_FILE ()
   $2 = nterm opt_nl ()
   $3 = nterm opt_list ()
   $4 = token END_OF_INPUT ()
-> $$ = nterm file ()
Stack now 0
Entering state 66
Reducing stack by rule 141 (line 944):
   $1 = nterm file ()
-> $$ = nterm command ()
Stack now 0
Entering state 57
Reducing stack by rule 14 (line 453):
   $1 = nterm command ()
-> $$ = nterm statement ()
Stack now 0
Entering state 38
Reducing stack by rule 6 (line 429):
   $1 = nterm statement ()
-> $$ = nterm simple_list1 ()
Stack now 0
Entering state 37
Return for a new token:
Reading a token: Next token is token END_OF_INPUT ()
Reducing stack by rule 268 (line 1969):
-> $$ = nterm opt_sep_no_nl ()
Stack now 0 37
Entering state 114
Reducing stack by rule 5 (line 425):
   $1 = nterm simple_list1 ()
   $2 = nterm opt_sep_no_nl ()
-> $$ = nterm simple_list ()
Stack now 0
Entering state 36
Next token is token END_OF_INPUT ()
Shifting token END_OF_INPUT ()
Entering state 111
Reducing stack by rule 2 (line 405):
   $1 = nterm simple_list ()
   $2 = token END_OF_INPUT ()
Stack now 0
panic: Segmentation fault -- stopping myself...
attempting to save variables to 'octave-workspace'...
save to 'octave-workspace' complete
Segmentation fault (core dumped)



    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?46926>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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