unofficial mirror of guile-devel@gnu.org 
 help / color / mirror / Atom feed
* bug in current CVS.
@ 2004-06-12 20:21 Han-Wen Nienhuys
  2004-06-13  9:55 ` Marius Vollmer
  0 siblings, 1 reply; 5+ messages in thread
From: Han-Wen Nienhuys @ 2004-06-12 20:21 UTC (permalink / raw)


X-Mailer: VM 7.14 under Emacs 21.3.1
Reply-To: hanwen@xs4all.nl
FCC: ~/persoonlijk/Mail/sent




	byrd:~/usr/src/lilypond$ guile
	guile> (defiaine  blub  (cons '(1 . 2) 2))

	Backtrace:
	In standard input:
	   1: 0* Segmentatie fout


	(core dump)


	byrd:~/usr/src/guile/libguile$ cvs status ChangeLog 
	===================================================================
	File: ChangeLog         Status: Up-to-date

	   Working revision:    1.2081
	   Repository revision: 1.2081  /cvsroot/guile/guile/guile-core/libguile/ChangeLog,v


Please fix.

-- 

 Han-Wen Nienhuys   |   hanwen@xs4all.nl   |   http://www.xs4all.nl/~hanwen 



_______________________________________________
Guile-devel mailing list
Guile-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-devel


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: bug in current CVS.
  2004-06-12 20:21 bug in current CVS Han-Wen Nienhuys
@ 2004-06-13  9:55 ` Marius Vollmer
  2004-06-13  9:59   ` Han-Wen Nienhuys
  0 siblings, 1 reply; 5+ messages in thread
From: Marius Vollmer @ 2004-06-13  9:55 UTC (permalink / raw)
  Cc: guile-devel

Han-Wen Nienhuys  <hanwen@xs4all.nl> writes:

> 	byrd:~/usr/src/lilypond$ guile
> 	guile> (defiaine  blub  (cons '(1 . 2) 2))
>
> 	Backtrace:
> 	In standard input:
> 	   1: 0* Segmentatie fout

I can't reproduce this, unfortunately.  What happens when you run
"guile -q"?

-- 
GPG: D5D4E405 - 2F9B BCCC 8527 692A 04E3  331E FAF8 226A D5D4 E405


_______________________________________________
Guile-devel mailing list
Guile-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-devel


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: bug in current CVS.
  2004-06-13  9:55 ` Marius Vollmer
@ 2004-06-13  9:59   ` Han-Wen Nienhuys
  2004-06-13 10:05     ` Marius Vollmer
  0 siblings, 1 reply; 5+ messages in thread
From: Han-Wen Nienhuys @ 2004-06-13  9:59 UTC (permalink / raw)
  Cc: guile-devel

mvo@zagadka.de writes:
> Han-Wen Nienhuys  <hanwen@xs4all.nl> writes:
> 
> > 	byrd:~/usr/src/lilypond$ guile
> > 	guile> (defiaine  blub  (cons '(1 . 2) 2))
> >
> > 	Backtrace:
> > 	In standard input:
> > 	   1: 0* Segmentatie fout
> 
> I can't reproduce this, unfortunately.  What happens when you run
> "guile -q"?
> 

My kludge (now in CVS) prevents the core dump, but I get

	byrd:~/usr/src/lilypond$ guile  -q --debug 
	guile> (defiaine  blub  (cons '(1 . 2) 2))

	Backtrace:
	In standard input:
	   1: 0* (defiaine blub (cons (quote (1)) 2))

	standard input:1:1: In expression (defiaine blub (cons # 2)):
	standard input:1:1: Unbound variable: defiaine

notice that the 2 from '(1 . 2) is still missing. 


	> -- 
> GPG: D5D4E405 - 2F9B BCCC 8527 692A 04E3  331E FAF8 226A D5D4 E405

-- 

 Han-Wen Nienhuys   |   hanwen@xs4all.nl   |   http://www.xs4all.nl/~hanwen 



_______________________________________________
Guile-devel mailing list
Guile-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-devel


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: bug in current CVS.
  2004-06-13  9:59   ` Han-Wen Nienhuys
@ 2004-06-13 10:05     ` Marius Vollmer
  0 siblings, 0 replies; 5+ messages in thread
From: Marius Vollmer @ 2004-06-13 10:05 UTC (permalink / raw)
  Cc: guile-devel

Han-Wen Nienhuys  <hanwen@xs4all.nl> writes:

> mvo@zagadka.de writes:
>> Han-Wen Nienhuys  <hanwen@xs4all.nl> writes:
>> 
>> > 	byrd:~/usr/src/lilypond$ guile
>> > 	guile> (defiaine  blub  (cons '(1 . 2) 2))
>> >
>> > 	Backtrace:
>> > 	In standard input:
>> > 	   1: 0* Segmentatie fout
>> 
>> I can't reproduce this, unfortunately.  What happens when you run
>> "guile -q"?
>> 
>
> My kludge (now in CVS) prevents the core dump, but I get

Whoops, that was a fast answer.  I was going to say: "please disregard
my mail, I wasn't uptodate enough and I didn't notice your second
thread about the subject.  Please stand by."

> notice that the 2 from '(1 . 2) is still missing. 

Yep.  I still can't reproduce it, but I will investigate further.
Thanks!

-- 
GPG: D5D4E405 - 2F9B BCCC 8527 692A 04E3  331E FAF8 226A D5D4 E405


_______________________________________________
Guile-devel mailing list
Guile-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-devel


^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug in current CVS
@ 2005-06-09 19:00 Han-Wen Nienhuys
  0 siblings, 0 replies; 5+ messages in thread
From: Han-Wen Nienhuys @ 2005-06-09 19:00 UTC (permalink / raw)



just checked out,

if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I. -I.. -I.. -I..   -pthread -g -O2 -Wall -Wmissing-prototypes -Werror 
-MT libguile_la-numbers.lo -MD -MP -MF ".deps/libguile_la-numbers.Tpo" 
-c -o libguile_la-numbers.lo `test -f 'numbers.c' || echo './'`numbers.c; \
then mv -f ".deps/libguile_la-numbers.Tpo" 
".deps/libguile_la-numbers.Plo"; else rm -f 
".deps/libguile_la-numbers.Tpo"; exit 1; fi
  gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -pthread -g -O2 -Wall 
-Wmissing-prototypes -Werror -MT libguile_la-numbers.lo -MD -MP -MF 
.deps/libguile_la-numbers.Tpo -c numbers.c  -fPIC -DPIC -o 
.libs/libguile_la-numbers.o
cc1: warnings being treated as errors
numbers.c: In function 'scm_is_unsigned_integer':
numbers.c:5711: warning: control may reach end of non-void function 
'__gmpz_get_ui' being inlined
make[1]: *** [libguile_la-numbers.lo] Fout 1
make[1]: Leaving directory 
`/home/hanwen/vc/savannah/official-guile/guile/guile-core/libguile'
make: *** [install-recursive] Fout 1


-- 
  Han-Wen Nienhuys - hanwen@xs4all.nl - http://www.xs4all.nl/~hanwen


_______________________________________________
Guile-devel mailing list
Guile-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-devel


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2005-06-09 19:00 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-06-12 20:21 bug in current CVS Han-Wen Nienhuys
2004-06-13  9:55 ` Marius Vollmer
2004-06-13  9:59   ` Han-Wen Nienhuys
2004-06-13 10:05     ` Marius Vollmer
  -- strict thread matches above, loose matches on Subject: below --
2005-06-09 19:00 Han-Wen Nienhuys

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).