Re: Trouble w/sockets

2013-03-02 Thread Thien-Thi Nguyen
() m...@markwitmer.com () Sun, 03 Mar 2013 00:36:09 -0500 an error that the "resource is temporarily unavailable." Perhaps there's something I need to do before connecting to the X server to ensure that it doesn't hang up on me. Check out Xnest -- useful for sniffing protocol. I suspec

Re: Trouble w/sockets

2013-03-02 Thread Mike Gran
>> Crash? Or throw an error?  I definitely shouldn't crash, but, I could see >> how it could throw an error on Guile 2.0. > >Sadly, it does crash. No error message at all, so it's probably a >segfault or something of that kind. Dunno, then.  (At the risk of telling you something that you already k

Re: Trouble w/sockets

2013-03-02 Thread mark
Mike Gran writes: > > Crash? Or throw an error?  I definitely shouldn't crash, but, I could see > how it could throw an error on Guile 2.0. Sadly, it does crash. No error message at all, so it's probably a segfault or something of that kind. > The problem with `write-char' in Guile 2.0 is that

Re: Trouble w/sockets

2013-03-02 Thread Mike Gran
> From: "m...@markwitmer.com" > (for-each      >   (lambda (b) >     (write-char (integer->char b) sock)) >       '(108 0 11 0 0 0 18 0 16 0 0 0 77 73 84 45 77 65 71 73 67 45 67 79 >       79 75 73 69 45 49 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 243 236 56 >       103 158 249 237 124 101 131 158 31

Trouble w/sockets

2013-03-02 Thread mark
Hi all, I've made lots of progress on my Guile xcb code and it talks to the X server now, send requests, receive replies and so forth. However, if the X server requires authentication, there's trouble. I'm able to send the authentication method's name over the socket that connects to the X serve