[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug #18494] NSRunAlertPanel crash problems (threads?)
From: |
Riccardo mottola |
Subject: |
[bug #18494] NSRunAlertPanel crash problems (threads?) |
Date: |
Sat, 09 Dec 2006 12:20:17 +0000 |
User-agent: |
Opera/9.02 (X11; Linux ppc; U; en) |
URL:
<http://savannah.gnu.org/bugs/?18494>
Summary: NSRunAlertPanel crash problems (threads?)
Project: GNUstep
Submitted by: rmottola
Submitted on: Saturday 12/09/2006 at 12:20
Category: Gui/AppKit
Severity: 3 - Normal
Item Group: Bug
Status: None
Privacy: Public
Assigned to: None
Open/Closed: Open
Discussion Lock: Any
_______________________________________________________
Details:
when running FTP from gap (as of CVS sources in today's date) the application
crashes when a NSRunAlertPanel should be shown. The easiest way to reproduce
it is to log in anonymously into an FTP site and upload a file in a place you
don't have permissions to uypload into. Other errors could work too, if they
are trapped.
The same code works fine on Macintosh.
The complication is that the download or upload aciton is done in a different
thread to maintain the gui responsive so that the progress panel can be
updated.
Previously, FTP would run the alert panel direclty in the transfer class, now
it sends a message to the controller, but it still crashes.
when the alert panel should ocme up, I get
2006-12-09 11:56:30.107 FTP[11006] The font specified for NSFont, Helvetica,
can't be found.
an error log which I do not get wwhen running alert panels from non-threaded
applications. Maybe it is a hint to the problem.
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?18494>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [bug #18494] NSRunAlertPanel crash problems (threads?),
Riccardo mottola <=