IRC channel logs

2018-07-26.log

back to list of logs

<jlicht>I am struggling with what I think might be a deadlock
<jlicht>If I strace the execution of pasting http://paste.debian.net/1035179/ in a `guile -q' repl, it seems that all spawned threads or either stuck in a read call, write call, or waiting on a futex call to complete, with nothing happening whatsoever
<snape>is there a way to get to expand '…' in Guile backtraces?
<snape>(I'm in the train, please reply even if I'm offline)
***R2D2 is now known as Guest41200
***R2D2 is now known as Guest15148
<OrangeShark>Happy day before Friday!
<jlicht>Happy day before Friday to you too!
***R2D2 is now known as Guest85530
<dsmith>sneek: botsnack
<sneek>:)
<dsmith-work>Thursday Greetings, Guilers
<daviid>hap thurs dsmith-work, all guilers...
***R2D2 is now known as Guest28793
<androclus>hey, all. this might be a faq.. but.. is anyone using guile to program anything GUI (or even text/ncurses)? if so, what do you use to do so?
<dsmith-work>androclus: I've not used, but there is https://www.gnu.org/software/guile-ncurses/ and https://www.gnu.org/software/guile-gnome/
<daviid>and guile-clutter as well
<daviid>androclus: fwiw, i wrote and maintain gnu foliot [http://www.gnu.org/software/foliot/]
<daviid>androclus: I also wrote a series of examples using guile-clutter, here: http://www.nongnu.org/grip/learn.html [see Grip Clutter Examples on that page]