[bug #22351] GDNC not starting properly on some systems.

2008-02-19 Thread Sebastian Reitenbach

Follow-up Comment #17, bug #22351 (project gnustep):

I checked out svn yesterday evening, and recompiled, gdnc is staring up
successfully as before, but still crashing on openbsd sparc64, as described on
the other bug report. 

___

Reply to this item at:

  

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



___
Bug-gnustep mailing list
Bug-gnustep@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-gnustep


[bug #22351] GDNC not starting properly on some systems.

2008-02-19 Thread Richard Frith-Macdonald

Follow-up Comment #18, bug #22351 (project gnustep):

As expected ... the solaris64bit issue seems to have nothing to do with this
bug report.

___

Reply to this item at:

  

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



___
Bug-gnustep mailing list
Bug-gnustep@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-gnustep


[bug #22332] Gorm doesn't save continuous property of NSSlider

2008-02-19 Thread Quentin Mathé

Follow-up Comment #4, bug #22332 (project gnustep):

Works well for me now. Thanks a lot.

___

Reply to this item at:

  

___
  Message posté via/par Savannah
  http://savannah.gnu.org/



___
Bug-gnustep mailing list
Bug-gnustep@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-gnustep


[bug #22333] Scrollers checkboxes of NSTableView inspector have no effects

2008-02-19 Thread Quentin Mathé

Follow-up Comment #3, bug #22333 (project gnustep):

Works well now. Thanks. 
The 'horizontal' checkbox is still partially clipped by its enclosing group
box. Minor issue I admit :)

Quentin.

___

Reply to this item at:

  

___
  Message posté via/par Savannah
  http://savannah.gnu.org/



___
Bug-gnustep mailing list
Bug-gnustep@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-gnustep


[bug #22332] Gorm doesn't save continuous property of NSSlider

2008-02-19 Thread Gregory John Casamento

Update of bug #22332 (project gnustep):

 Open/Closed: In Test => Closed 


___

Reply to this item at:

  

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



___
Bug-gnustep mailing list
Bug-gnustep@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-gnustep


[bug #22351] GDNC not starting properly on some systems.

2008-02-19 Thread Yavor Doganov

Follow-up Comment #19, bug #22351 (project gnustep):

I tested yesterday's changes to NSMessagePortNameServer.m (as applied on the
stable branch) with Debian's Base 1.14.1 and everything works as expected.

Many thanks for fixing this annoying problem.

___

Reply to this item at:

  

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



___
Bug-gnustep mailing list
Bug-gnustep@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-gnustep


[bug #22364] Plist output format is not compatible with Mac OS X/OpenStep by default

2008-02-19 Thread Gregory John Casamento

URL:
  

 Summary: Plist output format is not compatible with Mac OS
X/OpenStep by default
 Project: GNUstep
Submitted by: gcasa
Submitted on: Tuesday 02/19/2008 at 17:15
Category: Base/Foundation
Severity: 3 - Normal
  Item Group: Change Request
  Status: None
 Privacy: Public
 Assigned to: None
 Open/Closed: Open
 Discussion Lock: Any

___

Details:

When saving a plist recently from Cenon, I noticed that the output includes
GNUstep specific encoding for Integers and Real numbers, namely our *I and *R
directives.

GNUstep should output plists which are compatible with Mac OS X/Cocoa and
OpenStep by default so that no special changes to ported applications are
necessary.   

It is possible to read OS X Cenon files with GNUstep, but not GNUstep cenon
files with OS X.   





___

File Attachments:


---
Date: Tuesday 02/19/2008 at 17:15  Name: test.cenon.tgz  Size: 791B   By:
gcasa
Test files for GNUstep and OSX

---
Date: Tuesday 02/19/2008 at 17:15  Name: test_osx.cenon.tgz  Size: 966B   By:
gcasa
Test files for GNUstep and OSX


___

Reply to this item at:

  

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



___
Bug-gnustep mailing list
Bug-gnustep@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-gnustep


[bug #21415] gdnc segfaults on OpenBSD

2008-02-19 Thread Gregory John Casamento

Update of bug #21415 (project gnustep):

  Status:None => In Progress

___

Follow-up Comment #6:

The backtrace is corrupted on OpenBSD sparc.   From tracing it through the
debugger it is dying on this call:

Breakpoint 4, main (argc=1, argv=0xf7fe715c, env=0xf7fe7164)
at NSProcessInfo.m:910
910   _gnu_process_args(argc, argv, env);

Specifically, it's dying here:

(gdb) step 
_gnu_process_args (argc=1, argv=0xf7fe715c, env=0xf7fe7164)
at NSProcessInfo.m:231
231   CREATE_AUTORELEASE_POOL(arp);
(gdb) n

Program received signal SIGSEGV, Segmentation fault.
0x0fb5b57c in -[NSString initWithFormat:locale:arguments:] (self=Cannot
access memory at address 0xf7bffeb4
)
at NSString.m:1064
1064  unichar   *fmt = fbuf;
(gdb) 

The location at the end is wrong because of the stack corruption, but it's
definitely happening in CREATE_AUTORELEASE_POOL somewhere.  GC


___

Reply to this item at:

  

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



___
Bug-gnustep mailing list
Bug-gnustep@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-gnustep


[bug #18855] Base compilation error

2008-02-19 Thread Gregory John Casamento

Update of bug #18855 (project gnustep):

  Status:None => Fixed  
 Open/Closed: In Test => Closed 


___

Reply to this item at:

  

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



___
Bug-gnustep mailing list
Bug-gnustep@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-gnustep


[bug #18412] ugly empty windows popping up

2008-02-19 Thread Riccardo mottola

Update of bug #18412 (project gnustep):

 Open/Closed: In Test => Closed 


___

Reply to this item at:

  

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



___
Bug-gnustep mailing list
Bug-gnustep@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-gnustep


[bug #20855] ProjectCenter does not parse methods correctly

2008-02-19 Thread Riccardo mottola

Update of bug #20855 (project gnustep):

 Open/Closed: In Test => Closed 


___

Reply to this item at:

  

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



___
Bug-gnustep mailing list
Bug-gnustep@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-gnustep


[bug #19587] NSString build problem

2008-02-19 Thread Riccardo mottola

Update of bug #19587 (project gnustep):

 Open/Closed: In Test => Closed 


___

Reply to this item at:

  

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



___
Bug-gnustep mailing list
Bug-gnustep@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-gnustep


[bug #18035] Friendlier handling of re-loading of classes please

2008-02-19 Thread Gregory John Casamento

Update of bug #18035 (project gnustep):

 Open/Closed: In Test => Closed 

___

Follow-up Comment #3:

Verified that this is fixed.   After thinking a bit about the "super
friendly" option, it would be confusing since I would have to display broken
connections and give some indication that they are broken in the inspector.  
GJC

___

Reply to this item at:

  

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



___
Bug-gnustep mailing list
Bug-gnustep@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-gnustep


[bug #13509] FFI problem on Gentoo

2008-02-19 Thread Riccardo mottola

Update of bug #13509 (project gnustep):

 Open/Closed: In Test => Closed 


___

Reply to this item at:

  

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



___
Bug-gnustep mailing list
Bug-gnustep@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-gnustep


[bug #17833] Can't delete image file

2008-02-19 Thread Gregory John Casamento

Update of bug #17833 (project gnustep):

  Status:   Fixed => Invalid
 Open/Closed: In Test => Closed 

___

Follow-up Comment #2:

Gorm delays removing things from the package until a save is performed.  GJC

___

Reply to this item at:

  

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



___
Bug-gnustep mailing list
Bug-gnustep@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-gnustep


[bug #22364] Plist output format is not compatible with Mac OS X/OpenStep by default

2008-02-19 Thread Richard Frith-Macdonald

Follow-up Comment #1, bug #22364 (project gnustep):

Well we had a discussion about the plist format some years ago and people
wanted to keep using the OpenStep style format because it's much more readable
than the XML format that Apple moved to.
At the time I was keen on XML, so I added the GSMacOSXCompatible user default
and later (when we found it hidden in Mac-OS) the NSWriteOldStylePropertyLists
user default.
Incidentally, Cenon probably can't even read its own files properly if they
are produced on a MacOS-X system where NSWriteOldStylePropertyLists is set.

___

Reply to this item at:

  

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



___
Bug-gnustep mailing list
Bug-gnustep@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-gnustep


[bug #21415] gdnc segfaults on OpenBSD

2008-02-19 Thread Richard Frith-Macdonald

Follow-up Comment #7, bug #21415 (project gnustep):

I'm losing track here ...

The initial report was for sparc32/openbsd, but the problem is not a general
sparc32 issue as sparc32/solaris works fine.

Sebastian has a crash on sparc64/openbsd.  His stacktrace looks like an
ffcall related issue and is totally different from the original one.

Greg's problem does not specify whether it's 32 or 64 bit.  The stack looks
like the original problem, but Greg says this is on startup, and Sebastian's
is clearly after startup when a client is sending a message to the server.

So it looks like there might be two separate problems, one on sparc32/openbsd
and the other on sparc64/openbsd.

If someone can give me access to an account on the relevant machines I can
look at things under debug today (tomorrow I set off for FOSDEM and won't be
back until Tuesday).  Alternatively/additionally it would be good to get some
clarity by, for each os/architecture, checking the following.
1. is the crash actually on startup or when a client connects?
2. does the crash occur both when running autolaunched and when started
manually and when started manually without forking?


___

Reply to this item at:

  

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



___
Bug-gnustep mailing list
Bug-gnustep@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-gnustep