[bug #30766] Serious problems on hppa -- all programs abort with malloc assertion failure

2010-08-23 Thread Riccardo mottola

Follow-up Comment #22, bug #30766 (project gnustep):

This fix breaks at least OpenBSD and Windows because configure fails.

___

Reply to this item at:

  

___
  Messaggio inviato con/da Savannah
  http://savannah.gnu.org/


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


[bug #30766] Serious problems on hppa -- all programs abort with malloc assertion failure

2010-08-23 Thread Yavor Doganov

Follow-up Comment #23, bug #30766 (project gnustep):

How does it fail exactly?  Can you post the relevant portions from
config.log?

___

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 #30766] Serious problems on hppa -- all programs abort with malloc assertion failure

2010-08-23 Thread Riccardo mottola

Follow-up Comment #24, bug #30766 (project gnustep):

on windows the failure log is:

configure:15202: result: 4
configure:15221: checking alignment of pthread_mutex_t
configure:15550: gcc -o conftest.exe -g -O2 
-I/GNUstep/System/Library/Headers -
I/GNUstep/Local/Library/Headers -I/GNUstep/Local/Library/Headers
-I/GNUstep/Syst
em/Library/Headers  -L/GNUstep/System/Library/Libraries
-L/GNUstep/Local/Library
/Libraries -L/GNUstep/Local/Library/Libraries
-L/GNUstep/System/Library/Librarie
s conftest.c  >&5
conftest.c:148: error: syntax error before "pthread_mutex_t"^M
conftest.c:148: warning: no semicolon at end of struct or union^M
conftest.c:148: warning: data definition has no type or storage class^M
conftest.c: In function `longval':^M
conftest.c:149: error: syntax error before ')' token^M
conftest.c: In function `ulongval':^M
conftest.c:150: error: syntax error before ')' token^M
conftest.c: In function `main':^M
conftest.c:160: error: syntax error before ')' token^M
conftest.c:163: error: syntax error before ')' token^M
conftest.c:170: error: syntax error before ')' token^M
configure:15554: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h.  */

___

Reply to this item at:

  

___
  Messaggio inviato con/da Savannah
  http://savannah.gnu.org/


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


[bug #30766] Serious problems on hppa -- all programs abort with malloc assertion failure

2010-08-23 Thread Yavor Doganov

Follow-up Comment #25, bug #30766 (project gnustep):

Looks like pthread.h is not included in the test program.  See if the
attached patch helps.

(file #21281)
___

Additional Item Attachment:

File name: AC_CHECK_ALIGNOF.patch Size:0 KB


___

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 #30766] Serious problems on hppa -- all programs abort with malloc assertion failure

2010-08-23 Thread Riccardo mottola

Follow-up Comment #26, bug #30766 (project gnustep):

on windows the patch appears to work.

___

Reply to this item at:

  

___
  Messaggio inviato con/da Savannah
  http://savannah.gnu.org/


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


Re: svg icon support needed

2010-08-23 Thread Fred Kiefer
Am 21.08.2010 16:17, schrieb Paulo Silva:
> i'm using Window Maker 0.92.0, and it lacks .svg icon support - which
> feature would be very interesting to be added, even if only possible
> as external imagemagick convertion to a temporary folder

You should have a look ate librsvg (http://librsvg.sourceforge.net/).
The home page is a bit out of date, but who are we to comment on that.
This library could be a starting point for adding SVG support to
GNUstep. As this uses cairo as the drawing backend it should work rather
well with our standard backend :-)

Fred

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


[bug #30766] Serious problems on hppa -- all programs abort with malloc assertion failure

2010-08-23 Thread Riccardo mottola

Follow-up Comment #27, bug #30766 (project gnustep):

I commited your patch, it works for me. Firther testing is advisable.

___

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 #30863] Segfault problem on windows (all applications) NSTask/thread

2010-08-23 Thread Riccardo mottola

URL:
  

 Summary: Segfault problem on windows (all applications)
NSTask/thread
 Project: GNUstep
Submitted by: rmottola
Submitted on: mar 24 ago 2010 06:50:01 GMT
Category: None
Severity: 4 - Important
  Item Group: None
  Status: None
 Privacy: Public
 Assigned to: None
 Open/Closed: Open
 Discussion Lock: Any

___

Details:

With the latest current, all applications seem to start, display their menus
and then crash.
Interestingly, in the debugger for the app GSTest, relaunching the
application inside the debugger a second time has it working, here the log:

(gdb) run
Starting program:
G:\GNUstep\home\multix\gnustep-cvs\devmodules\usr-apps\example
s\gui\GSTest/GSTest.app/GSTest.exe
[New thread 1672.0xb40]
[New thread 1672.0xb5c]

Program received signal SIGSEGV, Segmentation fault.
[Switching to thread 1672.0xb5c]
+[NSAutoreleasePool addObject:] (self=0x704366e0, _cmd=0x70465e28,
anObj=0x18896d8) at NSAutoreleasePool.m:235
235   pool = t->_autorelease_vars.current_pool;
(gdb) run
The program being debugged has been started already.
Start it from the beginning? (y or n) y

Starting program:
G:\GNUstep\home\multix\gnustep-cvs\devmodules\usr-apps\example
s\gui\GSTest/GSTest.app/GSTest.exe
[New thread 3016.0x102c]

The trace is:

(gdb) bt
#0  +[NSAutoreleasePool addObject:] (self=0x704366e0, _cmd=0x70465e28,
anObj=0x18896d8) at NSAutoreleasePool.m:235
#1  0x70330486 in -[NSObject autorelease] (self=0x18896d8, _cmd=0x704817f8)
at NSObject.m:1699
#2  0x703910f8 in _threadFunction (t=0x18896d8) at NSTask.m:1022
#3  0x7c80b729 in KERNEL32!GetModuleFileNameA ()
   from C:\WINDOWS\system32\kernel32.dll
#4  0x in ?? ()







___

Reply to this item at:

  

___
  Messaggio inviato con/da Savannah
  http://savannah.gnu.org/


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