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

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

[Octave-bug-tracker] [bug #38305] file dialog causes crash


From: Thorsten Liebig
Subject: [Octave-bug-tracker] [bug #38305] file dialog causes crash
Date: Mon, 27 May 2013 07:39:19 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:21.0) Gecko/20100101 Firefox/21.0

Follow-up Comment #32, bug #38305 (project octave):

Wow, a lot of updates ;)

I tried the 
octave_set_signal_handler (SIGIO, SIG_DFL);
at "sighandlers.cc" line 561
--> no effect

In "octave-main-thread.cc" I tried:
//octave_execute_interpreter ();
exec();
--> no effect

and:
  //octave_initialize_interpreter (octave_cmdline_argc, octave_cmdline_argv,
  //                               octave_embedded);

  //octave_execute_interpreter ();
  exec();
--> file dialog *did not freeze"
But I guess that was no surprise?

The "SIG" command in Octave gave the same list you posted.

I did a "grep SIGAIO * -r" in my BUILD directory (I do out of source build)
but did not find anything...

Shall I send you my /usr/include/signal.h, but I didn't find any SIGHUP or
SIGINT and I guess the file is the default/not secret for (K)Ubuntu?

Shall I try something else/ did I miss something to try?
I'm not sure I really understand this all about the signals...
But somehow this is causing the problems...


    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Nachricht gesendet von/durch Savannah
  http://savannah.gnu.org/




reply via email to

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