unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
From: John Proctor <john.proctor@gmail.com>
To: bug-guile@gnu.org
Subject: Problem with netcat
Date: Sun, 3 Apr 2011 17:23:34 -0400	[thread overview]
Message-ID: <BANLkTimocOxf4YTknk+PUziBoD2cHcxHLg@mail.gmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 831 bytes --]

I posted this on IRC and it seems to not likely be a bug with guile but
maybe someone can help.  Other than this one issue, guile seems to run fine.
 I am using version 2.0.0 compiled from sources with:

$ export BDW_GC_CFLAGS=-L/usr/lib
$ export BDW_GC_LIBS=-lgc
$ ./configure --prefix=/custom/dir
$ make
$ make install

If I run:

$ guile --listen 9000

 the guile interpreter starts normal.  I can then go to another shell and
run

$ nc localhost 9000

 and access the running instance.  Everything seems to work normal.


However, if I take a scheme source file such as foo.ss with nothing more
than a single express e.g. (+ 1 1) and try :

$ nc localhost 9000 < foo.ss

the guile instance dies immediately with no errors or anything.


Any ideas on how I can debug what is going on would be appreciated.

Thanks,
John Proctor

[-- Attachment #2: Type: text/html, Size: 1349 bytes --]

             reply	other threads:[~2011-04-03 21:23 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-04-03 21:23 John Proctor [this message]
2011-04-04 21:16 ` Problem with netcat Andy Wingo
2011-04-06 10:52   ` Detlev Zundel
     [not found]   ` <BANLkTimDrGF+3TQdXzwjQ-mWbUj1VMYA6g@mail.gmail.com>
2011-04-07 16:04     ` Detlev Zundel
2011-04-11  8:14       ` Andy Wingo
2011-04-11 14:32         ` Detlev Zundel
2011-04-11 17:35           ` John Proctor
2011-04-11 17:36         ` Mark H Weaver
2011-04-11 18:03           ` Andy Wingo
2011-04-13  9:08           ` Detlev Zundel

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/guile/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=BANLkTimocOxf4YTknk+PUziBoD2cHcxHLg@mail.gmail.com \
    --to=john.proctor@gmail.com \
    --cc=bug-guile@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).