RE: glib-genmarshal seg fault solaris 2.6



Thanks,
	But it is glib-genmarshal. No matter what shell I run it in, it seg
faults.

example:

I'll switch to ksh, then back to csh, and it will fail.

sands08% /bin/ksh
$ ls glib-genmarshal
glib-genmarshal
$ ./glib-genmarshal
Segmentation Fault(coredump)
$ /bin/csh
sands08% ./glib-genmarshal
Segmentation Fault (core dumped)
sands08% 

This is quite the stumper


Timothy Reed
Software Engineer \ Systems Administrator
Lockheed Martin - NE & SS Syracuse
Email: timothy a reed lmco com


-----Original Message-----
From: Bastien Nocera [mailto:hadess hadess net]
Sent: Saturday, September 28, 2002 10:27 AM
To: Reed, Timothy A
Cc: Gnome-DDL (E-mail)
Subject: Re: glib-genmarshal seg fault solaris 2.6


On Sat, 2002-09-28 at 13:39, Reed, Timothy A wrote:
> All,
> 	Under solaris 2.6 using gcc 3.0.4, glib-genmarshal will build, but
> when it trys to run it seg faults.
> 
> 	Here is the output from the build:
> 
> creating glib-genmarshal
> echo "#ifndef __G_MARSHAL_H__" > xgen-gmh \
> && echo "#define __G_MARSHAL_H__" >> xgen-gmh \
> && ./glib-genmarshal --nostdinc --prefix=g_cclosure_marshal
./gmarshal.list
> --header >> xgen-gmh \
> && echo "#endif /* __G_MARSHAL_H__ */" >> xgen-gmh \
> && (cmp -s xgen-gmh ./gmarshal.h || cp xgen-gmh ./gmarshal.h) \
> && rm -f xgen-gmh xgen-gmh~ \
> && echo timestamp > stamp-gmarshal.h
> /bin/ksh: 16793 Segmentation Fault(coredump)	
> 
> 
> Any ideas???

It's ksh crashing, not glib-genmarshal. Try using another shell or maybe
update this one. In any case, this isn't glib-genmarshal's fault

Cheers

-- 
/Bastien Nocera
http://hadess.net

Timothy Reed
Software Engineer \ Systems Administrator
Lockheed Martin - NE & SS Syracuse
Phone: (315) 456-3932
Pager:  (315) 467-3287
Email: timothy a reed lmco com


-----Original Message-----
From: Bastien Nocera [mailto:hadess hadess net]
Sent: Saturday, September 28, 2002 10:27 AM
To: Reed, Timothy A
Cc: Gnome-DDL (E-mail)
Subject: Re: glib-genmarshal seg fault solaris 2.6


On Sat, 2002-09-28 at 13:39, Reed, Timothy A wrote:
> All,
> 	Under solaris 2.6 using gcc 3.0.4, glib-genmarshal will build, but
> when it trys to run it seg faults.
> 
> 	Here is the output from the build:
> 
> creating glib-genmarshal
> echo "#ifndef __G_MARSHAL_H__" > xgen-gmh \
> && echo "#define __G_MARSHAL_H__" >> xgen-gmh \
> && ./glib-genmarshal --nostdinc --prefix=g_cclosure_marshal
./gmarshal.list
> --header >> xgen-gmh \
> && echo "#endif /* __G_MARSHAL_H__ */" >> xgen-gmh \
> && (cmp -s xgen-gmh ./gmarshal.h || cp xgen-gmh ./gmarshal.h) \
> && rm -f xgen-gmh xgen-gmh~ \
> && echo timestamp > stamp-gmarshal.h
> /bin/ksh: 16793 Segmentation Fault(coredump)	
> 
> 
> Any ideas???

It's ksh crashing, not glib-genmarshal. Try using another shell or maybe
update this one. In any case, this isn't glib-genmarshal's fault

Cheers

-- 
/Bastien Nocera
http://hadess.net



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