From MAILER-DAEMON Thu Oct 02 09:39:09 2014 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1XZgb7-0006fA-MD for mharc-bug-gnustep@gnu.org; Thu, 02 Oct 2014 09:39:09 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50677) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XZgb0-0006XP-Iz for bug-gnustep@gnu.org; Thu, 02 Oct 2014 09:39:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XZgav-0007PE-3n for bug-gnustep@gnu.org; Thu, 02 Oct 2014 09:39:02 -0400 Received: from [2001:4830:134:6::a] (port=57079 helo=frontend.savannah.gnu.org) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XZgav-0007P9-0j for bug-gnustep@gnu.org; Thu, 02 Oct 2014 09:38:57 -0400 Received: from www-data by frontend.savannah.gnu.org with local (Exim 4.72) (envelope-from ) id 1XZgau-0004LT-LN; Thu, 02 Oct 2014 13:38:56 +0000 Date: Thu, 02 Oct 2014 13:38:56 +0000 To: Sergei Golovin , bug-gnustep@gnu.org Subject: [bug #43348] [WebServer] Retain/release balance is broken for main IOThread X-PHP-Originating-Script: 0:sendmail.php From: Sergei Golovin X-Savane-Server: savannah.gnu.org:443 [140.186.70.70] MIME-Version: 1.0 Content-Type: text/plain;charset=UTF-8 X-Savane-Project: gnustep X-Savane-Tracker: bugs X-Savane-Item-ID: 43348 User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:32.0) Gecko/20100101 Firefox/32.0 X-Apparently-From: 85.26.164.197 (Savane authenticated user svg) Message-Id: <20141002-173855.sv48950.33278@savannah.gnu.org> References: In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:6::a X-BeenThere: bug-gnustep@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Bug reports for the GNUstep programming environment List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Oct 2014 13:39:08 -0000 URL: Summary: [WebServer] Retain/release balance is broken for main IOThread Project: GNUstep Submitted by: svg Submitted on: Thu 02 Oct 2014 05:38:55 PM SAMT Category: Libraries Severity: 3 - Normal Item Group: Bug Status: None Privacy: Public Assigned to: None Open/Closed: Open Discussion Lock: Any _______________________________________________________ Details: ----- it is what i previously reported in the mail list -------- I need to start NSURLConnection tests consequently. That means that after a test starting WebServer has been completed another test is started. If the former shuts down it's WebServer instance the latter should start it's own instance. There is the problem i have. It seems the second WebServer instance starts fine but any connection to it fails for 'Connection refused'. And i get Uncaught exception NSInternalInconsistencyException, reason: Deallocating an active thread without [+exit]! at the end of the second test on destroying of the WebServer instance. A simplified test session is attached. ------------------ the end of the report --------------------- Since that time I have found that it is the retain/release cycle for the main IOThread is unbalanced and is the culprit. There is assigning of the main thread in the method -[WebServer _setup] _ioMain->thread = [NSThread currentThread]; Later the test session tries to destroy the WebServer instance as a usual cleaning practice. It leads eventually to deallocation of the main IOThread. The method -[IOThread dealloc] tries to release not-retained (see above) ivar 'thread' [thread release]; that causes the exception. The trivial patch curing the problem for me is attached. _______________________________________________________ File Attachments: ------------------------------------------------------- Date: Thu 02 Oct 2014 05:38:55 PM SAMT Name: ConsequentWebServers.tar.bz2 Size: 1kB By: svg ------------------------------------------------------- Date: Thu 02 Oct 2014 05:38:55 PM SAMT Name: mainIOThreadRRCBalancing.patch Size: 462B By: svg _______________________________________________________ Reply to this item at: _______________________________________________ Message sent via/by Savannah http://savannah.gnu.org/ From MAILER-DAEMON Fri Oct 03 01:03:14 2014 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1XZv1O-0007bn-Cb for mharc-bug-gnustep@gnu.org; Fri, 03 Oct 2014 01:03:14 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42843) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XZv1G-0007aV-0c for bug-gnustep@gnu.org; Fri, 03 Oct 2014 01:03:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XZv1A-0005Or-Jg for bug-gnustep@gnu.org; Fri, 03 Oct 2014 01:03:05 -0400 Received: from [2001:4830:134:6::a] (port=58394 helo=frontend.savannah.gnu.org) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XZv14-0005O3-JK; Fri, 03 Oct 2014 01:02:54 -0400 Received: from www-data by frontend.savannah.gnu.org with local (Exim 4.72) (envelope-from ) id 1XZv14-00025x-7P; Fri, 03 Oct 2014 05:02:54 +0000 Date: Fri, 03 Oct 2014 05:02:54 +0000 To: Richard Frith-Macdonald , Sergei Golovin , bug-gnustep@gnu.org Subject: [bug #43348] [WebServer] Retain/release balance is broken for main IOThread X-PHP-Originating-Script: 0:sendmail.php From: Richard Frith-Macdonald X-Savane-Server: savannah.gnu.org:443 [140.186.70.70] MIME-Version: 1.0 Content-Type: text/plain;charset=UTF-8 X-Savane-Project: gnustep X-Savane-Tracker: bugs X-Savane-Item-ID: 43348 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_5) AppleWebKit/600.1.17 (KHTML, like Gecko) Version/7.1 Safari/537.85.10 X-Apparently-From: 109.154.87.54 (Savane authenticated user CaS) Message-Id: <20141003-050254.sv337.45940@savannah.gnu.org> References: <20141002-173855.sv48950.33278@savannah.gnu.org> In-Reply-To: <20141002-173855.sv48950.33278@savannah.gnu.org> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:6::a X-BeenThere: bug-gnustep@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Bug reports for the GNUstep programming environment List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Oct 2014 05:03:12 -0000 Update of bug #43348 (project gnustep): Status: None => Fixed Open/Closed: Open => Closed _______________________________________________________ Follow-up Comment #1: Thanks very much ... that's great. I applied your patch. _______________________________________________________ Reply to this item at: _______________________________________________ Message sent via/by Savannah http://savannah.gnu.org/ From MAILER-DAEMON Sun Oct 05 16:01:38 2014 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1Xarzu-00015o-7b for mharc-bug-gnustep@gnu.org; Sun, 05 Oct 2014 16:01:38 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50487) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xarzn-00014q-Rc for bug-gnustep@gnu.org; Sun, 05 Oct 2014 16:01:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xarzi-0004Ik-Dl for bug-gnustep@gnu.org; Sun, 05 Oct 2014 16:01:31 -0400 Received: from [2001:4830:134:6::a] (port=40129 helo=frontend.savannah.gnu.org) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xarzc-0004Ge-Cm; Sun, 05 Oct 2014 16:01:20 -0400 Received: from www-data by frontend.savannah.gnu.org with local (Exim 4.72) (envelope-from ) id 1XarzZ-0007KF-DD; Sun, 05 Oct 2014 20:01:17 +0000 Date: Sun, 05 Oct 2014 20:01:17 +0000 To: Fred Kiefer , Riccardo Mottola , =?UTF-8?B?R2VybcOhbg==?= Arias , bug-gnustep@gnu.org Subject: [bug #37162] Problem when convert RTFD to PDF X-PHP-Originating-Script: 0:sendmail.php From: Fred Kiefer X-Savane-Server: savannah.gnu.org:443 [140.186.70.70] MIME-Version: 1.0 Content-Type: text/plain;charset=UTF-8 X-Savane-Project: gnustep X-Savane-Tracker: bugs X-Savane-Item-ID: 37162 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Firefox/31.0 X-Apparently-From: 91.52.224.42 (Savane authenticated user FredKiefer) Message-Id: <20141005-200117.sv431.2532@savannah.gnu.org> References: <20120821-130029.sv72659.24103@savannah.gnu.org> <20120821-173803.sv72659.10754@savannah.gnu.org> <20140910-231757.sv20620.10426@savannah.gnu.org> <20140914-205851.sv431.25605@savannah.gnu.org> <20140914-205923.sv431.16123@savannah.gnu.org> <20140917-201843.sv431.66061@savannah.gnu.org> In-Reply-To: <20140917-201843.sv431.66061@savannah.gnu.org> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:6::a X-BeenThere: bug-gnustep@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Bug reports for the GNUstep programming environment List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Oct 2014 20:01:37 -0000 Update of bug #37162 (project gnustep): Status: Confirmed => Ready For Test Open/Closed: Open => In Test _______________________________________________________ Follow-up Comment #5: Should be fixed in SVN. Please give it a try. The final fix is still my workaround as any clean solution is not possible given the way the printing code in NSView is written. _______________________________________________________ Reply to this item at: _______________________________________________ Nachricht gesendet von/durch Savannah http://savannah.gnu.org/ From MAILER-DAEMON Tue Oct 07 11:24:04 2014 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1XbWcO-0004AM-QG for mharc-bug-gnustep@gnu.org; Tue, 07 Oct 2014 11:24:04 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54420) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XbWcH-0004AG-UT for bug-gnustep@gnu.org; Tue, 07 Oct 2014 11:24:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XbWcC-0001pT-HP for bug-gnustep@gnu.org; Tue, 07 Oct 2014 11:23:57 -0400 Received: from [2001:4830:134:6::a] (port=57863 helo=frontend.savannah.gnu.org) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XbWc6-0001os-9C; Tue, 07 Oct 2014 11:23:46 -0400 Received: from www-data by frontend.savannah.gnu.org with local (Exim 4.72) (envelope-from ) id 1XbWc2-0003Cf-EZ; Tue, 07 Oct 2014 15:23:42 +0000 Date: Tue, 07 Oct 2014 15:23:42 +0000 To: Riccardo Mottola , Fred Kiefer , =?UTF-8?B?R2VybcOhbg==?= Arias , bug-gnustep@gnu.org Subject: [bug #42542] [WinUX] popup / context menu get placed wrong X-PHP-Originating-Script: 0:sendmail.php From: Riccardo Mottola X-Savane-Server: savannah.gnu.org:443 [140.186.70.70] MIME-Version: 1.0 Content-Type: text/plain;charset=UTF-8 X-Savane-Project: gnustep X-Savane-Tracker: bugs X-Savane-Item-ID: 42542 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:32.0) Gecko/20100101 Firefox/32.0 SeaMonkey/2.29.1 X-Apparently-From: 78.152.126.2 (Savane authenticated user rmottola) Message-Id: <20141007-152342.sv20620.53664@savannah.gnu.org> References: <20140611-140347.sv20620.91965@savannah.gnu.org> <20140724-211954.sv431.85977@savannah.gnu.org> <20140909-221004.sv20620.96666@savannah.gnu.org> <20140909-181253.sv72659.32155@savannah.gnu.org> <20140910-144210.sv20620.85096@savannah.gnu.org> In-Reply-To: <20140910-144210.sv20620.85096@savannah.gnu.org> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:6::a X-BeenThere: bug-gnustep@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Bug reports for the GNUstep programming environment List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Oct 2014 15:24:03 -0000 Update of bug #42542 (project gnustep): Status: Ready For Test => Fixed Open/Closed: Open => Closed _______________________________________________________ Reply to this item at: _______________________________________________ Message sent via/by Savannah http://savannah.gnu.org/ From MAILER-DAEMON Tue Oct 07 12:05:34 2014 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1XbXGY-00045F-Cx for mharc-bug-gnustep@gnu.org; Tue, 07 Oct 2014 12:05:34 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36320) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XbXGR-0003wG-Cv for bug-gnustep@gnu.org; Tue, 07 Oct 2014 12:05:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XbXGL-0007lH-OO for bug-gnustep@gnu.org; Tue, 07 Oct 2014 12:05:27 -0400 Received: from [2001:4830:134:6::a] (port=60890 helo=frontend.savannah.gnu.org) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XbXGF-0007kh-QH; Tue, 07 Oct 2014 12:05:15 -0400 Received: from www-data by frontend.savannah.gnu.org with local (Exim 4.72) (envelope-from ) id 1XbXGC-0004Ht-ON; Tue, 07 Oct 2014 16:05:12 +0000 Date: Tue, 07 Oct 2014 16:05:12 +0000 To: Riccardo Mottola , Fred Kiefer , =?UTF-8?B?R2VybcOhbg==?= Arias , bug-gnustep@gnu.org Subject: [bug #35081] WinUXTheme issue with Open/Save panel X-PHP-Originating-Script: 0:sendmail.php From: Riccardo Mottola X-Savane-Server: savannah.gnu.org:443 [140.186.70.70] MIME-Version: 1.0 Content-Type: text/plain;charset=UTF-8 X-Savane-Project: gnustep X-Savane-Tracker: bugs X-Savane-Item-ID: 35081 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:32.0) Gecko/20100101 Firefox/32.0 SeaMonkey/2.29.1 X-Apparently-From: 78.152.126.2 (Savane authenticated user rmottola) Message-Id: <20141007-160512.sv20620.26110@savannah.gnu.org> References: <20111215-130323.sv72659.18442@savannah.gnu.org> <20131207-210117.sv431.82848@savannah.gnu.org> In-Reply-To: <20131207-210117.sv431.82848@savannah.gnu.org> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:6::a X-BeenThere: bug-gnustep@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Bug reports for the GNUstep programming environment List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Oct 2014 16:05:32 -0000 Update of bug #35081 (project gnustep): Status: None => Ready For Test _______________________________________________________ Follow-up Comment #1: I think this has been solved. I do get the options in the save panel shows different file types and saving does work with the WinUX theme. Do you confirm? _______________________________________________________ Reply to this item at: _______________________________________________ Message sent via/by Savannah http://savannah.gnu.org/ From MAILER-DAEMON Tue Oct 07 12:08:18 2014 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1XbXJB-0004SZ-Ur for mharc-bug-gnustep@gnu.org; Tue, 07 Oct 2014 12:08:17 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36931) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XbXJ4-0004SF-D5 for bug-gnustep@gnu.org; Tue, 07 Oct 2014 12:08:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XbXIy-0008WL-Pc for bug-gnustep@gnu.org; Tue, 07 Oct 2014 12:08:10 -0400 Received: from [2001:4830:134:6::a] (port=32895 helo=frontend.savannah.gnu.org) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XbXIt-0008RO-0P; Tue, 07 Oct 2014 12:07:59 -0400 Received: from www-data by frontend.savannah.gnu.org with local (Exim 4.72) (envelope-from ) id 1XbXIr-0004J8-VR; Tue, 07 Oct 2014 16:07:57 +0000 Date: Tue, 07 Oct 2014 16:07:57 +0000 To: Eric Wasylishen , Riccardo Mottola , Fred Kiefer , bug-gnustep@gnu.org Subject: [bug #35419] weird text rendering antialiasing bug (only with scale factor) X-PHP-Originating-Script: 0:sendmail.php From: Riccardo Mottola X-Savane-Server: savannah.gnu.org:443 [140.186.70.70] MIME-Version: 1.0 Content-Type: text/plain;charset=UTF-8 X-Savane-Project: gnustep X-Savane-Tracker: bugs X-Savane-Item-ID: 35419 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:32.0) Gecko/20100101 Firefox/32.0 SeaMonkey/2.29.1 X-Apparently-From: 78.152.126.2 (Savane authenticated user rmottola) Message-Id: <20141007-160757.sv20620.44597@savannah.gnu.org> References: <20120131-222401.sv64003.82743@savannah.gnu.org> <20120201-082817.sv431.61746@savannah.gnu.org> In-Reply-To: <20120201-082817.sv431.61746@savannah.gnu.org> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:6::a X-BeenThere: bug-gnustep@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Bug reports for the GNUstep programming environment List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Oct 2014 16:08:16 -0000 Follow-up Comment #2, bug #35419 (project gnustep): I have noticed "overdrawn" icons sometimes, without using any scale factor. I see if I can find a way to reproduce it. _______________________________________________________ Reply to this item at: _______________________________________________ Message sent via/by Savannah http://savannah.gnu.org/ From MAILER-DAEMON Tue Oct 07 20:44:51 2014 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1XbfN5-0000Pc-Nr for mharc-bug-gnustep@gnu.org; Tue, 07 Oct 2014 20:44:51 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58401) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XbfMy-0000Nz-GH for bug-gnustep@gnu.org; Tue, 07 Oct 2014 20:44:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XbfMs-0007GS-V5 for bug-gnustep@gnu.org; Tue, 07 Oct 2014 20:44:44 -0400 Received: from [2001:4830:134:6::a] (port=44895 helo=frontend.savannah.gnu.org) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XbfMm-0007Dl-Q9; Tue, 07 Oct 2014 20:44:32 -0400 Received: from www-data by frontend.savannah.gnu.org with local (Exim 4.72) (envelope-from ) id 1XbfMk-0008Li-1e; Wed, 08 Oct 2014 00:44:30 +0000 Date: Wed, 08 Oct 2014 00:44:30 +0000 To: Fred Kiefer , Riccardo Mottola , =?UTF-8?B?R2VybcOhbg==?= Arias , bug-gnustep@gnu.org Subject: [bug #37162] Problem when convert RTFD to PDF X-PHP-Originating-Script: 0:sendmail.php From: =?UTF-8?B?R2VybcOhbg==?= Arias X-Savane-Server: savannah.gnu.org:443 [140.186.70.70] MIME-Version: 1.0 Content-Type: text/plain;charset=UTF-8 X-Savane-Project: gnustep X-Savane-Tracker: bugs X-Savane-Item-ID: 37162 User-Agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Firefox/31.0 X-Apparently-From: 190.148.154.226 (Savane authenticated user espectador) Message-Id: <20141007-184429.sv72659.74333@savannah.gnu.org> References: <20120821-130029.sv72659.24103@savannah.gnu.org> <20120821-173803.sv72659.10754@savannah.gnu.org> <20140910-231757.sv20620.10426@savannah.gnu.org> <20140914-205851.sv431.25605@savannah.gnu.org> <20140914-205923.sv431.16123@savannah.gnu.org> <20140917-201843.sv431.66061@savannah.gnu.org> <20141005-200117.sv431.2532@savannah.gnu.org> In-Reply-To: <20141005-200117.sv431.2532@savannah.gnu.org> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:6::a X-BeenThere: bug-gnustep@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Bug reports for the GNUstep programming environment List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Oct 2014 00:44:50 -0000 Follow-up Comment #6, bug #37162 (project gnustep): Now works, thanks. _______________________________________________________ Reply to this item at: _______________________________________________ Mensaje enviado vía/por Savannah http://savannah.gnu.org/ From MAILER-DAEMON Tue Oct 07 20:47:41 2014 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1XbfPp-000178-Fv for mharc-bug-gnustep@gnu.org; Tue, 07 Oct 2014 20:47:41 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59406) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XbfPi-00016y-W2 for bug-gnustep@gnu.org; Tue, 07 Oct 2014 20:47:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XbfPd-0008RS-JD for bug-gnustep@gnu.org; Tue, 07 Oct 2014 20:47:34 -0400 Received: from [2001:4830:134:6::a] (port=45090 helo=frontend.savannah.gnu.org) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XbfPW-0008O3-Vz; Tue, 07 Oct 2014 20:47:23 -0400 Received: from www-data by frontend.savannah.gnu.org with local (Exim 4.72) (envelope-from ) id 1XbfPT-0008Sb-G0; Wed, 08 Oct 2014 00:47:19 +0000 Date: Wed, 08 Oct 2014 00:47:19 +0000 To: Riccardo Mottola , Fred Kiefer , =?UTF-8?B?R2VybcOhbg==?= Arias , bug-gnustep@gnu.org Subject: [bug #35081] WinUXTheme issue with Open/Save panel X-PHP-Originating-Script: 0:sendmail.php From: =?UTF-8?B?R2VybcOhbg==?= Arias X-Savane-Server: savannah.gnu.org:443 [140.186.70.70] MIME-Version: 1.0 Content-Type: text/plain;charset=UTF-8 X-Savane-Project: gnustep X-Savane-Tracker: bugs X-Savane-Item-ID: 35081 User-Agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Firefox/31.0 X-Apparently-From: 190.148.154.226 (Savane authenticated user espectador) Message-Id: <20141007-184719.sv72659.44360@savannah.gnu.org> References: <20111215-130323.sv72659.18442@savannah.gnu.org> <20131207-210117.sv431.82848@savannah.gnu.org> <20141007-160512.sv20620.26110@savannah.gnu.org> In-Reply-To: <20141007-160512.sv20620.26110@savannah.gnu.org> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:6::a X-BeenThere: bug-gnustep@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Bug reports for the GNUstep programming environment List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Oct 2014 00:47:40 -0000 Follow-up Comment #2, bug #35081 (project gnustep): Yes, this works now. So you can close it. _______________________________________________________ Reply to this item at: _______________________________________________ Mensaje enviado vía/por Savannah http://savannah.gnu.org/ From MAILER-DAEMON Wed Oct 08 06:32:31 2014 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1XboXn-000187-C4 for mharc-bug-gnustep@gnu.org; Wed, 08 Oct 2014 06:32:31 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45452) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XboXg-000178-Mv for bug-gnustep@gnu.org; Wed, 08 Oct 2014 06:32:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XboXb-0002Jb-81 for bug-gnustep@gnu.org; Wed, 08 Oct 2014 06:32:24 -0400 Received: from [2001:4830:134:6::a] (port=60117 helo=frontend.savannah.gnu.org) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XboXV-0002In-7R; Wed, 08 Oct 2014 06:32:13 -0400 Received: from www-data by frontend.savannah.gnu.org with local (Exim 4.72) (envelope-from ) id 1XboXR-0005X1-Cb; Wed, 08 Oct 2014 10:32:09 +0000 Date: Wed, 08 Oct 2014 10:32:09 +0000 To: Riccardo Mottola , Fred Kiefer , =?UTF-8?B?R2VybcOhbg==?= Arias , bug-gnustep@gnu.org Subject: [bug #35081] WinUXTheme issue with Open/Save panel X-PHP-Originating-Script: 0:sendmail.php From: Riccardo Mottola X-Savane-Server: savannah.gnu.org:443 [140.186.70.70] MIME-Version: 1.0 Content-Type: text/plain;charset=UTF-8 X-Savane-Project: gnustep X-Savane-Tracker: bugs X-Savane-Item-ID: 35081 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:32.0) Gecko/20100101 Firefox/32.0 SeaMonkey/2.29.1 X-Apparently-From: 78.152.126.2 (Savane authenticated user rmottola) Message-Id: <20141008-103209.sv20620.87517@savannah.gnu.org> References: <20111215-130323.sv72659.18442@savannah.gnu.org> <20131207-210117.sv431.82848@savannah.gnu.org> <20141007-160512.sv20620.26110@savannah.gnu.org> <20141007-184719.sv72659.44360@savannah.gnu.org> In-Reply-To: <20141007-184719.sv72659.44360@savannah.gnu.org> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:6::a X-BeenThere: bug-gnustep@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Bug reports for the GNUstep programming environment List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Oct 2014 10:32:30 -0000 Update of bug #35081 (project gnustep): Status: Ready For Test => Fixed Open/Closed: Open => Closed _______________________________________________________ Reply to this item at: _______________________________________________ Message sent via/by Savannah http://savannah.gnu.org/ From MAILER-DAEMON Wed Oct 08 09:18:21 2014 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1Xbr8H-0005kQ-RL for mharc-bug-gnustep@gnu.org; Wed, 08 Oct 2014 09:18:21 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54191) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xbr8B-0005kD-0w for bug-gnustep@gnu.org; Wed, 08 Oct 2014 09:18:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xbr86-0002oT-0v for bug-gnustep@gnu.org; Wed, 08 Oct 2014 09:18:14 -0400 Received: from [2001:4830:134:6::a] (port=45989 helo=frontend.savannah.gnu.org) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xbr85-0002oJ-U3 for bug-gnustep@gnu.org; Wed, 08 Oct 2014 09:18:09 -0400 Received: from www-data by frontend.savannah.gnu.org with local (Exim 4.72) (envelope-from ) id 1Xbr85-0001AX-RP; Wed, 08 Oct 2014 13:18:09 +0000 Date: Wed, 08 Oct 2014 13:18:09 +0000 To: Alastair Pharo , bug-gnustep@gnu.org Subject: [bug #43381] Sourcing GNUstep.sh can cause problems with LD_LIBRARY_PATH X-PHP-Originating-Script: 0:sendmail.php From: Alastair Pharo X-Savane-Server: savannah.gnu.org:443 [140.186.70.70] MIME-Version: 1.0 Content-Type: text/plain;charset=UTF-8 X-Savane-Project: gnustep X-Savane-Tracker: bugs X-Savane-Item-ID: 43381 User-Agent: Mozilla/5.0 (X11; Linux i686; rv:32.0) Gecko/20100101 Firefox/32.0 X-Apparently-From: 118.209.175.88 (Savane authenticated user asppsa) Message-Id: <20141008-131808.sv96987.89577@savannah.gnu.org> References: In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:6::a X-BeenThere: bug-gnustep@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Bug reports for the GNUstep programming environment List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Oct 2014 13:18:20 -0000 URL: Summary: Sourcing GNUstep.sh can cause problems with LD_LIBRARY_PATH Project: GNUstep Submitted by: asppsa Submitted on: Wed 08 Oct 2014 01:18:08 PM GMT Category: Makefiles Severity: 3 - Normal Item Group: None Status: None Privacy: Public Assigned to: None Open/Closed: Open Discussion Lock: Any _______________________________________________________ Details: Hi there, I have encountered a problem with GNUstep on Arch Linux, although I think the issue would affect other Linux systems too. On Arch, GNUSTEP_SYSTEM_LIBRARIES is set to /usr/lib. As you will know, sourcing GNUstep.sh creates or adds to the LD_LIBRARY_PATH environment variable so that it includes the various locations that GNUstep uses. This will include /usr/lib if that is what GNUSTEP_SYSTEM_LIBRARIES is set to. As I understand it, the problem is then that when dynamically linking an ELF binary, ld.so will look in directories listed in LD_LIBRARY_PATH before it looks in the directories specified by the binary's DT_RUNPATH section. Therefore, if for instance a binary depends on a non-standard version of libc, the location of which is specified via its DT_RUNPATH section, this will be clobbered by GNUstep's LD_LIBRARY_PATH setting and the wrong libc will be linked when attempting to run. The Nix package manager (nixos.org) apparently uses DT_RUNPATH extensively to handle dependencies, and sourcing GNUstep.sh (on Arch at least) currently causes Nix to stop working. I think the solution to this would be to add extra filtering to GNUstep.sh to prevent it from adding paths that will be included by default anyway (at least /lib and /usr/lib) to LD_LIBRARY_PATH. If you think this something for Arch Linux to sort out with their package, I am happy to take it up with them instead. Cheers, Alastair _______________________________________________________ Reply to this item at: _______________________________________________ Message sent via/by Savannah http://savannah.gnu.org/ From MAILER-DAEMON Mon Oct 13 17:14:15 2014 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1XdmwZ-0007hX-DM for mharc-bug-gnustep@gnu.org; Mon, 13 Oct 2014 17:14:15 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43127) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XdmwR-0007gk-T0 for bug-gnustep@gnu.org; Mon, 13 Oct 2014 17:14:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XdmwM-0001Rz-Dv for bug-gnustep@gnu.org; Mon, 13 Oct 2014 17:14:07 -0400 Received: from [2001:4830:134:6::a] (port=44184 helo=frontend.savannah.gnu.org) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XdmwF-0001On-Sj; Mon, 13 Oct 2014 17:13:55 -0400 Received: from www-data by frontend.savannah.gnu.org with local (Exim 4.72) (envelope-from ) id 1XdmwA-00047e-Ui; Mon, 13 Oct 2014 21:13:51 +0000 Date: Mon, 13 Oct 2014 21:13:50 +0000 To: Fred Kiefer , Riccardo Mottola , =?UTF-8?B?R2VybcOhbg==?= Arias , bug-gnustep@gnu.org Subject: [bug #37162] Problem when convert RTFD to PDF X-PHP-Originating-Script: 0:sendmail.php From: Fred Kiefer X-Savane-Server: savannah.gnu.org:443 [140.186.70.70] MIME-Version: 1.0 Content-Type: text/plain;charset=UTF-8 X-Savane-Project: gnustep X-Savane-Tracker: bugs X-Savane-Item-ID: 37162 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Firefox/31.0 X-Apparently-From: 93.194.108.134 (Savane authenticated user FredKiefer) Message-Id: <20141013-211350.sv431.93241@savannah.gnu.org> References: <20120821-130029.sv72659.24103@savannah.gnu.org> <20120821-173803.sv72659.10754@savannah.gnu.org> <20140910-231757.sv20620.10426@savannah.gnu.org> <20140914-205851.sv431.25605@savannah.gnu.org> <20140914-205923.sv431.16123@savannah.gnu.org> <20140917-201843.sv431.66061@savannah.gnu.org> <20141005-200117.sv431.2532@savannah.gnu.org> <20141007-184429.sv72659.74333@savannah.gnu.org> In-Reply-To: <20141007-184429.sv72659.74333@savannah.gnu.org> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:6::a X-BeenThere: bug-gnustep@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Bug reports for the GNUstep programming environment List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Oct 2014 21:14:13 -0000 Update of bug #37162 (project gnustep): Status: Ready For Test => Fixed Open/Closed: In Test => Closed _______________________________________________________ Reply to this item at: _______________________________________________ Nachricht gesendet von/durch Savannah http://savannah.gnu.org/ From MAILER-DAEMON Sat Oct 18 09:43:04 2014 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1XfUHg-0000pX-HY for mharc-bug-gnustep@gnu.org; Sat, 18 Oct 2014 09:43:04 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52073) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XfPSh-0000dI-LA for bug-gnustep@gnu.org; Sat, 18 Oct 2014 04:34:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XfPSb-00015e-3N for bug-gnustep@gnu.org; Sat, 18 Oct 2014 04:34:07 -0400 Received: from a.painless.aa.net.uk ([81.187.30.51]:41796) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XfPSa-00015M-Uh for bug-gnustep@gnu.org; Sat, 18 Oct 2014 04:34:01 -0400 Received: from cartman.offog.org ([2001:8b0:83b:b53f::a]) by a.painless.aa.net.uk with esmtps (TLSv1:AES128-SHA:128) (Exim 4.77) (envelope-from ) id 1XfPSX-0003M7-Tw for bug-gnustep@gnu.org; Sat, 18 Oct 2014 09:33:58 +0100 Received: from ats by cartman.offog.org with local (Exim 4.84) (envelope-from ) id 1XfPS3-0000zm-NW for bug-gnustep@gnu.org; Sat, 18 Oct 2014 09:33:27 +0100 Date: Sat, 18 Oct 2014 09:33:27 +0100 From: Adam Sampson To: bug-gnustep@gnu.org Subject: gnustep-base-1.24.7.tar.gz has incorrect contents Message-ID: <20141018083327.GF1125@cartman.at.offog.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Homepage: http://offog.org/ User-Agent: Mutt/1.5.23+7 (375ba5ce358c) (2014-03-12) Sender: Adam Sampson X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 81.187.30.51 X-Mailman-Approved-At: Sat, 18 Oct 2014 09:43:02 -0400 X-BeenThere: bug-gnustep@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Bug reports for the GNUstep programming environment List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Oct 2014 08:34:12 -0000 Hi, I've just gone to install gnustep-base-1.24.7.tar.gz, and found it fails to compile for several reasons (when 1.24.6 worked fine). The tarball doesn't match the contents of the corresponding Subversion tag -- e.g. the latest ChangeLog entries are from 2011, and GSXML.m's implementation of "description" is missing the fix for newer libxml. It looks like the tarball was made from the 1.22 branch rather than the 1.24 one? Thanks, -- Adam Sampson From MAILER-DAEMON Sat Oct 18 11:00:35 2014 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1XfVUh-00044x-5k for mharc-bug-gnustep@gnu.org; Sat, 18 Oct 2014 11:00:35 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42854) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XfVUa-0003zJ-T6 for bug-gnustep@gnu.org; Sat, 18 Oct 2014 11:00:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XfVUV-0005sV-Qc for bug-gnustep@gnu.org; Sat, 18 Oct 2014 11:00:28 -0400 Received: from mail-wi0-x22f.google.com ([2a00:1450:400c:c05::22f]:35104) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XfVUV-0005sI-K5 for bug-gnustep@gnu.org; Sat, 18 Oct 2014 11:00:23 -0400 Received: by mail-wi0-f175.google.com with SMTP id d1so4101727wiv.2 for ; Sat, 18 Oct 2014 08:00:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=549B5YSRUNE880YP0Kv1nBHWD/nl8fpKumhVfbk+1gk=; b=cPjQhgi3uFhf0EDgai0KG59rOWgaWlcb3e6fOX0rwGGUf90gVTPDtUbXOh6/dO9v7v h3ylY7Kn24Izt22SaSQm91Uf52SChOsOAYaA0IavykRBVVXWkENIziYdrFVP4H5HBoIm XjqBkS3sMlT+JS84EQOfPFUHWjA8YiXiNAy3s/zcfnWDOsVAgn1YuJW7b5C5ps+o9t+H s5iJoWvrZ+DtQ6qtFIjAOGJWPQkgdAkJmb1uS83ddmyOf0WCNYs6LP6PybNgsk+02BJO xHExRRwkzDPt6SNrGaHSqYlOyw9rEhTSWylWxL0PWIbf+iutjl1MVXAxifPe2R9ci9YS QwKw== X-Received: by 10.194.22.202 with SMTP id g10mr18382603wjf.104.1413644422340; Sat, 18 Oct 2014 08:00:22 -0700 (PDT) Received: from [192.168.1.32] (host31-50-78-148.range31-50.btcentralplus.com. [31.50.78.148]) by mx.google.com with ESMTPSA id c5sm4950415wje.30.2014.10.18.08.00.20 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 18 Oct 2014 08:00:21 -0700 (PDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) Subject: Re: gnustep-base-1.24.7.tar.gz has incorrect contents From: Richard Frith-Macdonald In-Reply-To: <20141018083327.GF1125@cartman.at.offog.org> Date: Sat, 18 Oct 2014 16:00:18 +0100 Content-Transfer-Encoding: quoted-printable Message-Id: References: <20141018083327.GF1125@cartman.at.offog.org> To: Adam Sampson X-Mailer: Apple Mail (2.1878.6) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c05::22f Cc: bug-gnustep@gnu.org X-BeenThere: bug-gnustep@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Bug reports for the GNUstep programming environment List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Oct 2014 15:00:33 -0000 On 18 Oct 2014, at 09:33, Adam Sampson wrote: >=20 > Hi, >=20 > I've just gone to install gnustep-base-1.24.7.tar.gz, and found it = fails > to compile for several reasons (when 1.24.6 worked fine). >=20 > The tarball doesn't match the contents of the corresponding Subversion > tag -- e.g. the latest ChangeLog entries are from 2011, and GSXML.m's > implementation of "description" is missing the fix for newer libxml. >=20 > It looks like the tarball was made from the 1.22 branch rather than = the > 1.24 one? Thanks ... somehow I uploaded the wrong version. I have just deleted = that from ftp.gnustep.org and uploaded the correct version.= From MAILER-DAEMON Mon Oct 20 14:53:18 2014 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1XgI50-00077V-2x for mharc-bug-gnustep@gnu.org; Mon, 20 Oct 2014 14:53:18 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45075) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XgI4s-00076n-No for bug-gnustep@gnu.org; Mon, 20 Oct 2014 14:53:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XgI4l-0004a1-W3 for bug-gnustep@gnu.org; Mon, 20 Oct 2014 14:53:10 -0400 Received: from [2001:4830:134:6::a] (port=44241 helo=frontend.savannah.gnu.org) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XgI4l-0004Zx-TM for bug-gnustep@gnu.org; Mon, 20 Oct 2014 14:53:03 -0400 Received: from www-data by frontend.savannah.gnu.org with local (Exim 4.72) (envelope-from ) id 1XgI4j-0001y7-B2; Mon, 20 Oct 2014 18:53:01 +0000 Date: Mon, 20 Oct 2014 18:53:01 +0000 To: Liang Qi , webmasters@gnustep.org, bug-gnustep@gnu.org Subject: [bug #43448] wrong link for Book Clarifications X-PHP-Originating-Script: 0:sendmail.php From: Liang Qi X-Savane-Server: savannah.gnu.org:443 [140.186.70.70] MIME-Version: 1.0 Content-Type: text/plain;charset=UTF-8 X-Savane-Project: gnustep X-Savane-Tracker: bugs X-Savane-Item-ID: 43448 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10) AppleWebKit/600.1.25 (KHTML, like Gecko) Version/8.0 Safari/600.1.25 X-Apparently-From: 80.212.110.226 (Savane authenticated user cavendish) Message-Id: <20141020-185300.sv97136.63071@savannah.gnu.org> References: In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:6::a X-BeenThere: bug-gnustep@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Bug reports for the GNUstep programming environment List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Oct 2014 18:53:16 -0000 URL: Summary: wrong link for Book Clarifications Project: GNUstep Submitted by: cavendish Submitted on: Mon 20 Oct 2014 06:53:00 PM GMT Category: Web Pages Severity: 3 - Normal Item Group: Bug Status: None Privacy: Public Assigned to: None Open/Closed: Open Discussion Lock: Any _______________________________________________________ Details: In page http://www.gnu.org/software/gnustep/developers/index.html , the link is http://www.gnu.org/resources/BookClarifications.html , it should be http://www.gnu.org/software/gnustep/resources/BookClarifications.html . _______________________________________________________ Reply to this item at: _______________________________________________ Message sent via/by Savannah http://savannah.gnu.org/ From MAILER-DAEMON Tue Oct 21 04:09:37 2014 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1XgUVd-0007Lf-Qs for mharc-bug-gnustep@gnu.org; Tue, 21 Oct 2014 04:09:37 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46645) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XgUVW-0007KE-RO for bug-gnustep@gnu.org; Tue, 21 Oct 2014 04:09:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XgUVR-0000Lo-Cp for bug-gnustep@gnu.org; Tue, 21 Oct 2014 04:09:30 -0400 Received: from [2001:4830:134:6::a] (port=47696 helo=frontend.savannah.gnu.org) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XgUVF-0000KU-Nc; Tue, 21 Oct 2014 04:09:13 -0400 Received: from www-data by frontend.savannah.gnu.org with local (Exim 4.72) (envelope-from ) id 1XgUVD-0005i6-Iq; Tue, 21 Oct 2014 08:09:11 +0000 Date: Tue, 21 Oct 2014 08:09:11 +0000 To: Riccardo Mottola , Richard Frith-Macdonald , Eric Wasylishen , julian , bug-gnustep@gnu.org Subject: [bug #34486] gnustep has a problem with non-ascii string constants X-PHP-Originating-Script: 0:sendmail.php From: Riccardo Mottola X-Savane-Server: savannah.gnu.org:443 [140.186.70.70] MIME-Version: 1.0 Content-Type: text/plain;charset=UTF-8 X-Savane-Project: gnustep X-Savane-Tracker: bugs X-Savane-Item-ID: 34486 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0 SeaMonkey/2.30 X-Apparently-From: 78.152.126.2 (Savane authenticated user rmottola) Message-Id: <20141021-080911.sv20620.4334@savannah.gnu.org> References: <20111005-174130.sv83368.81393@savannah.gnu.org> <20111005-192330.sv337.48367@savannah.gnu.org> <20111005-200855.sv83368.98124@savannah.gnu.org> <20111005-203628.sv64003.11840@savannah.gnu.org> <20111005-203801.sv64003.24642@savannah.gnu.org> <20111005-204808.sv83368.42056@savannah.gnu.org> <20111005-210330.sv64003.61573@savannah.gnu.org> <20111005-212417.sv83368.21284@savannah.gnu.org> <20111014-072004.sv337.522@savannah.gnu.org> <20111015-095652.sv83368.43549@savannah.gnu.org> In-Reply-To: <20111015-095652.sv83368.43549@savannah.gnu.org> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:6::a X-BeenThere: bug-gnustep@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Bug reports for the GNUstep programming environment List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Oct 2014 08:09:36 -0000 Update of bug #34486 (project gnustep): Open/Closed: In Test => Closed _______________________________________________________ Reply to this item at: _______________________________________________ Message sent via/by Savannah http://savannah.gnu.org/ From MAILER-DAEMON Tue Oct 21 04:13:35 2014 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1XgUZT-00087u-Hm for mharc-bug-gnustep@gnu.org; Tue, 21 Oct 2014 04:13:35 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47301) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XgUZN-00086W-6t for bug-gnustep@gnu.org; Tue, 21 Oct 2014 04:13:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XgUZH-0001lm-Q1 for bug-gnustep@gnu.org; Tue, 21 Oct 2014 04:13:29 -0400 Received: from [2001:4830:134:6::a] (port=48140 helo=frontend.savannah.gnu.org) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XgUZ5-0001l9-Vh; Tue, 21 Oct 2014 04:13:11 -0400 Received: from www-data by frontend.savannah.gnu.org with local (Exim 4.72) (envelope-from ) id 1XgUZ4-0005pk-He; Tue, 21 Oct 2014 08:13:10 +0000 Date: Tue, 21 Oct 2014 08:13:10 +0000 To: Riccardo Mottola , Quentin =?UTF-8?B?TWF0aMOp?= , Richard Frith-Macdonald , Gregory John Casamento , Chris Armstrong , bug-gnustep@gnu.org Subject: [bug #34191] +bundleForClass: doesn't with framework bundles X-PHP-Originating-Script: 0:sendmail.php From: Riccardo Mottola X-Savane-Server: savannah.gnu.org:443 [140.186.70.70] MIME-Version: 1.0 Content-Type: text/plain;charset=UTF-8 X-Savane-Project: gnustep X-Savane-Tracker: bugs X-Savane-Item-ID: 34191 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0 SeaMonkey/2.30 X-Apparently-From: 78.152.126.2 (Savane authenticated user rmottola) Message-Id: <20141021-081310.sv20620.10162@savannah.gnu.org> References: <20110902-075743.sv29025.89545@savannah.gnu.org> <20110903-024722.sv46466.72559@savannah.gnu.org> <20120701-184757.sv347.47894@savannah.gnu.org> <20120702-090915.sv337.28952@savannah.gnu.org> In-Reply-To: <20120702-090915.sv337.28952@savannah.gnu.org> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:6::a X-BeenThere: bug-gnustep@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Bug reports for the GNUstep programming environment List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Oct 2014 08:13:34 -0000 Follow-up Comment #4, bug #34191 (project gnustep): With no response by the original submitter, I'm going to close the case. _______________________________________________________ Reply to this item at: _______________________________________________ Message sent via/by Savannah http://savannah.gnu.org/ From MAILER-DAEMON Tue Oct 21 04:15:53 2014 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1XgUbh-0000f5-Tx for mharc-bug-gnustep@gnu.org; Tue, 21 Oct 2014 04:15:53 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49148) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XgUbZ-0000Sc-WB for bug-gnustep@gnu.org; Tue, 21 Oct 2014 04:15:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XgUbR-0002oM-RW for bug-gnustep@gnu.org; Tue, 21 Oct 2014 04:15:45 -0400 Received: from [2001:4830:134:6::a] (port=48276 helo=frontend.savannah.gnu.org) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XgUaw-0002UD-GY; Tue, 21 Oct 2014 04:15:06 -0400 Received: from www-data by frontend.savannah.gnu.org with local (Exim 4.72) (envelope-from ) id 1XgUau-0005sV-J6; Tue, 21 Oct 2014 08:15:04 +0000 Date: Tue, 21 Oct 2014 08:15:04 +0000 To: Riccardo Mottola , Quentin =?UTF-8?B?TWF0aMOp?= , Richard Frith-Macdonald , Gregory John Casamento , Chris Armstrong , bug-gnustep@gnu.org Subject: [bug #34191] +bundleForClass: doesn't with framework bundles X-PHP-Originating-Script: 0:sendmail.php From: Riccardo Mottola X-Savane-Server: savannah.gnu.org:443 [140.186.70.70] MIME-Version: 1.0 Content-Type: text/plain;charset=UTF-8 X-Savane-Project: gnustep X-Savane-Tracker: bugs X-Savane-Item-ID: 34191 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0 SeaMonkey/2.30 X-Apparently-From: 78.152.126.2 (Savane authenticated user rmottola) Message-Id: <20141021-081504.sv20620.31703@savannah.gnu.org> References: <20110902-075743.sv29025.89545@savannah.gnu.org> <20110903-024722.sv46466.72559@savannah.gnu.org> <20120701-184757.sv347.47894@savannah.gnu.org> <20120702-090915.sv337.28952@savannah.gnu.org> <20141021-081310.sv20620.10162@savannah.gnu.org> In-Reply-To: <20141021-081310.sv20620.10162@savannah.gnu.org> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:6::a X-BeenThere: bug-gnustep@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Bug reports for the GNUstep programming environment List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Oct 2014 08:15:53 -0000 Update of bug #34191 (project gnustep): Open/Closed: In Test => Closed _______________________________________________________ Reply to this item at: _______________________________________________ Message sent via/by Savannah http://savannah.gnu.org/ From MAILER-DAEMON Tue Oct 21 05:20:38 2014 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1XgVcM-0005eI-68 for mharc-bug-gnustep@gnu.org; Tue, 21 Oct 2014 05:20:38 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35270) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XgVcD-0005Zi-Qh for bug-gnustep@gnu.org; Tue, 21 Oct 2014 05:20:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XgVc8-0008Tf-Cf for bug-gnustep@gnu.org; Tue, 21 Oct 2014 05:20:29 -0400 Received: from [2001:4830:134:6::a] (port=60323 helo=frontend.savannah.gnu.org) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XgVc1-0008Su-TT; Tue, 21 Oct 2014 05:20:17 -0400 Received: from www-data by frontend.savannah.gnu.org with local (Exim 4.72) (envelope-from ) id 1XgVbz-0007hO-M7; Tue, 21 Oct 2014 09:20:15 +0000 Date: Tue, 21 Oct 2014 09:20:15 +0000 To: Riccardo Mottola , Liang Qi , webmasters@gnustep.org, bug-gnustep@gnu.org Subject: [bug #43448] wrong link for Book Clarifications X-PHP-Originating-Script: 0:sendmail.php From: Riccardo Mottola X-Savane-Server: savannah.gnu.org:443 [140.186.70.70] MIME-Version: 1.0 Content-Type: text/plain;charset=UTF-8 X-Savane-Project: gnustep X-Savane-Tracker: bugs X-Savane-Item-ID: 43448 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0 SeaMonkey/2.30 X-Apparently-From: 78.152.126.2 (Savane authenticated user rmottola) Message-Id: <20141021-092015.sv20620.58087@savannah.gnu.org> References: <20141020-185300.sv97136.63071@savannah.gnu.org> In-Reply-To: <20141020-185300.sv97136.63071@savannah.gnu.org> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:6::a X-BeenThere: bug-gnustep@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Bug reports for the GNUstep programming environment List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Oct 2014 09:20:35 -0000 Follow-up Comment #1, bug #43448 (project gnustep): Thank you for catching it, I fixed that; I also updated the style of the page to match the new site look. _______________________________________________________ Reply to this item at: _______________________________________________ Message sent via/by Savannah http://savannah.gnu.org/ From MAILER-DAEMON Tue Oct 21 05:21:31 2014 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1XgVdD-00068i-PS for mharc-bug-gnustep@gnu.org; Tue, 21 Oct 2014 05:21:31 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35532) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XgVd7-00067l-Lr for bug-gnustep@gnu.org; Tue, 21 Oct 2014 05:21:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XgVd2-0000FJ-8A for bug-gnustep@gnu.org; Tue, 21 Oct 2014 05:21:25 -0400 Received: from [2001:4830:134:6::a] (port=60452 helo=frontend.savannah.gnu.org) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XgVcw-0000E4-5I; Tue, 21 Oct 2014 05:21:14 -0400 Received: from www-data by frontend.savannah.gnu.org with local (Exim 4.72) (envelope-from ) id 1XgVcv-0007hv-AZ; Tue, 21 Oct 2014 09:21:13 +0000 Date: Tue, 21 Oct 2014 09:21:13 +0000 To: Riccardo Mottola , Liang Qi , webmasters@gnustep.org, bug-gnustep@gnu.org Subject: [bug #43448] wrong link for Book Clarifications X-PHP-Originating-Script: 0:sendmail.php From: Riccardo Mottola X-Savane-Server: savannah.gnu.org:443 [140.186.70.70] MIME-Version: 1.0 Content-Type: text/plain;charset=UTF-8 X-Savane-Project: gnustep X-Savane-Tracker: bugs X-Savane-Item-ID: 43448 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0 SeaMonkey/2.30 X-Apparently-From: 78.152.126.2 (Savane authenticated user rmottola) Message-Id: <20141021-092113.sv20620.100@savannah.gnu.org> References: <20141020-185300.sv97136.63071@savannah.gnu.org> <20141021-092015.sv20620.58087@savannah.gnu.org> In-Reply-To: <20141021-092015.sv20620.58087@savannah.gnu.org> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:6::a X-BeenThere: bug-gnustep@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Bug reports for the GNUstep programming environment List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Oct 2014 09:21:31 -0000 Update of bug #43448 (project gnustep): Status: None => Fixed Open/Closed: Open => Closed _______________________________________________________ Reply to this item at: _______________________________________________ Message sent via/by Savannah http://savannah.gnu.org/ From MAILER-DAEMON Tue Oct 21 06:48:37 2014 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1XgWzV-0004t1-I5 for mharc-bug-gnustep@gnu.org; Tue, 21 Oct 2014 06:48:37 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50672) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XgWzO-0004rM-9V for bug-gnustep@gnu.org; Tue, 21 Oct 2014 06:48:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XgWzI-0005oR-RL for bug-gnustep@gnu.org; Tue, 21 Oct 2014 06:48:30 -0400 Received: from [2001:4830:134:6::a] (port=45686 helo=frontend.savannah.gnu.org) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XgWz6-0005lS-G5; Tue, 21 Oct 2014 06:48:12 -0400 Received: from www-data by frontend.savannah.gnu.org with local (Exim 4.72) (envelope-from ) id 1XgWz5-0001Z2-2R; Tue, 21 Oct 2014 10:48:11 +0000 Date: Tue, 21 Oct 2014 10:48:11 +0000 To: Riccardo Mottola , Richard Frith-Macdonald , "T.Somequare" , bug-gnustep@gnu.org Subject: [bug #41643] WebServer folds http header after 78th char with using GSMimeHeader X-PHP-Originating-Script: 0:sendmail.php From: Riccardo Mottola X-Savane-Server: savannah.gnu.org:443 [140.186.70.70] MIME-Version: 1.0 Content-Type: text/plain;charset=UTF-8 X-Savane-Project: gnustep X-Savane-Tracker: bugs X-Savane-Item-ID: 41643 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0 SeaMonkey/2.30 X-Apparently-From: 78.152.126.2 (Savane authenticated user rmottola) Message-Id: <20141021-104810.sv20620.64020@savannah.gnu.org> References: <20140220-103137.sv80520.52530@savannah.gnu.org> <20140224-133917.sv337.10229@savannah.gnu.org> <20140225-130200.sv80520.68309@savannah.gnu.org> <20140225-132403.sv80520.48094@savannah.gnu.org> In-Reply-To: <20140225-132403.sv80520.48094@savannah.gnu.org> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:6::a X-BeenThere: bug-gnustep@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Bug reports for the GNUstep programming environment List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Oct 2014 10:48:35 -0000 Follow-up Comment #4, bug #41643 (project gnustep): Would you mind updating to 1.24.6 and report back if this issue is still valid? something looks inconsistent and you are trying to access an non-existant method. _______________________________________________________ Reply to this item at: _______________________________________________ Message sent via/by Savannah http://savannah.gnu.org/ From MAILER-DAEMON Tue Oct 21 09:12:40 2014 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1XgZEu-0004ZY-1Y for mharc-bug-gnustep@gnu.org; Tue, 21 Oct 2014 09:12:40 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56152) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XgZEm-0004MT-CM for bug-gnustep@gnu.org; Tue, 21 Oct 2014 09:12:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XgZEg-0000ge-PJ for bug-gnustep@gnu.org; Tue, 21 Oct 2014 09:12:32 -0400 Received: from [2001:4830:134:6::a] (port=36513 helo=frontend.savannah.gnu.org) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XgZEX-0000Up-Q0; Tue, 21 Oct 2014 09:12:17 -0400 Received: from www-data by frontend.savannah.gnu.org with local (Exim 4.72) (envelope-from ) id 1XgZEU-0005Nr-5q; Tue, 21 Oct 2014 13:12:14 +0000 Date: Tue, 21 Oct 2014 13:12:14 +0000 To: Gregory John Casamento , Riccardo Mottola , Fred Kiefer , Derek Fawcus , bug-gnustep@gnu.org Subject: [bug #30724] To determine FixPitch trait we need to ask for spacing infomation. X-PHP-Originating-Script: 0:sendmail.php From: Riccardo Mottola X-Savane-Server: savannah.gnu.org:443 [140.186.70.70] MIME-Version: 1.0 Content-Type: text/plain;charset=UTF-8 X-Savane-Project: gnustep X-Savane-Tracker: bugs X-Savane-Item-ID: 30724 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0 SeaMonkey/2.30 X-Apparently-From: 78.152.126.2 (Savane authenticated user rmottola) Message-Id: <20141021-131213.sv20620.52442@savannah.gnu.org> References: <20100810-080911.sv66396.70088@savannah.gnu.org> <20100810-192822.sv431.25564@savannah.gnu.org> In-Reply-To: <20100810-192822.sv431.25564@savannah.gnu.org> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:6::a X-BeenThere: bug-gnustep@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Bug reports for the GNUstep programming environment List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Oct 2014 13:12:38 -0000 Update of bug #30724 (project gnustep): Open/Closed: In Test => Closed _______________________________________________________ Follow-up Comment #2: No comment by the original owner, I suppose the bug is fixed. _______________________________________________________ Reply to this item at: _______________________________________________ Message sent via/by Savannah http://savannah.gnu.org/ From MAILER-DAEMON Tue Oct 21 09:19:58 2014 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1XgZLy-0001gY-Iw for mharc-bug-gnustep@gnu.org; Tue, 21 Oct 2014 09:19:58 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58730) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XgZLr-0001gK-U5 for bug-gnustep@gnu.org; Tue, 21 Oct 2014 09:19:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XgZLm-0005bZ-Gv for bug-gnustep@gnu.org; Tue, 21 Oct 2014 09:19:51 -0400 Received: from [2001:4830:134:6::a] (port=37114 helo=frontend.savannah.gnu.org) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XgZLg-0005Xp-NJ; Tue, 21 Oct 2014 09:19:40 -0400 Received: from www-data by frontend.savannah.gnu.org with local (Exim 4.72) (envelope-from ) id 1XgZLe-0005X9-CB; Tue, 21 Oct 2014 13:19:38 +0000 Date: Tue, 21 Oct 2014 13:19:38 +0000 To: Fred Kiefer , Riccardo Mottola , "Eugeny A. Rostovtsev" , bug-gnustep@gnu.org Subject: [bug #41374] checking AppKit/AppKit.h usability failed X-PHP-Originating-Script: 0:sendmail.php From: Riccardo Mottola X-Savane-Server: savannah.gnu.org:443 [140.186.70.70] MIME-Version: 1.0 Content-Type: text/plain;charset=UTF-8 X-Savane-Project: gnustep X-Savane-Tracker: bugs X-Savane-Item-ID: 41374 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0 SeaMonkey/2.30 X-Apparently-From: 78.152.126.2 (Savane authenticated user rmottola) Message-Id: <20141021-131938.sv20620.43673@savannah.gnu.org> References: <20140128-101933.sv93582.34873@savannah.gnu.org> <20140131-214947.sv431.44214@savannah.gnu.org> <20140201-033628.sv93582.64207@savannah.gnu.org> In-Reply-To: <20140201-033628.sv93582.64207@savannah.gnu.org> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:6::a X-BeenThere: bug-gnustep@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Bug reports for the GNUstep programming environment List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Oct 2014 13:19:57 -0000 Update of bug #41374 (project gnustep): Status: Ready For Test => Fixed Open/Closed: In Test => Closed _______________________________________________________ Reply to this item at: _______________________________________________ Message sent via/by Savannah http://savannah.gnu.org/ From MAILER-DAEMON Tue Oct 21 09:38:17 2014 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1XgZdh-0005n2-9Y for mharc-bug-gnustep@gnu.org; Tue, 21 Oct 2014 09:38:17 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35399) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XgZda-0005m6-28 for bug-gnustep@gnu.org; Tue, 21 Oct 2014 09:38:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XgZdU-000620-LS for bug-gnustep@gnu.org; Tue, 21 Oct 2014 09:38:10 -0400 Received: from [2001:4830:134:6::a] (port=39689 helo=frontend.savannah.gnu.org) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XgZdI-0005zw-Ho; Tue, 21 Oct 2014 09:37:52 -0400 Received: from www-data by frontend.savannah.gnu.org with local (Exim 4.72) (envelope-from ) id 1XgZdH-00064s-QX; Tue, 21 Oct 2014 13:37:51 +0000 Date: Tue, 21 Oct 2014 13:37:51 +0000 To: Riccardo Mottola , Richard Frith-Macdonald , David Albrecht , bug-gnustep@gnu.org Subject: [bug #42405] NS_MESSAGE() macro is invalid X-PHP-Originating-Script: 0:sendmail.php From: Riccardo Mottola X-Savane-Server: savannah.gnu.org:443 [140.186.70.70] MIME-Version: 1.0 Content-Type: text/plain;charset=UTF-8 X-Savane-Project: gnustep X-Savane-Tracker: bugs X-Savane-Item-ID: 42405 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0 SeaMonkey/2.30 X-Apparently-From: 78.152.126.2 (Savane authenticated user rmottola) Message-Id: <20141021-133751.sv20620.9390@savannah.gnu.org> References: <20140522-150218.sv90877.61767@savannah.gnu.org> <20140522-151427.sv90877.34284@savannah.gnu.org> <20140522-165633.sv337.20226@savannah.gnu.org> In-Reply-To: <20140522-165633.sv337.20226@savannah.gnu.org> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:6::a X-BeenThere: bug-gnustep@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Bug reports for the GNUstep programming environment List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Oct 2014 13:38:15 -0000 Update of bug #42405 (project gnustep): Open/Closed: In Test => Closed _______________________________________________________ Reply to this item at: _______________________________________________ Message sent via/by Savannah http://savannah.gnu.org/ From MAILER-DAEMON Tue Oct 21 09:39:16 2014 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1XgZee-0005t2-Gz for mharc-bug-gnustep@gnu.org; Tue, 21 Oct 2014 09:39:16 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35628) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XgZeX-0005sh-F0 for bug-gnustep@gnu.org; Tue, 21 Oct 2014 09:39:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XgZeS-0006Df-0U for bug-gnustep@gnu.org; Tue, 21 Oct 2014 09:39:09 -0400 Received: from [2001:4830:134:6::a] (port=39969 helo=frontend.savannah.gnu.org) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XgZeF-0006Bm-Sb; Tue, 21 Oct 2014 09:38:51 -0400 Received: from www-data by frontend.savannah.gnu.org with local (Exim 4.72) (envelope-from ) id 1XgZeC-00065b-Lg; Tue, 21 Oct 2014 13:38:48 +0000 Date: Tue, 21 Oct 2014 13:38:48 +0000 To: Richard Frith-Macdonald , Riccardo Mottola , Fred Kiefer , julian , bug-gnustep@gnu.org Subject: [bug #33568] gnustep does not implement the -URLBy* methods introduced in Mac OS X 10.6 X-PHP-Originating-Script: 0:sendmail.php From: Riccardo Mottola X-Savane-Server: savannah.gnu.org:443 [140.186.70.70] MIME-Version: 1.0 Content-Type: text/plain;charset=UTF-8 X-Savane-Project: gnustep X-Savane-Tracker: bugs X-Savane-Item-ID: 33568 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0 SeaMonkey/2.30 X-Apparently-From: 78.152.126.2 (Savane authenticated user rmottola) Message-Id: <20141021-133848.sv20620.90337@savannah.gnu.org> References: <20110615-103710.sv83368.87029@savannah.gnu.org> <20110615-222239.sv83368.45745@savannah.gnu.org> <20110616-085015.sv431.21487@savannah.gnu.org> <20110618-123846.sv431.56619@savannah.gnu.org> <20110618-175222.sv83368.53814@savannah.gnu.org> In-Reply-To: <20110618-175222.sv83368.53814@savannah.gnu.org> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:6::a X-BeenThere: bug-gnustep@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Bug reports for the GNUstep programming environment List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Oct 2014 13:39:15 -0000 Update of bug #33568 (project gnustep): Open/Closed: In Test => Closed _______________________________________________________ Reply to this item at: _______________________________________________ Message sent via/by Savannah http://savannah.gnu.org/ From MAILER-DAEMON Tue Oct 21 09:39:28 2014 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1XgZeq-0005x5-Mj for mharc-bug-gnustep@gnu.org; Tue, 21 Oct 2014 09:39:28 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35683) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XgZej-0005vY-4W for bug-gnustep@gnu.org; Tue, 21 Oct 2014 09:39:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XgZed-0006G3-MS for bug-gnustep@gnu.org; Tue, 21 Oct 2014 09:39:21 -0400 Received: from [2001:4830:134:6::a] (port=40059 helo=frontend.savannah.gnu.org) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XgZeW-0006Ec-Oo; Tue, 21 Oct 2014 09:39:08 -0400 Received: from www-data by frontend.savannah.gnu.org with local (Exim 4.72) (envelope-from ) id 1XgZeT-00066H-KS; Tue, 21 Oct 2014 13:39:05 +0000 Date: Tue, 21 Oct 2014 13:39:05 +0000 To: Riccardo Mottola , Fred Kiefer , David Hunt , bug-gnustep@gnu.org Subject: [bug #40818] libobjc2 Arm non-legacy dispatch X-PHP-Originating-Script: 0:sendmail.php From: Riccardo Mottola X-Savane-Server: savannah.gnu.org:443 [140.186.70.70] MIME-Version: 1.0 Content-Type: text/plain;charset=UTF-8 X-Savane-Project: gnustep X-Savane-Tracker: bugs X-Savane-Item-ID: 40818 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0 SeaMonkey/2.30 X-Apparently-From: 78.152.126.2 (Savane authenticated user rmottola) Message-Id: <20141021-133905.sv20620.33159@savannah.gnu.org> References: <20131205-185919.sv93198.79925@savannah.gnu.org> <20131213-131445.sv431.5511@savannah.gnu.org> In-Reply-To: <20131213-131445.sv431.5511@savannah.gnu.org> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:6::a X-BeenThere: bug-gnustep@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Bug reports for the GNUstep programming environment List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Oct 2014 13:39:26 -0000 Update of bug #40818 (project gnustep): Open/Closed: In Test => Closed _______________________________________________________ Reply to this item at: _______________________________________________ Message sent via/by Savannah http://savannah.gnu.org/ From MAILER-DAEMON Tue Oct 21 09:39:43 2014 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1XgZf5-00060x-Rq for mharc-bug-gnustep@gnu.org; Tue, 21 Oct 2014 09:39:43 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35800) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XgZey-00060Z-GN for bug-gnustep@gnu.org; Tue, 21 Oct 2014 09:39:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XgZet-0006L2-31 for bug-gnustep@gnu.org; Tue, 21 Oct 2014 09:39:36 -0400 Received: from [2001:4830:134:6::a] (port=40141 helo=frontend.savannah.gnu.org) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XgZen-0006Iw-2A; Tue, 21 Oct 2014 09:39:25 -0400 Received: from www-data by frontend.savannah.gnu.org with local (Exim 4.72) (envelope-from ) id 1XgZel-00066R-EZ; Tue, 21 Oct 2014 13:39:23 +0000 Date: Tue, 21 Oct 2014 13:39:23 +0000 To: Riccardo Mottola , Fred Kiefer , =?UTF-8?B?Q8Opc2Fy?= =?UTF-8?B?WcOhw7Fleg==?= =?UTF-8?B?RmVybsOhbmRleg==?= , bug-gnustep@gnu.org Subject: [bug #33678] libobjc2 clang, gold, compilation failure X-PHP-Originating-Script: 0:sendmail.php From: Riccardo Mottola X-Savane-Server: savannah.gnu.org:443 [140.186.70.70] MIME-Version: 1.0 Content-Type: text/plain;charset=UTF-8 X-Savane-Project: gnustep X-Savane-Tracker: bugs X-Savane-Item-ID: 33678 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0 SeaMonkey/2.30 X-Apparently-From: 78.152.126.2 (Savane authenticated user rmottola) Message-Id: <20141021-133922.sv20620.99834@savannah.gnu.org> References: <20110630-002155.sv83486.91385@savannah.gnu.org> <20110706-193101.sv431.47050@savannah.gnu.org> <20110706-203426.sv83486.49652@savannah.gnu.org> In-Reply-To: <20110706-203426.sv83486.49652@savannah.gnu.org> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:6::a X-BeenThere: bug-gnustep@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Bug reports for the GNUstep programming environment List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Oct 2014 13:39:42 -0000 Update of bug #33678 (project gnustep): Status: Ready For Test => Fixed Open/Closed: In Test => Closed _______________________________________________________ Reply to this item at: _______________________________________________ Message sent via/by Savannah http://savannah.gnu.org/ From MAILER-DAEMON Tue Oct 21 12:35:18 2014 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1XgcP0-0000Px-L2 for mharc-bug-gnustep@gnu.org; Tue, 21 Oct 2014 12:35:18 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37237) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XgcOu-0000Pj-3J for bug-gnustep@gnu.org; Tue, 21 Oct 2014 12:35:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XgcOo-00071V-F4 for bug-gnustep@gnu.org; Tue, 21 Oct 2014 12:35:12 -0400 Received: from [2001:4830:134:6::a] (port=37812 helo=frontend.savannah.gnu.org) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XgcOb-0006i8-R2; Tue, 21 Oct 2014 12:34:53 -0400 Received: from www-data by frontend.savannah.gnu.org with local (Exim 4.72) (envelope-from ) id 1XgcON-0002Sb-Ky; Tue, 21 Oct 2014 16:34:39 +0000 Date: Tue, 21 Oct 2014 16:34:39 +0000 To: Riccardo Mottola , Richard Frith-Macdonald , Nicola Pero , Eric Wasylishen , Niels Grewe , Jonathan Olson , bug-gnustep@gnu.org Subject: [bug #33392] Multi-thread bug in NSObject retain and release X-PHP-Originating-Script: 0:sendmail.php From: Riccardo Mottola X-Savane-Server: savannah.gnu.org:443 [140.186.70.70] MIME-Version: 1.0 Content-Type: text/plain;charset=UTF-8 X-Savane-Project: gnustep X-Savane-Tracker: bugs X-Savane-Item-ID: 33392 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.101 Safari/537.36 OPR/25.0.1614.50 X-Apparently-From: 78.152.126.2 (Savane authenticated user rmottola) Message-Id: <20141021-163438.sv20620.54972@savannah.gnu.org> References: <20110524-161412.sv80833.4228@savannah.gnu.org> <20110525-093237.sv337.67248@savannah.gnu.org> <20110525-200815.sv64003.85285@savannah.gnu.org> <20110526-092333.sv337.28957@savannah.gnu.org> <20110526-093809.sv352.88301@savannah.gnu.org> <20110526-110537.sv69275.34465@savannah.gnu.org> <20110526-111539.sv337.29547@savannah.gnu.org> <20110526-120738.sv352.51740@savannah.gnu.org> <20110526-190830.sv69275.45016@savannah.gnu.org> In-Reply-To: <20110526-190830.sv69275.45016@savannah.gnu.org> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:6::a X-BeenThere: bug-gnustep@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Bug reports for the GNUstep programming environment List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Oct 2014 16:35:17 -0000 Follow-up Comment #9, bug #33392 (project gnustep): hmm it would be nice to know the status of this. I admit, the "oldest" cpu I have is i586, where we work but I don't have a thread-test to stress-test it. Also, while probabil nobody uses a "real" i486 anymore (or even few real pentiums) there are compatible, recent cpus which are reasonaby fast but which implement only a more limited x86 instruction set (e.g. my 800Mhz Vortex CPU is "only" an i586 instruction-wise) I would rather not force a specific CPU version in during building, since a package maintainer might want to set it to be consistent with the rest of the system _______________________________________________________ Reply to this item at: _______________________________________________ Message sent via/by Savannah http://savannah.gnu.org/ From MAILER-DAEMON Tue Oct 21 12:36:02 2014 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1XgcPi-0000UL-Ri for mharc-bug-gnustep@gnu.org; Tue, 21 Oct 2014 12:36:02 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37419) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XgcPc-0000U8-U3 for bug-gnustep@gnu.org; Tue, 21 Oct 2014 12:36:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XgcPX-0007DB-Gj for bug-gnustep@gnu.org; Tue, 21 Oct 2014 12:35:56 -0400 Received: from [2001:4830:134:6::a] (port=37871 helo=frontend.savannah.gnu.org) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XgcPP-0007BW-Ur; Tue, 21 Oct 2014 12:35:44 -0400 Received: from www-data by frontend.savannah.gnu.org with local (Exim 4.72) (envelope-from ) id 1XgcPP-0002Yx-EM; Tue, 21 Oct 2014 16:35:43 +0000 Date: Tue, 21 Oct 2014 16:35:43 +0000 To: Riccardo Mottola , bug-gnustep@gnu.org Subject: [bug #43453] [GWorkspace] FileOpInfo appears to leak X-PHP-Originating-Script: 0:sendmail.php From: Riccardo Mottola X-Savane-Server: savannah.gnu.org:443 [140.186.70.70] MIME-Version: 1.0 Content-Type: text/plain;charset=UTF-8 X-Savane-Project: gnustep X-Savane-Tracker: bugs X-Savane-Item-ID: 43453 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.101 Safari/537.36 OPR/25.0.1614.50 X-Apparently-From: 78.152.126.2 (Savane authenticated user rmottola) Message-Id: <20141021-163542.sv20620.41108@savannah.gnu.org> References: In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:6::a X-BeenThere: bug-gnustep@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Bug reports for the GNUstep programming environment List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Oct 2014 16:36:02 -0000 URL: Summary: [GWorkspace] FileOpInfo appears to leak Project: GNUstep Submitted by: rmottola Submitted on: Tue 21 Oct 2014 04:35:41 PM GMT Category: Application Severity: 3 - Normal Item Group: Bug Status: None Privacy: Public Assigned to: None Open/Closed: Open Discussion Lock: Any _______________________________________________________ Details: Putting a NSLog() in its dealloc at line 47 appears to never be called for any operation or even more operation (copy, trash...) performed. _______________________________________________________ Reply to this item at: _______________________________________________ Message sent via/by Savannah http://savannah.gnu.org/ From MAILER-DAEMON Tue Oct 21 12:37:25 2014 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1XgcR3-0001Hw-Gw for mharc-bug-gnustep@gnu.org; Tue, 21 Oct 2014 12:37:25 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37684) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XgcQw-0001Bk-Sm for bug-gnustep@gnu.org; Tue, 21 Oct 2014 12:37:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XgcQr-0007ep-Eg for bug-gnustep@gnu.org; Tue, 21 Oct 2014 12:37:18 -0400 Received: from [2001:4830:134:6::a] (port=38061 helo=frontend.savannah.gnu.org) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XgcQf-0007Qo-SP; Tue, 21 Oct 2014 12:37:01 -0400 Received: from www-data by frontend.savannah.gnu.org with local (Exim 4.72) (envelope-from ) id 1XgcQf-0002ZZ-AE; Tue, 21 Oct 2014 16:37:01 +0000 Date: Tue, 21 Oct 2014 16:37:01 +0000 To: Riccardo Mottola , Richard Frith-Macdonald , Fred Kiefer , bug-gnustep@gnu.org Subject: [bug #39125] Thread deadlock due to combination of libobjc and NSUserDefaults X-PHP-Originating-Script: 0:sendmail.php From: Riccardo Mottola X-Savane-Server: savannah.gnu.org:443 [140.186.70.70] MIME-Version: 1.0 Content-Type: text/plain;charset=UTF-8 X-Savane-Project: gnustep X-Savane-Tracker: bugs X-Savane-Item-ID: 39125 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.101 Safari/537.36 OPR/25.0.1614.50 X-Apparently-From: 78.152.126.2 (Savane authenticated user rmottola) Message-Id: <20141021-163701.sv20620.97063@savannah.gnu.org> References: <20130530-185150.sv91380.79842@savannah.gnu.org> <20131207-205625.sv431.24987@savannah.gnu.org> <20131220-104801.sv337.25248@savannah.gnu.org> In-Reply-To: <20131220-104801.sv337.25248@savannah.gnu.org> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:6::a X-BeenThere: bug-gnustep@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Bug reports for the GNUstep programming environment List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Oct 2014 16:37:24 -0000 Follow-up Comment #2, bug #39125 (project gnustep): Is this bug still valid, Michael? _______________________________________________________ Reply to this item at: _______________________________________________ Message sent via/by Savannah http://savannah.gnu.org/ From MAILER-DAEMON Tue Oct 21 14:25:33 2014 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1Xge7h-0005JS-5o for mharc-bug-gnustep@gnu.org; Tue, 21 Oct 2014 14:25:33 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37630) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xge7Z-0005Hm-Jj for bug-gnustep@gnu.org; Tue, 21 Oct 2014 14:25:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xge7U-0000Ze-4d for bug-gnustep@gnu.org; Tue, 21 Oct 2014 14:25:25 -0400 Received: from [2001:4830:134:6::a] (port=52976 helo=frontend.savannah.gnu.org) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xge7U-0000ZZ-0K for bug-gnustep@gnu.org; Tue, 21 Oct 2014 14:25:20 -0400 Received: from www-data by frontend.savannah.gnu.org with local (Exim 4.72) (envelope-from ) id 1Xge7S-0005Ve-UE; Tue, 21 Oct 2014 18:25:18 +0000 Date: Tue, 21 Oct 2014 18:25:18 +0000 To: =?UTF-8?B?R2VybcOhbg==?= Arias , bug-gnustep@gnu.org Subject: [bug #43454] Problem with Continuous Spell Checking X-PHP-Originating-Script: 0:sendmail.php From: =?UTF-8?B?R2VybcOhbg==?= Arias X-Savane-Server: savannah.gnu.org:443 [140.186.70.70] MIME-Version: 1.0 Content-Type: text/plain;charset=UTF-8 X-Savane-Project: gnustep X-Savane-Tracker: bugs X-Savane-Item-ID: 43454 User-Agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Firefox/31.0 X-Apparently-From: 190.149.84.42 (Savane authenticated user espectador) Message-Id: <20141021-122517.sv72659.11245@savannah.gnu.org> References: In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:6::a X-BeenThere: bug-gnustep@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Bug reports for the GNUstep programming environment List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Oct 2014 18:25:31 -0000 URL: Summary: Problem with Continuous Spell Checking Project: GNUstep Submitted by: espectador Submitted on: mar 21 oct 2014 12:25:17 CST Category: Gui/AppKit Severity: 3 - Normal Item Group: Bug Status: None Privacy: Public Assigned to: None Open/Closed: Open Discussion Lock: Any _______________________________________________________ Details: The problem occurs when the last word in the container is wrong and the user selects a guess word, in the contextual menu, with a length greater that the selected word at textview. In this case the app hangs. To reproduce: 1) Open Ink. 2) Write some words and put the last word wrong. 3) Open contextual menu and select a word with a length greater than the selected word in textview. 4) The app hangs. Maybe this is a problem with replaceCharactersInRange:withString:. But I don't found documentation about how this method works. _______________________________________________________ Reply to this item at: _______________________________________________ Mensaje enviado vía/por Savannah http://savannah.gnu.org/ From MAILER-DAEMON Wed Oct 22 18:37:58 2014 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1Xh4XW-0001Mj-OB for mharc-bug-gnustep@gnu.org; Wed, 22 Oct 2014 18:37:58 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41755) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xh4XP-0001MO-WC for bug-gnustep@gnu.org; Wed, 22 Oct 2014 18:37:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xh4XK-0005Ka-I8 for bug-gnustep@gnu.org; Wed, 22 Oct 2014 18:37:51 -0400 Received: from [2001:4830:134:6::a] (port=33233 helo=frontend.savannah.gnu.org) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xh4X1-0005BR-UW; Wed, 22 Oct 2014 18:37:27 -0400 Received: from www-data by frontend.savannah.gnu.org with local (Exim 4.72) (envelope-from ) id 1Xh4X1-0007iF-HQ; Wed, 22 Oct 2014 22:37:27 +0000 Date: Wed, 22 Oct 2014 22:37:27 +0000 To: Fred Kiefer , Riccardo Mottola , Richard Frith-Macdonald , Yavor Doganov , bug-gnustep@gnu.org Subject: [bug #42717] Crash in -[NSBox(Private) calcSizesAllowingNegative:] X-PHP-Originating-Script: 0:sendmail.php From: Riccardo Mottola X-Savane-Server: savannah.gnu.org:443 [140.186.70.70] MIME-Version: 1.0 Content-Type: text/plain;charset=UTF-8 X-Savane-Project: gnustep X-Savane-Tracker: bugs X-Savane-Item-ID: 42717 User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:9.0.1) Gecko/20120110 Firefox/9.0.1 SeaMonkey/2.6.1 X-Apparently-From: 151.55.152.173 (Savane authenticated user rmottola) Message-Id: <20141022-223727.sv20620.68360@savannah.gnu.org> References: <20140709-164817.sv47215.40560@savannah.gnu.org> <20140709-213155.sv431.43019@savannah.gnu.org> <20140710-124235.sv47215.10628@savannah.gnu.org> <20140710-192620.sv47215.25939@savannah.gnu.org> <20140714-161104.sv47215.10170@savannah.gnu.org> <20140714-211658.sv47215.53496@savannah.gnu.org> <20140714-212713.sv431.26525@savannah.gnu.org> <20140715-005242.sv47215.85921@savannah.gnu.org> <20140719-154724.sv431.75671@savannah.gnu.org> <20140720-183047.sv47215.15205@savannah.gnu.org> <20140721-080447.sv431.48340@savannah.gnu.org> <20140721-114345.sv47215.6849@savannah.gnu.org> <20140721-084935.sv337.98912@savannah.gnu.org> <20140723-075727.sv431.97258@savannah.gnu.org> In-Reply-To: <20140723-075727.sv431.97258@savannah.gnu.org> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:6::a X-BeenThere: bug-gnustep@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Bug reports for the GNUstep programming environment List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Oct 2014 22:37:57 -0000 Follow-up Comment #14, bug #42717 (project gnustep): Yavor, can we consider this solved? _______________________________________________________ Reply to this item at: _______________________________________________ Message sent via/by Savannah http://savannah.gnu.org/ From MAILER-DAEMON Thu Oct 23 02:00:01 2014 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1XhBRJ-0004nJ-Pi for mharc-bug-gnustep@gnu.org; Thu, 23 Oct 2014 02:00:01 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52694) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XhBRC-0004mC-ML for bug-gnustep@gnu.org; Thu, 23 Oct 2014 02:00:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XhBR7-0005gE-8X for bug-gnustep@gnu.org; Thu, 23 Oct 2014 01:59:54 -0400 Received: from [2001:4830:134:6::a] (port=38243 helo=frontend.savannah.gnu.org) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XhBQm-0005Wt-EM; Thu, 23 Oct 2014 01:59:28 -0400 Received: from www-data by frontend.savannah.gnu.org with local (Exim 4.72) (envelope-from ) id 1XhBQm-0002rr-5S; Thu, 23 Oct 2014 05:59:28 +0000 Date: Thu, 23 Oct 2014 05:59:28 +0000 To: Fred Kiefer , Riccardo Mottola , Richard Frith-Macdonald , Yavor Doganov , bug-gnustep@gnu.org Subject: [bug #42717] Crash in -[NSBox(Private) calcSizesAllowingNegative:] X-PHP-Originating-Script: 0:sendmail.php From: Yavor Doganov X-Savane-Server: savannah.gnu.org:443 [140.186.70.70] MIME-Version: 1.0 Content-Type: text/plain;charset=UTF-8 X-Savane-Project: gnustep X-Savane-Tracker: bugs X-Savane-Item-ID: 42717 User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.120 Safari/537.36 X-Apparently-From: 46.10.101.102 (Savane authenticated user yavor) Message-Id: <20141023-085928.sv47215.96509@savannah.gnu.org> References: <20140709-164817.sv47215.40560@savannah.gnu.org> <20140709-213155.sv431.43019@savannah.gnu.org> <20140710-124235.sv47215.10628@savannah.gnu.org> <20140710-192620.sv47215.25939@savannah.gnu.org> <20140714-161104.sv47215.10170@savannah.gnu.org> <20140714-211658.sv47215.53496@savannah.gnu.org> <20140714-212713.sv431.26525@savannah.gnu.org> <20140715-005242.sv47215.85921@savannah.gnu.org> <20140719-154724.sv431.75671@savannah.gnu.org> <20140720-183047.sv47215.15205@savannah.gnu.org> <20140721-080447.sv431.48340@savannah.gnu.org> <20140721-114345.sv47215.6849@savannah.gnu.org> <20140721-084935.sv337.98912@savannah.gnu.org> <20140723-075727.sv431.97258@savannah.gnu.org> <20141022-223727.sv20620.68360@savannah.gnu.org> In-Reply-To: <20141022-223727.sv20620.68360@savannah.gnu.org> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:6::a X-BeenThere: bug-gnustep@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Bug reports for the GNUstep programming environment List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Oct 2014 06:00:00 -0000 Follow-up Comment #15, bug #42717 (project gnustep): Yes, this bug has been fixed. _______________________________________________________ Reply to this item at: _______________________________________________ Message sent via/by Savannah http://savannah.gnu.org/ From MAILER-DAEMON Thu Oct 23 02:40:22 2014 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1XhC4M-0006q9-Gb for mharc-bug-gnustep@gnu.org; Thu, 23 Oct 2014 02:40:22 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60812) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XhC4F-0006gs-AA for bug-gnustep@gnu.org; Thu, 23 Oct 2014 02:40:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XhC49-0001s6-SF for bug-gnustep@gnu.org; Thu, 23 Oct 2014 02:40:15 -0400 Received: from [2001:4830:134:6::a] (port=36133 helo=frontend.savannah.gnu.org) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XhC49-0001rw-Nq for bug-gnustep@gnu.org; Thu, 23 Oct 2014 02:40:09 -0400 Received: from www-data by frontend.savannah.gnu.org with local (Exim 4.72) (envelope-from ) id 1XhC49-00048U-DD; Thu, 23 Oct 2014 06:40:09 +0000 Date: Thu, 23 Oct 2014 06:40:09 +0000 To: Sergei Golovin , bug-gnustep@gnu.org Subject: [bug #43460] The class NSURLConnection needs to be tested more thoroughly X-PHP-Originating-Script: 0:sendmail.php From: Sergei Golovin X-Savane-Server: savannah.gnu.org:443 [140.186.70.70] MIME-Version: 1.0 Content-Type: text/plain;charset=UTF-8 X-Savane-Project: gnustep X-Savane-Tracker: bugs X-Savane-Item-ID: 43460 User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:32.0) Gecko/20100101 Firefox/32.0 X-Apparently-From: 85.26.165.149 (Savane authenticated user svg) Message-Id: <20141023-104008.sv48950.32341@savannah.gnu.org> References: In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:6::a X-BeenThere: bug-gnustep@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Bug reports for the GNUstep programming environment List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Oct 2014 06:40:20 -0000 URL: Summary: The class NSURLConnection needs to be tested more thoroughly Project: GNUstep Submitted by: svg Submitted on: Thu 23 Oct 2014 10:40:07 AM SAMT Category: Testsuite Severity: 3 - Normal Item Group: Change Request Status: None Privacy: Public Assigned to: None Open/Closed: Open Discussion Lock: Any _______________________________________________________ Details: The attached patch is a try to improve the base's test suite in that direction. It adds the directory Helpers which contains a bundle of classes helpful for testing (i hope not only of NSURLConnection). See the file Helpers/README for more information. It also adds the files test02.m, test03.m, test04.m and test05.m with tests of NSURLConnection within various contexts. The current base has a bug which prevents the test03.m from successful execution. The bug will be reported in another report. _______________________________________________________ File Attachments: ------------------------------------------------------- Date: Thu 23 Oct 2014 10:40:07 AM SAMT Name: base-test.patch.tar.gz Size: 22kB By: svg _______________________________________________________ Reply to this item at: _______________________________________________ Message sent via/by Savannah http://savannah.gnu.org/ From MAILER-DAEMON Thu Oct 23 02:50:35 2014 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1XhCEE-00032o-Oi for mharc-bug-gnustep@gnu.org; Thu, 23 Oct 2014 02:50:34 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34296) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XhCE6-00031Y-Q9 for bug-gnustep@gnu.org; Thu, 23 Oct 2014 02:50:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XhCDz-0004vD-4l for bug-gnustep@gnu.org; Thu, 23 Oct 2014 02:50:26 -0400 Received: from [2001:4830:134:6::a] (port=43904 helo=frontend.savannah.gnu.org) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XhCDy-0004v3-Od for bug-gnustep@gnu.org; Thu, 23 Oct 2014 02:50:19 -0400 Received: from www-data by frontend.savannah.gnu.org with local (Exim 4.72) (envelope-from ) id 1XhCDy-0004R6-Ek; Thu, 23 Oct 2014 06:50:18 +0000 Date: Thu, 23 Oct 2014 06:50:18 +0000 To: Sergei Golovin , bug-gnustep@gnu.org Subject: [bug #43461] A memory leak in the -[NSURLProtocol stream:handleEvent:] in the case of HTTPS X-PHP-Originating-Script: 0:sendmail.php From: Sergei Golovin X-Savane-Server: savannah.gnu.org:443 [140.186.70.70] MIME-Version: 1.0 Content-Type: text/plain;charset=UTF-8 X-Savane-Project: gnustep X-Savane-Tracker: bugs X-Savane-Item-ID: 43461 User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:32.0) Gecko/20100101 Firefox/32.0 X-Apparently-From: 85.26.165.149 (Savane authenticated user svg) Message-Id: <20141023-105017.sv48950.95524@savannah.gnu.org> References: In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:6::a X-BeenThere: bug-gnustep@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Bug reports for the GNUstep programming environment List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Oct 2014 06:50:32 -0000 URL: Summary: A memory leak in the -[NSURLProtocol stream:handleEvent:] in the case of HTTPS Project: GNUstep Submitted by: svg Submitted on: Thu 23 Oct 2014 10:50:17 AM SAMT Category: Base/Foundation Severity: 3 - Normal Item Group: Bug Status: None Privacy: Public Assigned to: None Open/Closed: Open Discussion Lock: Any _______________________________________________________ Details: The method -[NSURLPorotocol stream:handleEvent:] has runtime conditions when all _body's bytes are read and written and this state isn't checked: ------------------------------------------------------------ written = [this->output write: buffer maxLength: len]; if (written > 0) { if (_debug == YES) { NSLog(@"%@ wrote %d bytes: '%*.*s'", self, written, written, written, buffer); } len -= written; if (len > 0) { /* Couldn't write it all now, save and try * again later. */ _writeData = [[NSData alloc] initWithBytes: buffer + written length: len]; _writeOffset = 0; } // NOTE: here is no checking on (len == 0 and ![_body hasBytesAvailable]) } ------------------------------------------------------------ That means that the method's logic would wait for receiving another corresponding event (NSStreamEventHasSpaceAvailable) to execute the chunk of code clearing the _body and setting the flag 'sent' to YES: ------------------------------------------------------------ else { [_body close]; DESTROY(_body); sent = YES; } ------------------------------------------------------------ While it works well for HTTP because it receives enough events to leave _body closed, in the case of HTTPS it at least can leak memory and there is one scenario when the bug leads to hanging (for an unknown reason the TLSHandler supplies lesser events than when no handler is involved that is HTTP... you can observe it by inserting NSLog() at the start of code handling the NSStreamEventHasSpaceAvailable within the method and by changing in the attached test case the line: ------------------------------------------------------------ @"HTTPS", @"Protocol" ------------------------------------------------------------ to ------------------------------------------------------------ @"HTTP", @"Protocol" ------------------------------------------------------------ ). The hanging occurs when NSURLConnection tries to connect via HTTPS to a resource guarded from an unauthorized access and required some data to be uploaded as a part of the method POST. If NSURLConnection doesn't supply authentication details that resource responses with '401 Unauthorized'. It may happen when a user navigates the first time to the guarded resource (or the user may have cleared/lost their credentials store/cache). User's software usually shows the user a dialog to supply the details (e.g. a login/password form). The NSURLConnection has the second-try capability for this situation. It calls it's delegate for supplying a valid authentication challenge and requests the resource one more time with the authentication details from that challenge. So NSURLConnection does two request-response cycles in this case. The first one should end in '401'. The second cycle should end in a resulting response whatever it is. The bug leaves the _body in the described above state (open and no bytes available) after the first cycle. So it can't read the payload (and send it to the remote peer) on the second stage. REQUIRED #43460 to be applied. The attached test case tmp.m must be placed into the directory Tests/base/NSURLConnection. Also the possible fix is attached as _______________________________________________________ File Attachments: ------------------------------------------------------- Date: Thu 23 Oct 2014 10:50:17 AM SAMT Name: tmp.m Size: 3kB By: svg ------------------------------------------------------- Date: Thu 23 Oct 2014 10:50:17 AM SAMT Name: fix_NSURLProtocol.patch Size: 710B By: svg _______________________________________________________ Reply to this item at: _______________________________________________ Message sent via/by Savannah http://savannah.gnu.org/ From MAILER-DAEMON Thu Oct 23 02:54:09 2014 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1XhCHh-0004Ip-Pu for mharc-bug-gnustep@gnu.org; Thu, 23 Oct 2014 02:54:09 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34969) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XhCHa-0004Hh-TT for bug-gnustep@gnu.org; Thu, 23 Oct 2014 02:54:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XhCHV-0005zf-Fo for bug-gnustep@gnu.org; Thu, 23 Oct 2014 02:54:02 -0400 Received: from [2001:4830:134:6::a] (port=46189 helo=frontend.savannah.gnu.org) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XhCHV-0005zb-By for bug-gnustep@gnu.org; Thu, 23 Oct 2014 02:53:57 -0400 Received: from www-data by frontend.savannah.gnu.org with local (Exim 4.72) (envelope-from ) id 1XhCHV-0004Th-4V; Thu, 23 Oct 2014 06:53:57 +0000 Date: Thu, 23 Oct 2014 06:53:57 +0000 To: Sergei Golovin , bug-gnustep@gnu.org Subject: [bug #43461] A memory leak in the -[NSURLProtocol stream:handleEvent:] in the case of HTTPS X-PHP-Originating-Script: 0:sendmail.php From: Sergei Golovin X-Savane-Server: savannah.gnu.org:443 [140.186.70.70] MIME-Version: 1.0 Content-Type: text/plain;charset=UTF-8 X-Savane-Project: gnustep X-Savane-Tracker: bugs X-Savane-Item-ID: 43461 User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:32.0) Gecko/20100101 Firefox/32.0 X-Apparently-From: 85.26.165.149 (Savane authenticated user svg) Message-Id: <20141023-105356.sv48950.43820@savannah.gnu.org> References: <20141023-105017.sv48950.95524@savannah.gnu.org> In-Reply-To: <20141023-105017.sv48950.95524@savannah.gnu.org> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:6::a X-BeenThere: bug-gnustep@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Bug reports for the GNUstep programming environment List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Oct 2014 06:54:08 -0000 Follow-up Comment #1, bug #43461 (project gnustep): Also the possible fix is attached as fix_NSURLProtocol.patch _______________________________________________________ Reply to this item at: _______________________________________________ Message sent via/by Savannah http://savannah.gnu.org/ From MAILER-DAEMON Thu Oct 23 03:14:50 2014 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1XhCbi-0006r8-6n for mharc-bug-gnustep@gnu.org; Thu, 23 Oct 2014 03:14:50 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38544) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XhCbb-0006kG-R2 for bug-gnustep@gnu.org; Thu, 23 Oct 2014 03:14:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XhCbW-0004Nx-Du for bug-gnustep@gnu.org; Thu, 23 Oct 2014 03:14:43 -0400 Received: from [2001:4830:134:6::a] (port=56678 helo=frontend.savannah.gnu.org) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XhCbD-0004JN-O4; Thu, 23 Oct 2014 03:14:19 -0400 Received: from www-data by frontend.savannah.gnu.org with local (Exim 4.72) (envelope-from ) id 1XhCbD-00052F-56; Thu, 23 Oct 2014 07:14:19 +0000 Date: Thu, 23 Oct 2014 07:14:19 +0000 To: Fred Kiefer , Riccardo Mottola , Richard Frith-Macdonald , Yavor Doganov , bug-gnustep@gnu.org Subject: [bug #42717] Crash in -[NSBox(Private) calcSizesAllowingNegative:] X-PHP-Originating-Script: 0:sendmail.php From: Riccardo Mottola X-Savane-Server: savannah.gnu.org:443 [140.186.70.70] MIME-Version: 1.0 Content-Type: text/plain;charset=UTF-8 X-Savane-Project: gnustep X-Savane-Tracker: bugs X-Savane-Item-ID: 42717 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0 SeaMonkey/2.30 X-Apparently-From: 78.152.126.2 (Savane authenticated user rmottola) Message-Id: <20141023-071418.sv20620.64637@savannah.gnu.org> References: <20140709-164817.sv47215.40560@savannah.gnu.org> <20140709-213155.sv431.43019@savannah.gnu.org> <20140710-124235.sv47215.10628@savannah.gnu.org> <20140710-192620.sv47215.25939@savannah.gnu.org> <20140714-161104.sv47215.10170@savannah.gnu.org> <20140714-211658.sv47215.53496@savannah.gnu.org> <20140714-212713.sv431.26525@savannah.gnu.org> <20140715-005242.sv47215.85921@savannah.gnu.org> <20140719-154724.sv431.75671@savannah.gnu.org> <20140720-183047.sv47215.15205@savannah.gnu.org> <20140721-080447.sv431.48340@savannah.gnu.org> <20140721-114345.sv47215.6849@savannah.gnu.org> <20140721-084935.sv337.98912@savannah.gnu.org> <20140723-075727.sv431.97258@savannah.gnu.org> <20141022-223727.sv20620.68360@savannah.gnu.org> <20141023-085928.sv47215.96509@savannah.gnu.org> In-Reply-To: <20141023-085928.sv47215.96509@savannah.gnu.org> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:6::a X-BeenThere: bug-gnustep@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Bug reports for the GNUstep programming environment List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Oct 2014 07:14:49 -0000 Update of bug #42717 (project gnustep): Status: Ready For Test => Fixed Open/Closed: In Test => Closed _______________________________________________________ Reply to this item at: _______________________________________________ Message sent via/by Savannah http://savannah.gnu.org/ From MAILER-DAEMON Thu Oct 23 03:44:50 2014 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1XhD4k-0008Uj-Uk for mharc-bug-gnustep@gnu.org; Thu, 23 Oct 2014 03:44:50 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44037) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XhD4d-0008TJ-IN for bug-gnustep@gnu.org; Thu, 23 Oct 2014 03:44:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XhD4Y-0005iK-4p for bug-gnustep@gnu.org; Thu, 23 Oct 2014 03:44:43 -0400 Received: from [2001:4830:134:6::a] (port=36649 helo=frontend.savannah.gnu.org) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XhD4S-0005hC-CX; Thu, 23 Oct 2014 03:44:32 -0400 Received: from www-data by frontend.savannah.gnu.org with local (Exim 4.72) (envelope-from ) id 1XhD4S-0005lU-3Y; Thu, 23 Oct 2014 07:44:32 +0000 Date: Thu, 23 Oct 2014 07:44:32 +0000 To: Riccardo Mottola , bug-gnustep@gnu.org Subject: [bug #42504] [ProjectCenter] find panel does not work on standalone editors X-PHP-Originating-Script: 0:sendmail.php From: Riccardo Mottola X-Savane-Server: savannah.gnu.org:443 [140.186.70.70] MIME-Version: 1.0 Content-Type: text/plain;charset=UTF-8 X-Savane-Project: gnustep X-Savane-Tracker: bugs X-Savane-Item-ID: 42504 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0 SeaMonkey/2.30 X-Apparently-From: 78.152.126.2 (Savane authenticated user rmottola) Message-Id: <20141023-074431.sv20620.64374@savannah.gnu.org> References: <20140604-152700.sv20620.12155@savannah.gnu.org> <20140909-220705.sv20620.72345@savannah.gnu.org> In-Reply-To: <20140909-220705.sv20620.72345@savannah.gnu.org> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:6::a X-BeenThere: bug-gnustep@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Bug reports for the GNUstep programming environment List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Oct 2014 07:44:49 -0000 Update of bug #42504 (project gnustep): Status: In Progress => Fixed Open/Closed: Open => Closed _______________________________________________________ Reply to this item at: _______________________________________________ Message sent via/by Savannah http://savannah.gnu.org/ From MAILER-DAEMON Thu Oct 23 03:57:06 2014 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1XhDGc-0007XD-Uk for mharc-bug-gnustep@gnu.org; Thu, 23 Oct 2014 03:57:06 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46433) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XhDGU-0007Us-Nm for bug-gnustep@gnu.org; Thu, 23 Oct 2014 03:57:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XhDGP-00019M-9M for bug-gnustep@gnu.org; Thu, 23 Oct 2014 03:56:58 -0400 Received: from [2001:4830:134:6::a] (port=39810 helo=frontend.savannah.gnu.org) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XhDGH-00018S-Mh; Thu, 23 Oct 2014 03:56:45 -0400 Received: from www-data by frontend.savannah.gnu.org with local (Exim 4.72) (envelope-from ) id 1XhDGG-00069p-8l; Thu, 23 Oct 2014 07:56:44 +0000 Date: Thu, 23 Oct 2014 07:56:44 +0000 To: Riccardo Mottola , Fred Kiefer , Stef , bug-gnustep@gnu.org Subject: [bug #37186] Mouse wheel scrolling is slow X-PHP-Originating-Script: 0:sendmail.php From: Riccardo Mottola X-Savane-Server: savannah.gnu.org:443 [140.186.70.70] MIME-Version: 1.0 Content-Type: text/plain;charset=UTF-8 X-Savane-Project: gnustep X-Savane-Tracker: bugs X-Savane-Item-ID: 37186 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0 SeaMonkey/2.30 X-Apparently-From: 78.152.126.2 (Savane authenticated user rmottola) Message-Id: <20141023-075643.sv20620.15349@savannah.gnu.org> References: <20120825-000349.sv55709.67376@savannah.gnu.org> <20120826-191244.sv431.14690@savannah.gnu.org> <20120826-192614.sv55709.51239@savannah.gnu.org> In-Reply-To: <20120826-192614.sv55709.51239@savannah.gnu.org> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:6::a X-BeenThere: bug-gnustep@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Bug reports for the GNUstep programming environment List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Oct 2014 07:57:05 -0000 Follow-up Comment #3, bug #37186 (project gnustep): I will try to compare the same application on Mac, although I often use a trackpad there. I too noticed that there is some "slowness", but sometimes. For example if I use ProjectCenter and am inside an editor, I do a single scroll tick and just about one line scrolls up. If I open a text tocument in Ink it scrolls by the same amount, a bit less than one line in the standard Font Things seem to vary quite a bit. i was comparing Seamonkey browser (Firefox) between X11/GTk and Windows7 and I see they scroll differently. although in any case the amount is much larger. I checked Cocoa's NSEvent doc: NSScrollWheel The user manipulated the mouse’s scroll wheel. Use the NSEvent methods deltaX, deltaY, and deltaZ to find out how much it moved. If the mouse has no scroll wheel, this event is never generated. How is this delta calculated? I couldn't find evidence. _______________________________________________________ Reply to this item at: _______________________________________________ Message sent via/by Savannah http://savannah.gnu.org/ From MAILER-DAEMON Thu Oct 23 03:57:51 2014 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1XhDHL-00087n-CL for mharc-bug-gnustep@gnu.org; Thu, 23 Oct 2014 03:57:51 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46679) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XhDHB-0007wW-Uv for bug-gnustep@gnu.org; Thu, 23 Oct 2014 03:57:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XhDH5-0001qr-Ua for bug-gnustep@gnu.org; Thu, 23 Oct 2014 03:57:41 -0400 Received: from [2001:4830:134:6::a] (port=40073 helo=frontend.savannah.gnu.org) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XhDGz-0001o0-WA; Thu, 23 Oct 2014 03:57:30 -0400 Received: from www-data by frontend.savannah.gnu.org with local (Exim 4.72) (envelope-from ) id 1XhDGy-0006A8-Rk; Thu, 23 Oct 2014 07:57:28 +0000 Date: Thu, 23 Oct 2014 07:57:28 +0000 To: Riccardo Mottola , =?UTF-8?B?R2VybcOhbg==?= Arias , bug-gnustep@gnu.org Subject: [bug #36586] Submenu displayed in a wrong position with menu in-window X-PHP-Originating-Script: 0:sendmail.php From: Riccardo Mottola X-Savane-Server: savannah.gnu.org:443 [140.186.70.70] MIME-Version: 1.0 Content-Type: text/plain;charset=UTF-8 X-Savane-Project: gnustep X-Savane-Tracker: bugs X-Savane-Item-ID: 36586 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0 SeaMonkey/2.30 X-Apparently-From: 78.152.126.2 (Savane authenticated user rmottola) Message-Id: <20141023-075728.sv20620.5@savannah.gnu.org> References: <20120603-191209.sv72659.3682@savannah.gnu.org> <20120605-230004.sv72659.39247@savannah.gnu.org> <20120621-194928.sv72659.80875@savannah.gnu.org> <20120629-230304.sv72659.80579@savannah.gnu.org> <20120916-171008.sv72659.37644@savannah.gnu.org> <20120919-185413.sv72659.42777@savannah.gnu.org> <20120920-004101.sv72659.15469@savannah.gnu.org> <20121008-192210.sv72659.23171@savannah.gnu.org> <20130629-123940.sv72659.93869@savannah.gnu.org> In-Reply-To: <20130629-123940.sv72659.93869@savannah.gnu.org> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:6::a X-BeenThere: bug-gnustep@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Bug reports for the GNUstep programming environment List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Oct 2014 07:57:49 -0000 Update of bug #36586 (project gnustep): Status: None => Fixed Open/Closed: Open => Closed _______________________________________________________ Reply to this item at: _______________________________________________ Message sent via/by Savannah http://savannah.gnu.org/ From MAILER-DAEMON Thu Oct 23 03:57:59 2014 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1XhDHT-0008Jd-H2 for mharc-bug-gnustep@gnu.org; Thu, 23 Oct 2014 03:57:59 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46792) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XhDHL-00088F-Ju for bug-gnustep@gnu.org; Thu, 23 Oct 2014 03:57:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XhDHF-0001va-SZ for bug-gnustep@gnu.org; Thu, 23 Oct 2014 03:57:51 -0400 Received: from [2001:4830:134:6::a] (port=40150 helo=frontend.savannah.gnu.org) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XhDH8-0001sD-QD; Thu, 23 Oct 2014 03:57:38 -0400 Received: from www-data by frontend.savannah.gnu.org with local (Exim 4.72) (envelope-from ) id 1XhDH8-0006Ac-J9; Thu, 23 Oct 2014 07:57:38 +0000 Date: Thu, 23 Oct 2014 07:57:38 +0000 To: Riccardo Mottola , bug-gnustep@gnu.org Subject: [bug #42131] [Gorm] smartness in working with connections X-PHP-Originating-Script: 0:sendmail.php From: Riccardo Mottola X-Savane-Server: savannah.gnu.org:443 [140.186.70.70] MIME-Version: 1.0 Content-Type: text/plain;charset=UTF-8 X-Savane-Project: gnustep X-Savane-Tracker: bugs X-Savane-Item-ID: 42131 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0 SeaMonkey/2.30 X-Apparently-From: 78.152.126.2 (Savane authenticated user rmottola) Message-Id: <20141023-075738.sv20620.32033@savannah.gnu.org> References: <20140416-213436.sv20620.5651@savannah.gnu.org> In-Reply-To: <20140416-213436.sv20620.5651@savannah.gnu.org> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:6::a X-BeenThere: bug-gnustep@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Bug reports for the GNUstep programming environment List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Oct 2014 07:57:59 -0000 Update of bug #42131 (project gnustep): Summary: smartness in working with connections => [Gorm] smartness in working with connections _______________________________________________________ Reply to this item at: _______________________________________________ Message sent via/by Savannah http://savannah.gnu.org/ From MAILER-DAEMON Thu Oct 23 03:58:38 2014 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1XhDI6-0000DT-Rf for mharc-bug-gnustep@gnu.org; Thu, 23 Oct 2014 03:58:38 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47010) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XhDI0-0000D1-9h for bug-gnustep@gnu.org; Thu, 23 Oct 2014 03:58:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XhDHu-00022Y-S9 for bug-gnustep@gnu.org; Thu, 23 Oct 2014 03:58:32 -0400 Received: from [2001:4830:134:6::a] (port=40434 helo=frontend.savannah.gnu.org) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XhDHo-00021t-VS; Thu, 23 Oct 2014 03:58:20 -0400 Received: from www-data by frontend.savannah.gnu.org with local (Exim 4.72) (envelope-from ) id 1XhDHo-0006Az-ON; Thu, 23 Oct 2014 07:58:20 +0000 Date: Thu, 23 Oct 2014 07:58:20 +0000 To: Riccardo Mottola , bug-gnustep@gnu.org Subject: [bug #38604] [GWorkspace] during move to trash pause does not work X-PHP-Originating-Script: 0:sendmail.php From: Riccardo Mottola X-Savane-Server: savannah.gnu.org:443 [140.186.70.70] MIME-Version: 1.0 Content-Type: text/plain;charset=UTF-8 X-Savane-Project: gnustep X-Savane-Tracker: bugs X-Savane-Item-ID: 38604 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0 SeaMonkey/2.30 X-Apparently-From: 78.152.126.2 (Savane authenticated user rmottola) Message-Id: <20141023-075820.sv20620.84550@savannah.gnu.org> References: <20130327-082853.sv20620.96572@savannah.gnu.org> <20140527-122123.sv20620.34981@savannah.gnu.org> In-Reply-To: <20140527-122123.sv20620.34981@savannah.gnu.org> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:6::a X-BeenThere: bug-gnustep@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Bug reports for the GNUstep programming environment List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Oct 2014 07:58:37 -0000 Update of bug #38604 (project gnustep): Status: None => Ready For Test Open/Closed: Open => In Test _______________________________________________________ Reply to this item at: _______________________________________________ Message sent via/by Savannah http://savannah.gnu.org/ From MAILER-DAEMON Thu Oct 23 04:11:34 2014 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1XhDUc-0007aC-Ao for mharc-bug-gnustep@gnu.org; Thu, 23 Oct 2014 04:11:34 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50372) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XhDUV-0007Z9-U9 for bug-gnustep@gnu.org; Thu, 23 Oct 2014 04:11:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XhDUQ-0006Xt-GH for bug-gnustep@gnu.org; Thu, 23 Oct 2014 04:11:27 -0400 Received: from [2001:4830:134:6::a] (port=44997 helo=frontend.savannah.gnu.org) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XhDUK-0006WS-Jd; Thu, 23 Oct 2014 04:11:16 -0400 Received: from www-data by frontend.savannah.gnu.org with local (Exim 4.72) (envelope-from ) id 1XhDUK-0006dt-F7; Thu, 23 Oct 2014 08:11:16 +0000 Date: Thu, 23 Oct 2014 08:11:16 +0000 To: Riccardo Mottola , bug-gnustep@gnu.org Subject: [bug #30874] cosmetic problem with the theme changing panel X-PHP-Originating-Script: 0:sendmail.php From: Riccardo Mottola X-Savane-Server: savannah.gnu.org:443 [140.186.70.70] MIME-Version: 1.0 Content-Type: text/plain;charset=UTF-8 X-Savane-Project: gnustep X-Savane-Tracker: bugs X-Savane-Item-ID: 30874 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0 SeaMonkey/2.30 X-Apparently-From: 78.152.126.2 (Savane authenticated user rmottola) Message-Id: <20141023-081115.sv20620.39844@savannah.gnu.org> References: <20100825-153954.sv20620.69825@savannah.gnu.org> In-Reply-To: <20100825-153954.sv20620.69825@savannah.gnu.org> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:6::a X-BeenThere: bug-gnustep@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Bug reports for the GNUstep programming environment List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Oct 2014 08:11:33 -0000 Update of bug #30874 (project gnustep): Status: None => Fixed _______________________________________________________ Reply to this item at: _______________________________________________ Message sent via/by Savannah http://savannah.gnu.org/ From MAILER-DAEMON Thu Oct 23 04:15:42 2014 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1XhDYc-0000wY-8A for mharc-bug-gnustep@gnu.org; Thu, 23 Oct 2014 04:15:42 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51342) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XhDYV-0000wQ-8Q for bug-gnustep@gnu.org; Thu, 23 Oct 2014 04:15:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XhDYP-00006Y-DX for bug-gnustep@gnu.org; Thu, 23 Oct 2014 04:15:35 -0400 Received: from [2001:4830:134:6::a] (port=46500 helo=frontend.savannah.gnu.org) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XhDYJ-000053-K5; Thu, 23 Oct 2014 04:15:23 -0400 Received: from www-data by frontend.savannah.gnu.org with local (Exim 4.72) (envelope-from ) id 1XhDYJ-0006no-DR; Thu, 23 Oct 2014 08:15:23 +0000 Date: Thu, 23 Oct 2014 08:15:23 +0000 To: Riccardo Mottola , Andy Van Ness , bug-gnustep@gnu.org Subject: [bug #31830] Segfault in +[NSObject initialize] X-PHP-Originating-Script: 0:sendmail.php From: Riccardo Mottola X-Savane-Server: savannah.gnu.org:443 [140.186.70.70] MIME-Version: 1.0 Content-Type: text/plain;charset=UTF-8 X-Savane-Project: gnustep X-Savane-Tracker: bugs X-Savane-Item-ID: 31830 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0 SeaMonkey/2.30 X-Apparently-From: 78.152.126.2 (Savane authenticated user rmottola) Message-Id: <20141023-081523.sv20620.87659@savannah.gnu.org> References: <20101209-043413.sv81040.50140@savannah.gnu.org> <20140910-220458.sv20620.69104@savannah.gnu.org> In-Reply-To: <20140910-220458.sv20620.69104@savannah.gnu.org> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:6::a X-BeenThere: bug-gnustep@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Bug reports for the GNUstep programming environment List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Oct 2014 08:15:40 -0000 Update of bug #31830 (project gnustep): Status: None => Invalid Open/Closed: Open => Closed _______________________________________________________ Reply to this item at: _______________________________________________ Message sent via/by Savannah http://savannah.gnu.org/ From MAILER-DAEMON Thu Oct 23 04:16:45 2014 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1XhDZd-00013J-FG for mharc-bug-gnustep@gnu.org; Thu, 23 Oct 2014 04:16:45 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51567) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XhDZX-00012H-4D for bug-gnustep@gnu.org; Thu, 23 Oct 2014 04:16:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XhDZR-0000Fo-NI for bug-gnustep@gnu.org; Thu, 23 Oct 2014 04:16:39 -0400 Received: from [2001:4830:134:6::a] (port=46937 helo=frontend.savannah.gnu.org) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XhDZL-0000ED-Sz; Thu, 23 Oct 2014 04:16:27 -0400 Received: from www-data by frontend.savannah.gnu.org with local (Exim 4.72) (envelope-from ) id 1XhDZI-0006ot-6h; Thu, 23 Oct 2014 08:16:24 +0000 Date: Thu, 23 Oct 2014 08:16:24 +0000 To: Riccardo Mottola , Fred Kiefer , Austin C , bug-gnustep@gnu.org Subject: [bug #33397] -[NSTextStorage paragraphs] Not Implemented X-PHP-Originating-Script: 0:sendmail.php From: Riccardo Mottola X-Savane-Server: savannah.gnu.org:443 [140.186.70.70] MIME-Version: 1.0 Content-Type: text/plain;charset=UTF-8 X-Savane-Project: gnustep X-Savane-Tracker: bugs X-Savane-Item-ID: 33397 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0 SeaMonkey/2.30 X-Apparently-From: 78.152.126.2 (Savane authenticated user rmottola) Message-Id: <20141023-081623.sv20620.15607@savannah.gnu.org> References: <20110525-085141.sv82902.33658@savannah.gnu.org> <20110527-201535.sv431.49207@savannah.gnu.org> In-Reply-To: <20110527-201535.sv431.49207@savannah.gnu.org> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:6::a X-BeenThere: bug-gnustep@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Bug reports for the GNUstep programming environment List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Oct 2014 08:16:44 -0000 Update of bug #33397 (project gnustep): Item Group: None => Change Request _______________________________________________________ Reply to this item at: _______________________________________________ Message sent via/by Savannah http://savannah.gnu.org/ From MAILER-DAEMON Thu Oct 23 04:17:21 2014 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1XhDaD-00016s-K0 for mharc-bug-gnustep@gnu.org; Thu, 23 Oct 2014 04:17:21 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51742) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XhDa7-00016k-3A for bug-gnustep@gnu.org; Thu, 23 Oct 2014 04:17:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XhDa1-0000QX-L7 for bug-gnustep@gnu.org; Thu, 23 Oct 2014 04:17:15 -0400 Received: from [2001:4830:134:6::a] (port=47139 helo=frontend.savannah.gnu.org) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XhDZv-0000Pa-Sa; Thu, 23 Oct 2014 04:17:03 -0400 Received: from www-data by frontend.savannah.gnu.org with local (Exim 4.72) (envelope-from ) id 1XhDZu-0006pB-Iu; Thu, 23 Oct 2014 08:17:02 +0000 Date: Thu, 23 Oct 2014 08:17:02 +0000 To: Riccardo Mottola , Ivan =?UTF-8?B?VnXEjWljYQ==?= , bug-gnustep@gnu.org Subject: [bug #33094] [Gorm] Document window should additionally represent objects in an outline view X-PHP-Originating-Script: 0:sendmail.php From: Riccardo Mottola X-Savane-Server: savannah.gnu.org:443 [140.186.70.70] MIME-Version: 1.0 Content-Type: text/plain;charset=UTF-8 X-Savane-Project: gnustep X-Savane-Tracker: bugs X-Savane-Item-ID: 33094 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0 SeaMonkey/2.30 X-Apparently-From: 78.152.126.2 (Savane authenticated user rmottola) Message-Id: <20141023-081702.sv20620.82311@savannah.gnu.org> References: <20110415-194007.sv82476.93600@savannah.gnu.org> In-Reply-To: <20110415-194007.sv82476.93600@savannah.gnu.org> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:6::a X-BeenThere: bug-gnustep@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Bug reports for the GNUstep programming environment List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Oct 2014 08:17:20 -0000 Update of bug #33094 (project gnustep): Summary: Document window should additionally represent objects in an outline view => [Gorm] Document window should additionally represent objects in an outline view _______________________________________________________ Reply to this item at: _______________________________________________ Message sent via/by Savannah http://savannah.gnu.org/ From MAILER-DAEMON Thu Oct 23 04:41:52 2014 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1XhDxw-0000Fm-0F for mharc-bug-gnustep@gnu.org; Thu, 23 Oct 2014 04:41:52 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55985) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XhDxp-00006I-LC for bug-gnustep@gnu.org; Thu, 23 Oct 2014 04:41:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XhDxj-0000Ap-U1 for bug-gnustep@gnu.org; Thu, 23 Oct 2014 04:41:45 -0400 Received: from [2001:4830:134:6::a] (port=50684 helo=frontend.savannah.gnu.org) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XhDxd-00009T-GS; Thu, 23 Oct 2014 04:41:33 -0400 Received: from www-data by frontend.savannah.gnu.org with local (Exim 4.72) (envelope-from ) id 1XhDxd-0007Tu-4y; Thu, 23 Oct 2014 08:41:33 +0000 Date: Thu, 23 Oct 2014 08:41:33 +0000 To: Riccardo Mottola , Derek Fawcus , bug-gnustep@gnu.org Subject: [bug #30560] Help key behaviour matches neither OSX nor OPENSTEP X-PHP-Originating-Script: 0:sendmail.php From: Riccardo Mottola X-Savane-Server: savannah.gnu.org:443 [140.186.70.70] MIME-Version: 1.0 Content-Type: text/plain;charset=UTF-8 X-Savane-Project: gnustep X-Savane-Tracker: bugs X-Savane-Item-ID: 30560 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0 SeaMonkey/2.30 X-Apparently-From: 78.152.126.2 (Savane authenticated user rmottola) Message-Id: <20141023-084132.sv20620.69554@savannah.gnu.org> References: <20100727-091257.sv66396.85@savannah.gnu.org> <20100727-102151.sv66396.25707@savannah.gnu.org> <20100727-234010.sv66396.66511@savannah.gnu.org> In-Reply-To: <20100727-234010.sv66396.66511@savannah.gnu.org> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:6::a X-BeenThere: bug-gnustep@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Bug reports for the GNUstep programming environment List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Oct 2014 08:41:51 -0000 Follow-up Comment #3, bug #30560 (project gnustep): What is the exact bug here? is it still about help or generally about key masks in events ? In case please open a specific bug. _______________________________________________________ Reply to this item at: _______________________________________________ Message sent via/by Savannah http://savannah.gnu.org/ From MAILER-DAEMON Thu Oct 23 04:45:50 2014 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1XhE1m-00027u-DJ for mharc-bug-gnustep@gnu.org; Thu, 23 Oct 2014 04:45:50 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56547) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XhE1f-00026m-V0 for bug-gnustep@gnu.org; Thu, 23 Oct 2014 04:45:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XhE1Z-0001Wv-7F for bug-gnustep@gnu.org; Thu, 23 Oct 2014 04:45:43 -0400 Received: from [2001:4830:134:6::a] (port=51817 helo=frontend.savannah.gnu.org) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XhE1S-0001VO-Rl; Thu, 23 Oct 2014 04:45:30 -0400 Received: from www-data by frontend.savannah.gnu.org with local (Exim 4.72) (envelope-from ) id 1XhE1R-0007bw-GG; Thu, 23 Oct 2014 08:45:29 +0000 Date: Thu, 23 Oct 2014 08:45:29 +0000 To: Riccardo Mottola , Chris Armstrong , Jonathan Gillaspie , bug-gnustep@gnu.org Subject: [bug #27088] Menu Appearance under NSWindows95InterfaceStyle X-PHP-Originating-Script: 0:sendmail.php From: Riccardo Mottola X-Savane-Server: savannah.gnu.org:443 [140.186.70.70] MIME-Version: 1.0 Content-Type: text/plain;charset=UTF-8 X-Savane-Project: gnustep X-Savane-Tracker: bugs X-Savane-Item-ID: 27088 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0 SeaMonkey/2.30 X-Apparently-From: 78.152.126.2 (Savane authenticated user rmottola) Message-Id: <20141023-084529.sv20620.79200@savannah.gnu.org> References: <20090723-181842.sv73325.10616@savannah.gnu.org> <20090724-105545.sv20620.57567@savannah.gnu.org> <20100114-005509.sv46466.49359@savannah.gnu.org> <20100114-062320.sv46466.90953@savannah.gnu.org> <20100118-103623.sv46466.4929@savannah.gnu.org> In-Reply-To: <20100118-103623.sv46466.4929@savannah.gnu.org> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:6::a X-BeenThere: bug-gnustep@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Bug reports for the GNUstep programming environment List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Oct 2014 08:45:49 -0000 Follow-up Comment #5, bug #27088 (project gnustep): There have been several improvements in in-window menus. First there were fixed, then we also stopped migrating menus. Could the original poster see if the behaviour is now better for him? Especially on Windows with native menus they work quite reliably. _______________________________________________________ Reply to this item at: _______________________________________________ Message sent via/by Savannah http://savannah.gnu.org/ From MAILER-DAEMON Thu Oct 23 13:27:56 2014 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1XhMB2-000814-5a for mharc-bug-gnustep@gnu.org; Thu, 23 Oct 2014 13:27:56 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37903) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XhMAu-00080U-Mm for bug-gnustep@gnu.org; Thu, 23 Oct 2014 13:27:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XhMAp-0007ZK-8v for bug-gnustep@gnu.org; Thu, 23 Oct 2014 13:27:48 -0400 Received: from [2001:4830:134:6::a] (port=36130 helo=frontend.savannah.gnu.org) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XhMAp-0007ZE-5z for bug-gnustep@gnu.org; Thu, 23 Oct 2014 13:27:43 -0400 Received: from www-data by frontend.savannah.gnu.org with local (Exim 4.72) (envelope-from ) id 1XhMAo-00051j-KI; Thu, 23 Oct 2014 17:27:42 +0000 Date: Thu, 23 Oct 2014 17:27:42 +0000 To: =?UTF-8?B?R2VybcOhbg==?= Arias , bug-gnustep@gnu.org Subject: [bug #43454] Problem with Continuous Spell Checking X-PHP-Originating-Script: 0:sendmail.php From: =?UTF-8?B?R2VybcOhbg==?= Arias X-Savane-Server: savannah.gnu.org:443 [140.186.70.70] MIME-Version: 1.0 Content-Type: text/plain;charset=UTF-8 X-Savane-Project: gnustep X-Savane-Tracker: bugs X-Savane-Item-ID: 43454 User-Agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Firefox/31.0 X-Apparently-From: 190.56.52.6 (Savane authenticated user espectador) Message-Id: <20141023-112741.sv72659.46460@savannah.gnu.org> References: <20141021-122517.sv72659.11245@savannah.gnu.org> In-Reply-To: <20141021-122517.sv72659.11245@savannah.gnu.org> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:6::a X-BeenThere: bug-gnustep@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Bug reports for the GNUstep programming environment List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Oct 2014 17:27:54 -0000 Follow-up Comment #1, bug #43454 (project gnustep): The problem is the while loop in _generateGlyphsUpToGlyph: (NSLayoutManager), which run indefinitely. However I need further investigation to find why this happen. _______________________________________________________ Reply to this item at: _______________________________________________ Mensaje enviado vía/por Savannah http://savannah.gnu.org/ From MAILER-DAEMON Thu Oct 23 17:53:56 2014 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1XhQKS-0005xT-Es for mharc-bug-gnustep@gnu.org; Thu, 23 Oct 2014 17:53:56 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35358) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XhQKL-0005wF-45 for bug-gnustep@gnu.org; Thu, 23 Oct 2014 17:53:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XhQKF-000398-Ma for bug-gnustep@gnu.org; Thu, 23 Oct 2014 17:53:49 -0400 Received: from [2001:4830:134:6::a] (port=59559 helo=frontend.savannah.gnu.org) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XhQK9-00033e-67; Thu, 23 Oct 2014 17:53:37 -0400 Received: from www-data by frontend.savannah.gnu.org with local (Exim 4.72) (envelope-from ) id 1XhQK8-0003yM-2q; Thu, 23 Oct 2014 21:53:36 +0000 Date: Thu, 23 Oct 2014 21:53:36 +0000 To: Riccardo Mottola , Fred Kiefer , Stef , bug-gnustep@gnu.org Subject: [bug #37186] Mouse wheel scrolling is slow X-PHP-Originating-Script: 0:sendmail.php From: Riccardo Mottola X-Savane-Server: savannah.gnu.org:443 [140.186.70.70] MIME-Version: 1.0 Content-Type: text/plain;charset=UTF-8 X-Savane-Project: gnustep X-Savane-Tracker: bugs X-Savane-Item-ID: 37186 User-Agent: Mozilla/5.0 (Macintosh; PPC Mac OS X 10.4; rv:31.0) Gecko/20100101 Firefox/31.0 TenFourFox/7450 X-Apparently-From: 151.55.152.173 (Savane authenticated user rmottola) Message-Id: <20141023-215335.sv20620.66521@savannah.gnu.org> References: <20120825-000349.sv55709.67376@savannah.gnu.org> <20120826-191244.sv431.14690@savannah.gnu.org> <20120826-192614.sv55709.51239@savannah.gnu.org> <20141023-075643.sv20620.15349@savannah.gnu.org> In-Reply-To: <20141023-075643.sv20620.15349@savannah.gnu.org> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:6::a X-BeenThere: bug-gnustep@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Bug reports for the GNUstep programming environment List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Oct 2014 21:53:54 -0000 Follow-up Comment #4, bug #37186 (project gnustep): I tried to compare things on the Mac by checking what different Applications do (XCode editor, TextEdit and GNUMail) A single mouse tick is slow as on GNUstep, actually, perhaps even a bit less in pixel terms. 4-5 pixels perhaps. However scrolling then gets fast. I suppose there is some sort of acceleration that after a couple of ticks _______________________________________________________ Reply to this item at: _______________________________________________ Message sent via/by Savannah http://savannah.gnu.org/ From MAILER-DAEMON Thu Oct 23 18:07:28 2014 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1XhQXY-0000XS-8t for mharc-bug-gnustep@gnu.org; Thu, 23 Oct 2014 18:07:28 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37190) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XhQXR-0000WM-MV for bug-gnustep@gnu.org; Thu, 23 Oct 2014 18:07:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XhQXM-0003s9-4o for bug-gnustep@gnu.org; Thu, 23 Oct 2014 18:07:21 -0400 Received: from [2001:4830:134:6::a] (port=34453 helo=frontend.savannah.gnu.org) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XhQXA-0003j0-DD; Thu, 23 Oct 2014 18:07:04 -0400 Received: from www-data by frontend.savannah.gnu.org with local (Exim 4.72) (envelope-from ) id 1XhQX7-0004MG-9O; Thu, 23 Oct 2014 22:07:01 +0000 Date: Thu, 23 Oct 2014 22:07:01 +0000 To: Riccardo Mottola , Richard Frith-Macdonald , =?UTF-8?B?R2VybcOhbg==?= Arias , julian , bug-gnustep@gnu.org Subject: [bug #34777] NSMacintoshInterfaceStyle fails to put menues into the main window X-PHP-Originating-Script: 0:sendmail.php From: Riccardo Mottola X-Savane-Server: savannah.gnu.org:443 [140.186.70.70] MIME-Version: 1.0 Content-Type: text/plain;charset=UTF-8 X-Savane-Project: gnustep X-Savane-Tracker: bugs X-Savane-Item-ID: 34777 User-Agent: Mozilla/5.0 (Macintosh; PPC Mac OS X 10.4; rv:31.0) Gecko/20100101 Firefox/31.0 TenFourFox/7450 X-Apparently-From: 151.55.152.173 (Savane authenticated user rmottola) Message-Id: <20141023-220700.sv20620.2457@savannah.gnu.org> References: <20111108-162049.sv83368.54075@savannah.gnu.org> <20111109-062823.sv337.85230@savannah.gnu.org> <20111109-121330.sv83368.55455@savannah.gnu.org> <20111109-134221.sv83368.10022@savannah.gnu.org> <20111109-142243.sv83368.54175@savannah.gnu.org> <20111109-143916.sv337.12633@savannah.gnu.org> <20111109-151034.sv83368.16630@savannah.gnu.org> <20111109-115049.sv72659.69403@savannah.gnu.org> <20111109-175617.sv83368.59528@savannah.gnu.org> <20111109-175946.sv83368.19737@savannah.gnu.org> <20111109-180908.sv83368.82938@savannah.gnu.org> <20111109-181000.sv83368.74755@savannah.gnu.org> <20111114-160312.sv83368.87256@savannah.gnu.org> <20111114-191355.sv72659.62312@savannah.gnu.org> <20111115-012352.sv83368.86975@savannah.gnu.org> <20111114-225358.sv72659.66302@savannah.gnu.org> <20111115-235005.sv83368.91626@savannah.gnu.org> In-Reply-To: <20111115-235005.sv83368.91626@savannah.gnu.org> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:6::a X-BeenThere: bug-gnustep@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Bug reports for the GNUstep programming environment List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Oct 2014 22:07:27 -0000 Follow-up Comment #17, bug #34777 (project gnustep): How is the situation of this now? Without a sample app we cannot reproduce. Since 2011 the rules of assignment of mac and in-window menus changed. NSMacintoshInterfaceStyle never puts menus in the main window, as the bug title may suggest. So at best you should state what the current problem is. _______________________________________________________ Reply to this item at: _______________________________________________ Message sent via/by Savannah http://savannah.gnu.org/ From MAILER-DAEMON Fri Oct 24 04:55:26 2014 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1Xhaec-0007X6-Az for mharc-bug-gnustep@gnu.org; Fri, 24 Oct 2014 04:55:26 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45689) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XhaeV-0007WU-FB for bug-gnustep@gnu.org; Fri, 24 Oct 2014 04:55:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XhaeQ-0001LE-0c for bug-gnustep@gnu.org; Fri, 24 Oct 2014 04:55:19 -0400 Received: from [2001:4830:134:6::a] (port=47712 helo=frontend.savannah.gnu.org) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XhaeA-0000x5-Tf; Fri, 24 Oct 2014 04:54:58 -0400 Received: from www-data by frontend.savannah.gnu.org with local (Exim 4.72) (envelope-from ) id 1Xhae7-0000lf-Jf; Fri, 24 Oct 2014 08:54:55 +0000 Date: Fri, 24 Oct 2014 08:54:55 +0000 To: Riccardo Mottola , Richard Frith-Macdonald , =?UTF-8?B?R2VybcOhbg==?= Arias , julian , bug-gnustep@gnu.org Subject: [bug #34777] NSMacintoshInterfaceStyle fails to put menues into the main window X-PHP-Originating-Script: 0:sendmail.php From: julian X-Savane-Server: savannah.gnu.org:443 [140.186.70.70] MIME-Version: 1.0 Content-Type: text/plain;charset=UTF-8 X-Savane-Project: gnustep X-Savane-Tracker: bugs X-Savane-Item-ID: 34777 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10) AppleWebKit/600.1.25 (KHTML, like Gecko) Version/8.0 Safari/600.1.25 X-Apparently-From: 62.218.66.68 (Savane authenticated user julian_) Message-Id: <20141024-085455.sv83368.36444@savannah.gnu.org> References: <20111108-162049.sv83368.54075@savannah.gnu.org> <20111109-062823.sv337.85230@savannah.gnu.org> <20111109-121330.sv83368.55455@savannah.gnu.org> <20111109-134221.sv83368.10022@savannah.gnu.org> <20111109-142243.sv83368.54175@savannah.gnu.org> <20111109-143916.sv337.12633@savannah.gnu.org> <20111109-151034.sv83368.16630@savannah.gnu.org> <20111109-115049.sv72659.69403@savannah.gnu.org> <20111109-175617.sv83368.59528@savannah.gnu.org> <20111109-175946.sv83368.19737@savannah.gnu.org> <20111109-180908.sv83368.82938@savannah.gnu.org> <20111109-181000.sv83368.74755@savannah.gnu.org> <20111114-160312.sv83368.87256@savannah.gnu.org> <20111114-191355.sv72659.62312@savannah.gnu.org> <20111115-012352.sv83368.86975@savannah.gnu.org> <20111114-225358.sv72659.66302@savannah.gnu.org> <20111115-235005.sv83368.91626@savannah.gnu.org> <20141023-220700.sv20620.2457@savannah.gnu.org> In-Reply-To: <20141023-220700.sv20620.2457@savannah.gnu.org> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:6::a X-BeenThere: bug-gnustep@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Bug reports for the GNUstep programming environment List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Oct 2014 08:55:25 -0000 Follow-up Comment #18, bug #34777 (project gnustep): sorry i don't have a reduction of this anymore. just close the report it is most likely fixed and if not a new bug will be opened. _______________________________________________________ Reply to this item at: _______________________________________________ Nachricht gesendet von/durch Savannah http://savannah.gnu.org/ From MAILER-DAEMON Fri Oct 24 05:02:16 2014 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1XhalE-0003To-6K for mharc-bug-gnustep@gnu.org; Fri, 24 Oct 2014 05:02:16 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46989) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xhal7-0003LU-F8 for bug-gnustep@gnu.org; Fri, 24 Oct 2014 05:02:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xhal1-0003Un-S7 for bug-gnustep@gnu.org; Fri, 24 Oct 2014 05:02:09 -0400 Received: from [2001:4830:134:6::a] (port=48379 helo=frontend.savannah.gnu.org) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xhakp-0003Qp-Qy; Fri, 24 Oct 2014 05:01:51 -0400 Received: from www-data by frontend.savannah.gnu.org with local (Exim 4.72) (envelope-from ) id 1Xhakn-000100-NB; Fri, 24 Oct 2014 09:01:49 +0000 Date: Fri, 24 Oct 2014 09:01:49 +0000 To: Riccardo Mottola , Richard Frith-Macdonald , =?UTF-8?B?R2VybcOhbg==?= Arias , julian , bug-gnustep@gnu.org Subject: [bug #34777] NSMacintoshInterfaceStyle fails to put menues into the main window X-PHP-Originating-Script: 0:sendmail.php From: Riccardo Mottola X-Savane-Server: savannah.gnu.org:443 [140.186.70.70] MIME-Version: 1.0 Content-Type: text/plain;charset=UTF-8 X-Savane-Project: gnustep X-Savane-Tracker: bugs X-Savane-Item-ID: 34777 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0 SeaMonkey/2.30 X-Apparently-From: 78.152.126.2 (Savane authenticated user rmottola) Message-Id: <20141024-090149.sv20620.16052@savannah.gnu.org> References: <20111108-162049.sv83368.54075@savannah.gnu.org> <20111109-062823.sv337.85230@savannah.gnu.org> <20111109-121330.sv83368.55455@savannah.gnu.org> <20111109-134221.sv83368.10022@savannah.gnu.org> <20111109-142243.sv83368.54175@savannah.gnu.org> <20111109-143916.sv337.12633@savannah.gnu.org> <20111109-151034.sv83368.16630@savannah.gnu.org> <20111109-115049.sv72659.69403@savannah.gnu.org> <20111109-175617.sv83368.59528@savannah.gnu.org> <20111109-175946.sv83368.19737@savannah.gnu.org> <20111109-180908.sv83368.82938@savannah.gnu.org> <20111109-181000.sv83368.74755@savannah.gnu.org> <20111114-160312.sv83368.87256@savannah.gnu.org> <20111114-191355.sv72659.62312@savannah.gnu.org> <20111115-012352.sv83368.86975@savannah.gnu.org> <20111114-225358.sv72659.66302@savannah.gnu.org> <20111115-235005.sv83368.91626@savannah.gnu.org> <20141023-220700.sv20620.2457@savannah.gnu.org> <20141024-085455.sv83368.36444@savannah.gnu.org> In-Reply-To: <20141024-085455.sv83368.36444@savannah.gnu.org> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:6::a X-BeenThere: bug-gnustep@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Bug reports for the GNUstep programming environment List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Oct 2014 09:02:15 -0000 Update of bug #34777 (project gnustep): Status: None => Works For Me Open/Closed: Open => Closed _______________________________________________________ Reply to this item at: _______________________________________________ Message sent via/by Savannah http://savannah.gnu.org/ From MAILER-DAEMON Sun Oct 26 02:36:38 2014 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1XiHRO-00008w-NQ for mharc-bug-gnustep@gnu.org; Sun, 26 Oct 2014 02:36:38 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39468) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XiHRI-00006S-15 for bug-gnustep@gnu.org; Sun, 26 Oct 2014 02:36:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XiHRC-00063U-Ju for bug-gnustep@gnu.org; Sun, 26 Oct 2014 02:36:31 -0400 Received: from [2001:4830:134:6::a] (port=57478 helo=frontend.savannah.gnu.org) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XiHRC-00063Q-Gz for bug-gnustep@gnu.org; Sun, 26 Oct 2014 02:36:26 -0400 Received: from www-data by frontend.savannah.gnu.org with local (Exim 4.72) (envelope-from ) id 1XiHRB-0006Lx-HF; Sun, 26 Oct 2014 06:36:25 +0000 Date: Sun, 26 Oct 2014 06:36:25 +0000 To: =?UTF-8?B?R2VybcOhbg==?= Arias , bug-gnustep@gnu.org Subject: [bug #43454] Problem with Continuous Spell Checking X-PHP-Originating-Script: 0:sendmail.php From: =?UTF-8?B?R2VybcOhbg==?= Arias X-Savane-Server: savannah.gnu.org:443 [140.186.70.70] MIME-Version: 1.0 Content-Type: text/plain;charset=UTF-8 X-Savane-Project: gnustep X-Savane-Tracker: bugs X-Savane-Item-ID: 43454 User-Agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Firefox/31.0 X-Apparently-From: 190.56.98.236 (Savane authenticated user espectador) Message-Id: <20141026-003625.sv72659.21864@savannah.gnu.org> References: <20141021-122517.sv72659.11245@savannah.gnu.org> <20141023-112741.sv72659.46460@savannah.gnu.org> In-Reply-To: <20141023-112741.sv72659.46460@savannah.gnu.org> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:6::a X-BeenThere: bug-gnustep@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Bug reports for the GNUstep programming environment List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Oct 2014 06:36:37 -0000 Follow-up Comment #2, bug #43454 (project gnustep): More info. If you add one space after the last word (the wrong word). And then try to spell the word with the contextual menu, the app crash with the message: run_for_glyph_index failed for 0 _______________________________________________________ Reply to this item at: _______________________________________________ Mensaje enviado vía/por Savannah http://savannah.gnu.org/ From MAILER-DAEMON Sun Oct 26 12:23:41 2014 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1XiQbV-0007bB-K3 for mharc-bug-gnustep@gnu.org; Sun, 26 Oct 2014 12:23:41 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47916) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XiQbN-0007Ys-Pa for bug-gnustep@gnu.org; Sun, 26 Oct 2014 12:23:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XiQbI-0007IS-BE for bug-gnustep@gnu.org; Sun, 26 Oct 2014 12:23:33 -0400 Received: from [2001:4830:134:6::a] (port=37349 helo=frontend.savannah.gnu.org) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XiQbI-0007IK-8V for bug-gnustep@gnu.org; Sun, 26 Oct 2014 12:23:28 -0400 Received: from www-data by frontend.savannah.gnu.org with local (Exim 4.72) (envelope-from ) id 1XiQbF-0003pb-Cd; Sun, 26 Oct 2014 16:23:25 +0000 Date: Sun, 26 Oct 2014 16:23:25 +0000 To: Fred Kiefer , =?UTF-8?B?R2VybcOhbg==?= Arias , bug-gnustep@gnu.org Subject: [bug #43454] Problem with Continuous Spell Checking X-PHP-Originating-Script: 0:sendmail.php From: Fred Kiefer X-Savane-Server: savannah.gnu.org:443 [140.186.70.70] MIME-Version: 1.0 Content-Type: text/plain;charset=UTF-8 X-Savane-Project: gnustep X-Savane-Tracker: bugs X-Savane-Item-ID: 43454 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Firefox/31.0 X-Apparently-From: 84.174.245.174 (Savane authenticated user FredKiefer) Message-Id: <20141026-162325.sv431.73238@savannah.gnu.org> References: <20141021-122517.sv72659.11245@savannah.gnu.org> <20141023-112741.sv72659.46460@savannah.gnu.org> <20141026-003625.sv72659.21864@savannah.gnu.org> In-Reply-To: <20141026-003625.sv72659.21864@savannah.gnu.org> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:6::a X-BeenThere: bug-gnustep@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Bug reports for the GNUstep programming environment List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Oct 2014 16:23:39 -0000 Update of bug #43454 (project gnustep): Assigned to: None => FredKiefer _______________________________________________________ Follow-up Comment #3: Could you please provide a stack trace of the issue? You seem to be describing two different situations. In one case you talk about a crash and in the other about an indefinitely running loop. What are the different ways to trigger these behaviours? I looked over the code in NSTextView and in GSLayoutManager and the only obvious problem I could see is that the insertion of a spelling correction via insertText: wont change the selected range. And this also doesn't call beginEditing/endEditing, but as far as I remember this shouldn't be needed for just one single change. It really would help to see whether the problem occures directly from _acceptGuess: or changeSpelling: or happens later on. _______________________________________________________ Reply to this item at: _______________________________________________ Nachricht gesendet von/durch Savannah http://savannah.gnu.org/ From MAILER-DAEMON Sun Oct 26 18:40:04 2014 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1XiWTk-0006HM-B6 for mharc-bug-gnustep@gnu.org; Sun, 26 Oct 2014 18:40:04 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36968) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XiWTc-0006Fc-PL for bug-gnustep@gnu.org; Sun, 26 Oct 2014 18:40:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XiWTU-0008Gm-0P for bug-gnustep@gnu.org; Sun, 26 Oct 2014 18:39:56 -0400 Received: from [2001:4830:134:6::a] (port=43503 helo=frontend.savannah.gnu.org) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XiWTT-0008Gi-Su for bug-gnustep@gnu.org; Sun, 26 Oct 2014 18:39:47 -0400 Received: from www-data by frontend.savannah.gnu.org with local (Exim 4.72) (envelope-from ) id 1XiWTR-0004bp-2S; Sun, 26 Oct 2014 22:39:45 +0000 Date: Sun, 26 Oct 2014 22:39:45 +0000 To: Fred Kiefer , =?UTF-8?B?R2VybcOhbg==?= Arias , bug-gnustep@gnu.org Subject: [bug #43454] Problem with Continuous Spell Checking X-PHP-Originating-Script: 0:sendmail.php From: =?UTF-8?B?R2VybcOhbg==?= Arias X-Savane-Server: savannah.gnu.org:443 [140.186.70.70] MIME-Version: 1.0 Content-Type: text/plain;charset=UTF-8 X-Savane-Project: gnustep X-Savane-Tracker: bugs X-Savane-Item-ID: 43454 User-Agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Firefox/31.0 X-Apparently-From: 186.151.134.237 (Savane authenticated user espectador) Message-Id: <20141026-163944.sv72659.17829@savannah.gnu.org> References: <20141021-122517.sv72659.11245@savannah.gnu.org> <20141023-112741.sv72659.46460@savannah.gnu.org> <20141026-003625.sv72659.21864@savannah.gnu.org> <20141026-162325.sv431.73238@savannah.gnu.org> In-Reply-To: <20141026-162325.sv431.73238@savannah.gnu.org> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:6::a X-BeenThere: bug-gnustep@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Bug reports for the GNUstep programming environment List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Oct 2014 22:40:02 -0000 Follow-up Comment #4, bug #43454 (project gnustep): I think this two problems are related. Backtrace when app crash: Open Ink, select at menu Check Spelling Automatically and then write, notice the last space, "Hello programme " (without quotes). Then in contextual menu select "programmer". The app crash. Here the backtrace: Program received signal SIGSEGV, Segmentation fault. -[NSLayoutManager(drawing) drawBackgroundForGlyphRange:atPoint:] () at NSLayoutManager.m:1413 1413 NSRange r = NSMakeRange(glyph_pos + i, glyph_run->head.glyph_length - i); (gdb) backtrace #0 -[NSLayoutManager(drawing) drawBackgroundForGlyphRange:atPoint:] () at NSLayoutManager.m:1413 #1 0x0033b934 in -[NSTextView(leftovers) drawRect:] () at NSTextView.m:4003 #2 0x00360eda in -[NSView displayRectIgnoringOpacity:inContext:] () at NSView.m:2570 #3 0x00355e3b in -[NSView displayRectIgnoringOpacity:] () at NSView.m:2519 #4 0x00360acf in -[NSView displayIfNeededInRectIgnoringOpacity:] () at NSView.m:2450 #5 0x00360d01 in -[NSView displayIfNeededInRectIgnoringOpacity:] () at NSView.m:2476 #6 0x00360d01 in -[NSView displayIfNeededInRectIgnoringOpacity:] () at NSView.m:2476 #7 0x00360d01 in -[NSView displayIfNeededInRectIgnoringOpacity:] () at NSView.m:2476 #8 0x00360d01 in -[NSView displayIfNeededInRectIgnoringOpacity:] () at NSView.m:2476 #9 0x00355d06 in -[NSView displayIfNeededInRect:] () at NSView.m:2428 #10 0x00355b77 in -[NSView displayIfNeeded] () at NSView.m:2410 #11 0x00367b2f in -[NSWindow displayIfNeeded] () at NSWindow.m:2431 #12 0x00366478 in -[NSWindow(GNUstepPrivate) _handleAutodisplay] () at NSWindow.m:189 #13 0x003716ab in +[NSWindow(GNUstepPrivate) _handleAutodisplay:] () at NSWindow.m:218 #14 0x0080a5ba in -[NSObject performSelector:withObject:] () at NSObject.m:2046 ---Type to continue, or q to quit-- #15 0x0083f989 in -[GSRunLoopPerformer fire] () at NSRunLoop.m:110 #16 0x00842631 in -[NSRunLoop(Private) _checkPerformers:] () at NSRunLoop.m:493 #17 0x008413a5 in -[NSRunLoop runMode:beforeDate:] () at NSRunLoop.m:1265 #18 0x00383885 in -[GSDisplayServer(EventOps) getEventMatchingMask:beforeDate:inMode:dequeue:] () at GSDisplayServer.m:1040 #19 0x0291c4b7 in -[XGServer(X11Ops) getEventMatchingMask:beforeDate:inMode:dequeue:] () at XGServerEvent.m:2571 #20 0x00202bf7 in -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] () at ../Headers/Additions/GNUstepGUI/GSDisplayServer.h:207 #21 0x0020109d in -[NSApplication run] () at NSApplication.m:1553 #22 0x001e3aeb in NSApplicationMain () at Functions.m:91 #23 0x08048e57 in main () at main.m:33 The other problem: Open Ink, select at menu Check Spelling Automatically and then write "Hello programme" this time without space at the end (without quotes). Then in contextual menu select "programmer", the app hangs. This doesn't occurs if you write only one word, for example "programm". Only if you write two or more words. The odd thing here, is that auto complete also use -replaceCharactersInRange:withString: and works OK. For example, open Gemas, create a new Objective-C document, select at menu "Check Spelling Automatically", and then write something like "#import NSMutabl" (without quotes) and press Control-p to open the auto complete list, now select something like NSMutableDictionary and this is inserted without problem. _______________________________________________________ Reply to this item at: _______________________________________________ Mensaje enviado vía/por Savannah http://savannah.gnu.org/ From MAILER-DAEMON Tue Oct 28 03:08:37 2014 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1Xj0tR-0003qh-O3 for mharc-bug-gnustep@gnu.org; Tue, 28 Oct 2014 03:08:37 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50819) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xj0tL-0003pX-RS for bug-gnustep@gnu.org; Tue, 28 Oct 2014 03:08:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xj0tH-0008DY-5x for bug-gnustep@gnu.org; Tue, 28 Oct 2014 03:08:31 -0400 Received: from [2001:4830:134:6::a] (port=40134 helo=frontend.savannah.gnu.org) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xj0tC-0008Cp-1u; Tue, 28 Oct 2014 03:08:22 -0400 Received: from www-data by frontend.savannah.gnu.org with local (Exim 4.72) (envelope-from ) id 1Xj0t8-00062L-4c; Tue, 28 Oct 2014 07:08:18 +0000 Date: Tue, 28 Oct 2014 07:08:18 +0000 To: Fred Kiefer , Gregory John Casamento , Yavor Doganov , Sebastian Reitenbach , bug-gnustep@gnu.org Subject: [bug #42782] Crash when loading a gorm file X-PHP-Originating-Script: 0:sendmail.php From: Gregory John Casamento X-Savane-Server: savannah.gnu.org:443 [140.186.70.70] MIME-Version: 1.0 Content-Type: text/plain;charset=UTF-8 X-Savane-Project: gnustep X-Savane-Tracker: bugs X-Savane-Item-ID: 42782 User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/38.0.2125.104 Safari/537.36 X-Apparently-From: 173.79.28.234 (Savane authenticated user gcasa) Message-Id: <20141028-030817.sv347.14590@savannah.gnu.org> References: <20140716-152211.sv47215.40498@savannah.gnu.org> <20140716-174257.sv48221.24025@savannah.gnu.org> <20140716-205325.sv47215.98133@savannah.gnu.org> <20140719-154628.sv431.98615@savannah.gnu.org> <20140720-193239.sv47215.62123@savannah.gnu.org> <20140721-072907.sv431.6942@savannah.gnu.org> <20140721-110336.sv47215.38217@savannah.gnu.org> <20140723-080444.sv431.17445@savannah.gnu.org> <20140723-185249.sv47215.72142@savannah.gnu.org> <20140723-192359.sv47215.59282@savannah.gnu.org> <20140723-204426.sv431.23113@savannah.gnu.org> <20140724-030030.sv47215.17141@savannah.gnu.org> <20140724-075037.sv431.20465@savannah.gnu.org> <20140724-113904.sv47215.17260@savannah.gnu.org> <20140724-131811.sv47215.54040@savannah.gnu.org> <20140724-211804.sv431.42785@savannah.gnu.org> <20140725-101517.sv47215.24025@savannah.gnu.org> <20140725-104032.sv47215.74798@savannah.gnu.org> <20140725-082635.sv431.11736@savannah.gnu.org> <20140725-125752.sv47215.99668@savannah.gnu.org> <20140726-180019.sv431.84677@savannah.gnu.org> In-Reply-To: <20140726-180019.sv431.84677@savannah.gnu.org> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:6::a X-BeenThere: bug-gnustep@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Bug reports for the GNUstep programming environment List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Oct 2014 07:08:36 -0000 Follow-up Comment #20, bug #42782 (project gnustep): Guys, I have found the problem with Gorm/ImageMagick. The issue steps from the fact that the GSImageMagickImageRep class reports back that it can load a file which has the extension of .info and that during the loading stages of the .gorm file it loads all images in the .gorm bundle so that it can resolve any images in the .gorm file during editing. The issues comes from the fact that there is a file called data.info that contains metadata needed for editing. Since this file has a .info extension and the GSImageMagickImageRep reports that it can load .info files, Gorm attempts to load this as an image and, naturally, fails. This is why you're seeing this: 2014-07-25 12:51:42.026 Gorm[2165] Tiff Error (GSTiffReadData) Not a TIFF or MDI file, bad magic number 20039 (0x4e47) I am adding code to Gorm to cause it to skip any image file called data.info. I'm doing it this way so that we can still use files which are images with a .info extension, but just not one named data.info. ;) Hopefully this solves part of the problem. Looking at the history it is hard to follow and I believe it mixes two separate problems. I believe Fred was correct in that a separate issue should be opened for the Vindaloo issue. GC _______________________________________________________ Reply to this item at: _______________________________________________ Message sent via/by Savannah http://savannah.gnu.org/ From MAILER-DAEMON Thu Oct 30 05:58:32 2014 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1XjmUy-0001PZ-TX for mharc-bug-gnustep@gnu.org; Thu, 30 Oct 2014 05:58:32 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37697) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XjmUs-0001OU-H3 for bug-gnustep@gnu.org; Thu, 30 Oct 2014 05:58:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XjmUn-0006n3-3c for bug-gnustep@gnu.org; Thu, 30 Oct 2014 05:58:26 -0400 Received: from [2001:4830:134:6::a] (port=58070 helo=frontend.savannah.gnu.org) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XjmUh-0006la-7c; Thu, 30 Oct 2014 05:58:15 -0400 Received: from www-data by frontend.savannah.gnu.org with local (Exim 4.72) (envelope-from ) id 1XjmUg-0003Bw-TZ; Thu, 30 Oct 2014 09:58:14 +0000 Date: Thu, 30 Oct 2014 09:58:14 +0000 To: Richard Frith-Macdonald , Sergei Golovin , bug-gnustep@gnu.org Subject: [bug #43461] A memory leak in the -[NSURLProtocol stream:handleEvent:] in the case of HTTPS X-PHP-Originating-Script: 0:sendmail.php From: Richard Frith-Macdonald X-Savane-Server: savannah.gnu.org:443 [140.186.70.70] MIME-Version: 1.0 Content-Type: text/plain;charset=UTF-8 X-Savane-Project: gnustep X-Savane-Tracker: bugs X-Savane-Item-ID: 43461 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_5) AppleWebKit/600.1.17 (KHTML, like Gecko) Version/7.1 Safari/537.85.10 X-Apparently-From: 81.156.225.123 (Savane authenticated user CaS) Message-Id: <20141030-095814.sv337.16729@savannah.gnu.org> References: <20141023-105017.sv48950.95524@savannah.gnu.org> <20141023-105356.sv48950.43820@savannah.gnu.org> In-Reply-To: <20141023-105356.sv48950.43820@savannah.gnu.org> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:6::a X-BeenThere: bug-gnustep@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Bug reports for the GNUstep programming environment List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Oct 2014 09:58:32 -0000 Update of bug #43461 (project gnustep): Status: None => Fixed Open/Closed: Open => Closed _______________________________________________________ Follow-up Comment #2: Thanks very much .. a great analysis of the problem, with tests, and a fix ... I committed your patch to fix this. _______________________________________________________ Reply to this item at: _______________________________________________ Message sent via/by Savannah http://savannah.gnu.org/ From MAILER-DAEMON Thu Oct 30 06:13:12 2014 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1XjmjA-0005vw-48 for mharc-bug-gnustep@gnu.org; Thu, 30 Oct 2014 06:13:12 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40557) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xjmj3-0005vQ-Fy for bug-gnustep@gnu.org; Thu, 30 Oct 2014 06:13:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xjmiy-0004h5-2k for bug-gnustep@gnu.org; Thu, 30 Oct 2014 06:13:05 -0400 Received: from [2001:4830:134:6::a] (port=43661 helo=frontend.savannah.gnu.org) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xjmis-0004gD-6H; Thu, 30 Oct 2014 06:12:54 -0400 Received: from www-data by frontend.savannah.gnu.org with local (Exim 4.72) (envelope-from ) id 1Xjmis-0003bh-3K; Thu, 30 Oct 2014 10:12:54 +0000 Date: Thu, 30 Oct 2014 10:12:54 +0000 To: Richard Frith-Macdonald , Sergei Golovin , bug-gnustep@gnu.org Subject: [bug #43460] The class NSURLConnection needs to be tested more thoroughly X-PHP-Originating-Script: 0:sendmail.php From: Richard Frith-Macdonald X-Savane-Server: savannah.gnu.org:443 [140.186.70.70] MIME-Version: 1.0 Content-Type: text/plain;charset=UTF-8 X-Savane-Project: gnustep X-Savane-Tracker: bugs X-Savane-Item-ID: 43460 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_5) AppleWebKit/600.1.17 (KHTML, like Gecko) Version/7.1 Safari/537.85.10 X-Apparently-From: 81.156.225.123 (Savane authenticated user CaS) Message-Id: <20141030-101253.sv337.94040@savannah.gnu.org> References: <20141023-104008.sv48950.32341@savannah.gnu.org> In-Reply-To: <20141023-104008.sv48950.32341@savannah.gnu.org> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:6::a X-BeenThere: bug-gnustep@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Bug reports for the GNUstep programming environment List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Oct 2014 10:13:11 -0000 Follow-up Comment #1, bug #43460 (project gnustep): I really love this patch and the fact that you have produced testcases (they worked nicely for me and helped me check your NSURLProtocol patch). However, I'm afraid I don't think I can put it in the gnustep-base testsuite as it is. The reason is that the Helper code depends on libWebServer and libPerformance, but those libraries may not be available ... they certainly aren't available when bootstrapping the system, first time you build base and run the testsuite. So, I see two possibilities to make it possible to include these tests: 1. add some mechanism to detect whether the libraries are available and only build/run the testcases if they are, or 2. rewrite so that the WebServer library isn't used (ie implement minimal server code as done for the NSURLHandle and NSURL helper). A side issue ... you have comments saying that you load helper code as a bundle rather than a shared library, because you don't know how to link a library form the Helpers subdirectory. I actually don't see a problem with using a bundle, but if you think a library would be simpler then all you need to do is use the standard gnustep-make mechanism: Add a line to your GNUmakefile.preamble saying something like ADDITIONAL_TOOL_LIBS += -L./Helpers -lTestConnection _______________________________________________________ Reply to this item at: _______________________________________________ Message sent via/by Savannah http://savannah.gnu.org/ From MAILER-DAEMON Fri Oct 31 11:01:54 2014 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1XkDi6-0005FY-6D for mharc-bug-gnustep@gnu.org; Fri, 31 Oct 2014 11:01:54 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36997) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XkDhw-0004Em-0i for bug-gnustep@gnu.org; Fri, 31 Oct 2014 11:01:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XkD0B-00007t-4E for bug-gnustep@gnu.org; Fri, 31 Oct 2014 10:16:36 -0400 Received: from [2001:4830:134:6::a] (port=40841 helo=frontend.savannah.gnu.org) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XkD0B-00007Y-1S for bug-gnustep@gnu.org; Fri, 31 Oct 2014 10:16:31 -0400 Received: from www-data by frontend.savannah.gnu.org with local (Exim 4.72) (envelope-from ) id 1XkD08-0006Sl-4J; Fri, 31 Oct 2014 14:16:28 +0000 Date: Fri, 31 Oct 2014 14:16:28 +0000 To: Fred Kiefer , =?UTF-8?B?R2VybcOhbg==?= Arias , bug-gnustep@gnu.org Subject: [bug #43454] Problem with Continuous Spell Checking X-PHP-Originating-Script: 0:sendmail.php From: Fred Kiefer X-Savane-Server: savannah.gnu.org:443 [140.186.70.70] MIME-Version: 1.0 Content-Type: text/plain;charset=UTF-8 X-Savane-Project: gnustep X-Savane-Tracker: bugs X-Savane-Item-ID: 43454 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Firefox/31.0 X-Apparently-From: 84.174.224.71 (Savane authenticated user FredKiefer) Message-Id: <20141031-141627.sv431.83016@savannah.gnu.org> References: <20141021-122517.sv72659.11245@savannah.gnu.org> <20141023-112741.sv72659.46460@savannah.gnu.org> <20141026-003625.sv72659.21864@savannah.gnu.org> <20141026-162325.sv431.73238@savannah.gnu.org> <20141026-163944.sv72659.17829@savannah.gnu.org> In-Reply-To: <20141026-163944.sv72659.17829@savannah.gnu.org> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:6::a X-BeenThere: bug-gnustep@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Bug reports for the GNUstep programming environment List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Oct 2014 15:01:52 -0000 Follow-up Comment #5, bug #43454 (project gnustep): I submitted a patch for the specific issue of the last stack trace. This wont fix the whole issue reported here, but should reduce the visible symptoms. It would be great if you could send me a stack trace of the other issue as well. Of course reduced to a managable size. _______________________________________________________ Reply to this item at: _______________________________________________ Nachricht gesendet von/durch Savannah http://savannah.gnu.org/ From MAILER-DAEMON Fri Oct 31 11:02:42 2014 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1XkDis-0006VH-81 for mharc-bug-gnustep@gnu.org; Fri, 31 Oct 2014 11:02:42 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37972) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XkDif-0005X3-UB for bug-gnustep@gnu.org; Fri, 31 Oct 2014 11:02:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xk9dC-0000Ys-6e for bug-gnustep@gnu.org; Fri, 31 Oct 2014 06:40:39 -0400 Received: from [2001:4830:134:6::a] (port=59819 helo=frontend.savannah.gnu.org) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xk9d4-0000Mr-Km; Fri, 31 Oct 2014 06:40:26 -0400 Received: from www-data by frontend.savannah.gnu.org with local (Exim 4.72) (envelope-from ) id 1Xk9d4-0000RP-7r; Fri, 31 Oct 2014 10:40:26 +0000 Date: Fri, 31 Oct 2014 10:40:26 +0000 To: Richard Frith-Macdonald , Sergei Golovin , bug-gnustep@gnu.org Subject: [bug #43460] The class NSURLConnection needs to be tested more thoroughly X-PHP-Originating-Script: 0:sendmail.php From: Sergei Golovin X-Savane-Server: savannah.gnu.org:443 [140.186.70.70] MIME-Version: 1.0 Content-Type: text/plain;charset=UTF-8 X-Savane-Project: gnustep X-Savane-Tracker: bugs X-Savane-Item-ID: 43460 User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:32.0) Gecko/20100101 Firefox/32.0 X-Apparently-From: 85.26.165.31 (Savane authenticated user svg) Message-Id: <20141031-144025.sv48950.4272@savannah.gnu.org> References: <20141023-104008.sv48950.32341@savannah.gnu.org> <20141030-101253.sv337.94040@savannah.gnu.org> In-Reply-To: <20141030-101253.sv337.94040@savannah.gnu.org> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:6::a X-BeenThere: bug-gnustep@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Bug reports for the GNUstep programming environment List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Oct 2014 15:02:40 -0000 Follow-up Comment #2, bug #43460 (project gnustep): OK, I am going to rewrite to avoid any use of libWebServer/libPerformance because the patch's tests don't require all WebServer's capabilities. I choose it only for the reason that someone else (or may be me) needs (will need in the future) to test a more complex test case. > but if you think a library would be simpler No, the bundle approach is more preferable for me. I can't remember what exactly was the trouble that prevented me from using a shared library. _______________________________________________________ Reply to this item at: _______________________________________________ Message sent via/by Savannah http://savannah.gnu.org/