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

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

[Octave-bug-tracker] [bug #40545] Opening preferences causes the GUI to


From: Carlo de Falco
Subject: [Octave-bug-tracker] [bug #40545] Opening preferences causes the GUI to hang forever on OSX 10.9
Date: Mon, 18 Nov 2013 12:27:00 +0000
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:25.0) Gecko/20100101 Firefox/25.0

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

Hi, 
Thanks for the new patch.

With your patch, I see no file "settings.log" 
in the current directory but if I move the creation
of the file up one instruction, i.e.


settings_dialog::settings_dialog (QWidget *p, const QString& desired_tab):
   QDialog (p), ui (new Ui::settings_dialog)
 {

FILE *log = fopen("settings.log","w");
   ui->setupUi (this);


The file is created. As it remains empty, can I conclude the freeze occurs in



ui->setupUi (this);


?

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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