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: Dan Sebald
Subject: [Octave-bug-tracker] [bug #38305] file dialog causes crash
Date: Mon, 27 May 2013 08:34:44 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:18.0) Gecko/20100101 Firefox/18.0 SeaMonkey/2.15

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

OK, so I assume Octave functions at least reasonably well, e.g., basic
commands sans file i/o, large matrices, etc.  Remove the comments delimiters
so that install_signal_handlers (); is run.

Well, inside libinterp/interfcn/sighandlers.cc is the routine
install_signal_handlers() that we looked at earlier.  Can comment out some
things here or there that might seem like a problem.  But first try replacing
every "SIG_IGN" by "SIG_DFL" and recompile.  I'm now wondering if this old
System V signal:

#ifdef SIGPOLL
  octave_set_signal_handler (SIGPOLL, SIG_IGN);
#endif

is being used by Samba.


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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