unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
* Is there any difference between SUN and LINUX?
       [not found] <E16UWEL-0007EO-00@fencepost.gnu.org>
@ 2002-04-25  1:24 ` Ying Luo
  2002-04-26  4:16   ` Rob Browning
  2002-05-15  3:42   ` Thien-Thi Nguyen
  0 siblings, 2 replies; 5+ messages in thread
From: Ying Luo @ 2002-04-25  1:24 UTC (permalink / raw)


Hi,

We use guile_1.2 now for our tool's Interpret Interface. It works well both
in HP and SUN, but when it runs on Linux (64 bits), the program come into
crash in scm_boot_guile_1 (...) calling setjmp(...) . I checked the codes
in guile_1.5.4 and found that there was no setjmp(...) during the
initialize.

Will this difference lead to the crash? I am so puzzled... Could anyone
give me some advice/suggestion?

Thanks a lot!

Best Regards,
Luo Ying



_______________________________________________
Guile-user mailing list
Guile-user@gnu.org
http://mail.gnu.org/mailman/listinfo/guile-user


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

* Re: Is there any difference between SUN and LINUX?
  2002-04-25  1:24 ` Is there any difference between SUN and LINUX? Ying Luo
@ 2002-04-26  4:16   ` Rob Browning
  2002-04-26  4:18     ` Ying Luo
  2002-05-15  3:42   ` Thien-Thi Nguyen
  1 sibling, 1 reply; 5+ messages in thread
From: Rob Browning @ 2002-04-26  4:16 UTC (permalink / raw)
  Cc: guile-user

Ying Luo <yluo@avanticorp.com> writes:

> We use guile_1.2 now for our tool's Interpret Interface. It works well both
> in HP and SUN, but when it runs on Linux (64 bits), the program come into
> crash in scm_boot_guile_1 (...) calling setjmp(...) . I checked the codes
> in guile_1.5.4 and found that there was no setjmp(...) during the
> initialize.
>
> Will this difference lead to the crash? I am so puzzled... Could anyone
> give me some advice/suggestion?

Guile 1.2 isn't likely to work on a 64 bit machine.  In fact, if I'm
not mistaken, even guile 1.4 won't work right on 64 bit architectures.
However this should now be fixed in both the current stable CVS branch
(i.e. the pending 1.6.1 release), and the current unstable CVS branch.

Hope this helps.

-- 
Rob Browning
rlb @defaultvalue.org, @linuxdevel.com, and @debian.org
Previously @cs.utexas.edu
GPG=1C58 8B2C FB5E 3F64 EA5C  64AE 78FE E5FE F0CB A0AD

_______________________________________________
Guile-user mailing list
Guile-user@gnu.org
http://mail.gnu.org/mailman/listinfo/guile-user


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

* Re: Is there any difference between SUN and LINUX?
  2002-04-26  4:16   ` Rob Browning
@ 2002-04-26  4:18     ` Ying Luo
  2002-04-26  4:33       ` Rob Browning
  0 siblings, 1 reply; 5+ messages in thread
From: Ying Luo @ 2002-04-26  4:18 UTC (permalink / raw)
  Cc: guile-user

Rob Browning wrote:

> Ying Luo <yluo@avanticorp.com> writes:
>
> > We use guile_1.2 now for our tool's Interpret Interface. It works well both
> > in HP and SUN, but when it runs on Linux (64 bits), the program come into
> > crash in scm_boot_guile_1 (...) calling setjmp(...) . I checked the codes
> > in guile_1.5.4 and found that there was no setjmp(...) during the
> > initialize.
> >
> > Will this difference lead to the crash? I am so puzzled... Could anyone
> > give me some advice/suggestion?
>
> Guile 1.2 isn't likely to work on a 64 bit machine.  In fact, if I'm
> not mistaken, even guile 1.4 won't work right on 64 bit architectures.
> However this should now be fixed in both the current stable CVS branch
> (i.e. the pending 1.6.1 release), and the current unstable CVS branch.
>
> Hope this helps.
>
> --
> Rob Browning
> rlb @defaultvalue.org, @linuxdevel.com, and @debian.org
> Previously @cs.utexas.edu
> GPG=1C58 8B2C FB5E 3F64 EA5C  64AE 78FE E5FE F0CB A0AD

Thank you very much!

But we can run guile 1.2 on 64 bits SUNOS properly and the same as HP64, do you
mean that only on Linux64 our current released guile doesn't work right?

Please give me more suggestion. Thank you again!



_______________________________________________
Guile-user mailing list
Guile-user@gnu.org
http://mail.gnu.org/mailman/listinfo/guile-user


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

* Re: Is there any difference between SUN and LINUX?
  2002-04-26  4:18     ` Ying Luo
@ 2002-04-26  4:33       ` Rob Browning
  0 siblings, 0 replies; 5+ messages in thread
From: Rob Browning @ 2002-04-26  4:33 UTC (permalink / raw)
  Cc: guile-user

Ying Luo <yluo@avanticorp.com> writes:

> But we can run guile 1.2 on 64 bits SUNOS properly and the same as
> HP64, do you mean that only on Linux64 our current released guile
> doesn't work right?

OK, right -- sorry, I should have been more specific -- all I really
know is that there were problem with linux/ia64 and I think
linux/alpha.  Those problems should be fixed, and I wouldn't be
surprised if linux/solaris is affected as well.

-- 
Rob Browning
rlb @defaultvalue.org, @linuxdevel.com, and @debian.org
Previously @cs.utexas.edu
GPG=1C58 8B2C FB5E 3F64 EA5C  64AE 78FE E5FE F0CB A0AD

_______________________________________________
Guile-user mailing list
Guile-user@gnu.org
http://mail.gnu.org/mailman/listinfo/guile-user


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

* Re: Is there any difference between SUN and LINUX?
  2002-04-25  1:24 ` Is there any difference between SUN and LINUX? Ying Luo
  2002-04-26  4:16   ` Rob Browning
@ 2002-05-15  3:42   ` Thien-Thi Nguyen
  1 sibling, 0 replies; 5+ messages in thread
From: Thien-Thi Nguyen @ 2002-05-15  3:42 UTC (permalink / raw)
  Cc: guile-user

   From: Ying Luo <yluo@avanticorp.com>
   Date: Thu, 25 Apr 2002 09:24:51 +0800

   We use guile_1.2 now for our tool's Interpret Interface. It
   works well both in HP and SUN, but when it runs on Linux (64
   bits), the program come into crash in scm_boot_guile_1 (...)
   calling setjmp(...).  I checked the codes in guile_1.5.4 and
   found that there was no setjmp(...) during the initialize.

   Will this difference lead to the crash? I am so puzzled...
   Could anyone give me some advice/suggestion?

could you be more specific about the linux platform (what chip,
what kernel/libc version, what does config.guess say, etc)?

what does the crash reveal if you run the application under a
debugger (say, gdb) and use "bt"?

have you tried any of the intervening guile versions?  (guile-1.3.4
seems to be most stable for old applications, guile-1.4.1 was just
released yesterday.)

thi

_______________________________________________
Guile-user mailing list
Guile-user@gnu.org
http://mail.gnu.org/mailman/listinfo/guile-user


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

end of thread, other threads:[~2002-05-15  3:42 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <E16UWEL-0007EO-00@fencepost.gnu.org>
2002-04-25  1:24 ` Is there any difference between SUN and LINUX? Ying Luo
2002-04-26  4:16   ` Rob Browning
2002-04-26  4:18     ` Ying Luo
2002-04-26  4:33       ` Rob Browning
2002-05-15  3:42   ` Thien-Thi Nguyen

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).