2015-02-03T00:01:20Z psilord1 joined #sbcl 2015-02-03T00:08:14Z msmith joined #sbcl 2015-02-03T00:09:20Z msmith: hello, anyone know of any ongoing issues and solutions to building sbcl on freebsd with sb-bsd-threads? 2015-02-03T00:09:47Z nyef: ... Completely unaware of any issues. What are you running into? 2015-02-03T00:10:42Z msmith: when I build from source I first get that sb-bsd-sockets did not pass its self test 2015-02-03T00:11:50Z nyef: And it passes if you build without threads? 2015-02-03T00:12:10Z msmith: I tried to install anyway, then I get, an error saying don't know how to require sb-bsd-threads 2015-02-03T00:12:42Z msmith: well, that's the only contrib that's failing. haven't tried from source without it 2015-02-03T00:15:37Z nyef: Also, have a look at output/building-contrib.sb-bsd-sockets to see what the failing test is / tests are. 2015-02-03T00:18:41Z msmith: nyef: I did leave out one important detail 2015-02-03T00:18:52Z nyef: Only one? 2015-02-03T00:19:18Z msmith: one that I know of 2015-02-03T00:19:41Z msmith: I installed a binary version first 2015-02-03T00:20:05Z msmith: then realized that threading didn't come stock on freebsd 2015-02-03T00:20:40Z nyef: In theory, that shouldn't be a big deal. 2015-02-03T00:20:51Z nyef: On the other paw, it might be important. 2015-02-03T00:20:57Z |3b|: "sb-bsd-threads"? 2015-02-03T00:21:02Z msmith: yes 2015-02-03T00:21:11Z nyef: Oh. Braino. 2015-02-03T00:21:18Z nyef: sb-threads, sb-bsd-sockets. 2015-02-03T00:21:36Z nyef: Good catch, |3b|. 2015-02-03T00:22:03Z msmith: yeah, sb-bsd-sockets 2015-02-03T00:22:49Z msmith: wait ... 2015-02-03T00:23:11Z |3b|: though if the tests failed, you wouldn't be able to require sb-bsd-sockets either 2015-02-03T00:23:38Z msmith: ok, so yeah, I rebuilt it for the need of mulit-threading 2015-02-03T00:23:44Z |3b|: at which point, back to the "see which tests are failing" step 2015-02-03T00:23:51Z msmith: but sb-bsd-sockets is failing 2015-02-03T00:24:32Z nyef: Do we still have the issue of one or two of the socket tests failing if your ISP is willfully stupid with respect to the DNS protocol? 2015-02-03T00:24:43Z |3b|: if it doesn't take long to build, probably worth seeing if the tests pass without threads 2015-02-03T00:25:42Z msmith: Test SB-BSD-SOCKETS-TEST::MAKE-INET6-SOCKET.SMOKE failed 2015-02-03T00:25:56Z |3b|: is ipv6 enabled on that system? 2015-02-03T00:26:05Z msmith: SB-BSD-SOCKETS:PROTOCOL-NOT-SUPPORTED-ERROR 2015-02-03T00:26:13Z msmith: without the smiley face 2015-02-03T00:26:20Z msmith: no 2015-02-03T00:26:26Z nyef: ... Any other test failures? 2015-02-03T00:26:45Z msmith: one sec 2015-02-03T00:27:38Z msmith: 3 out of 27 total tests failed: SB-BSD-SOCKETS-TEST::MAKE-INET6-SOCKET.SMOKE, 2015-02-03T00:27:38Z msmith: SB-BSD-SOCKETS-TEST::MAKE-INET6-SOCKET.KEYWORD, 2015-02-03T00:27:38Z msmith: SB-BSD-SOCKETS-TEST::INET6-SOCKET-BIND. 2015-02-03T00:28:24Z msmith: then 2015-02-03T00:28:29Z msmith: Unhandled SIMPLE-ERROR in thread #: 2015-02-03T00:28:30Z msmith: test-op failed with unexpected failures 2015-02-03T00:28:42Z nyef: Okay, so that's more-or-less tolerable. 2015-02-03T00:29:29Z msmith: followed by a backtrace 2015-02-03T00:29:58Z nyef: Okay, "touch obj/asdf-cache/sb-bsd-sockets/test-passed.test-report" and install. 2015-02-03T00:30:37Z nyef: You won't have IPv6 support, but the rest should be workable. 2015-02-03T00:31:00Z nikki93 joined #sbcl 2015-02-03T00:31:48Z msmith: nyef: this should be run in the dir with source code correct? 2015-02-03T00:31:52Z nyef: Yeah. 2015-02-03T00:32:28Z msmith: well, I meant the install scripts 2015-02-03T00:32:33Z nyef: Basically it claims to the install script that sb-bsd-sockets passed its test. 2015-02-03T00:32:47Z msmith: oh ok 2015-02-03T00:32:47Z karswell` quit (Read error: Connection reset by peer) 2015-02-03T00:34:13Z msmith: nyef: well, that got rid of the errors I was seeing when running sbcl -v 2015-02-03T00:34:14Z msmith: thanks 2015-02-03T00:34:17Z karswell` joined #sbcl 2015-02-03T00:40:32Z nikki93 quit (Remote host closed the connection) 2015-02-03T00:41:41Z nikki93 joined #sbcl 2015-02-03T00:41:42Z nikki93 quit (Remote host closed the connection) 2015-02-03T00:43:01Z nyef: The other solution is to enable IPv6 on your machine. d-: 2015-02-03T00:44:55Z nikki93 joined #sbcl 2015-02-03T01:00:12Z psy_ quit (Read error: Connection reset by peer) 2015-02-03T01:00:31Z psy_ joined #sbcl 2015-02-03T01:02:28Z oleo is now known as Guest65369 2015-02-03T01:03:20Z oleo__ joined #sbcl 2015-02-03T01:05:22Z Guest65369 quit (Ping timeout: 240 seconds) 2015-02-03T01:05:25Z nikki93 quit (Remote host closed the connection) 2015-02-03T01:08:12Z cojy_ quit (Ping timeout: 276 seconds) 2015-02-03T01:19:47Z cojy_ joined #sbcl 2015-02-03T01:24:47Z dougk_ quit (Ping timeout: 250 seconds) 2015-02-03T01:54:06Z stassats quit (Ping timeout: 264 seconds) 2015-02-03T02:01:22Z nikki93 joined #sbcl 2015-02-03T02:02:09Z nikki93 quit (Remote host closed the connection) 2015-02-03T02:03:49Z nikki93 joined #sbcl 2015-02-03T02:07:23Z nikki93 quit (Remote host closed the connection) 2015-02-03T02:20:10Z ASau quit (Remote host closed the connection) 2015-02-03T02:22:02Z ASau joined #sbcl 2015-02-03T02:25:24Z ASau quit (Remote host closed the connection) 2015-02-03T02:30:23Z ASau joined #sbcl 2015-02-03T02:33:56Z nikki93 joined #sbcl 2015-02-03T02:37:00Z andrewro` joined #sbcl 2015-02-03T02:37:17Z andrewro` left #sbcl 2015-02-03T02:49:38Z andrew911 joined #sbcl 2015-02-03T02:49:57Z andrew911 left #sbcl 2015-02-03T02:52:44Z LiamH quit (Ping timeout: 245 seconds) 2015-02-03T02:59:46Z LiamH joined #sbcl 2015-02-03T03:00:20Z nikki93 quit (Remote host closed the connection) 2015-02-03T03:03:22Z Quadrescence joined #sbcl 2015-02-03T03:04:24Z Quadrescence quit (Remote host closed the connection) 2015-02-03T03:06:07Z psy_ quit (Ping timeout: 245 seconds) 2015-02-03T03:07:18Z andrewrorer117 quit (Disconnected by services) 2015-02-03T03:15:02Z jrm: I just had a stumpwm/sbcl crash after running it from an xterm, but unfortunately there wasn't much new in the output: http://ftfl.ca/paste/stumpwm-out-feb-2-2309.html 2015-02-03T03:15:32Z psy_ joined #sbcl 2015-02-03T03:15:58Z nyef: jrm: Backtrace? 2015-02-03T03:16:15Z nyef: Also, what happened to --lose-on-corruption? That might have gotten us a look at the signal context. 2015-02-03T03:16:30Z nyef: ... That program counter looks suspicious as well. 2015-02-03T03:17:57Z jrm: nyef: Looking at my logs to see what I missed/misunderstood with --lose-on-corruption. I'll also trying the backtrace now. 2015-02-03T03:19:33Z jrm: s/try/trying/ 2015-02-03T03:20:05Z nyef: Umm... That PC is somewhere in NIL. As in, the symbol object. 2015-02-03T03:22:46Z nyef: The specific circumstances require an idle period immediately before the crash? 2015-02-03T03:23:33Z jrm: The last few times I've been away and returned to the crash. 2015-02-03T03:28:13Z jrm: Here's the backtrace: http://dpaste.com/3NDDNCV 2015-02-03T03:28:33Z nyef: Mmm. Lisp backtrace? 2015-02-03T03:29:00Z nyef: Or use print lisp_backtrace(10) from gdb. I think that's the function name. 2015-02-03T03:31:03Z nyef: Hrm. Yeah, now I really DO want a look at that interrupt context, given what I see as code... 2015-02-03T03:31:28Z nyef: (sb-disassem:disassemble-memory (sb-kernel:get-lisp-obj-address nil) 32) shows an interesting code sequence. 2015-02-03T03:31:36Z jrm: nothing from lisp_backtrace(10) and the WM is in such a buggered state I can't connect to the emacs daemon. 2015-02-03T03:32:25Z nyef: Mmm. And without lose-on-corruption the runtime tosses the interrupt context anyway. SBCL is so annoying sometimes. /-: 2015-02-03T03:33:40Z nyef: Still, what I'm thinking at this point is a DX array allocation or similar, no bounds checking, an overrun screw, and slapping a NIL on some poor frame's return address. 2015-02-03T03:34:23Z jrm: So, I'll try and by starting with stumpwm --lose-on-corruption 2015-02-03T03:34:32Z nyef: Hrm. Except that the stack grows the wrong way for that to be particularly EASY, so it'd have to be a pretty bad overrun screw. 2015-02-03T03:36:50Z jrm: Is there anything else useful to extract before I kill the pid? 2015-02-03T03:37:11Z nyef: Umm... Maybe. 2015-02-03T03:38:18Z nyef: Can I have an x/10i 0x20100017 please? 2015-02-03T03:39:02Z christoph_debian quit (Ping timeout: 245 seconds) 2015-02-03T03:39:23Z jrm: http://dpaste.com/3Q6G8XT 2015-02-03T03:39:56Z nyef: That's not right. 2015-02-03T03:40:50Z nyef: 0x2010001f: add %ah,0x2(%rdi) 2015-02-03T03:41:15Z nyef: So, your NIL is getting corrupted as well. 2015-02-03T03:46:30Z alchemis7 joined #sbcl 2015-02-03T03:46:54Z nikki93 joined #sbcl 2015-02-03T03:51:16Z jrm: Shall I kill the process or are you pondering other possibilities? 2015-02-03T03:52:25Z christoph_debian joined #sbcl 2015-02-03T03:53:26Z nikki93 quit (Remote host closed the connection) 2015-02-03T03:54:40Z nyef: No, you may as well kill it. 2015-02-03T03:59:10Z nikki93 joined #sbcl 2015-02-03T03:59:57Z nikki93 quit (Remote host closed the connection) 2015-02-03T04:02:22Z jrm: I shall return, again. 2015-02-03T04:04:34Z LiamH quit (Quit: Leaving.) 2015-02-03T04:09:31Z nyef: We'll be waiting. 2015-02-03T04:09:51Z nyef: ... I do so hope that lose-on-corruption will get us a good backtrace and a look at the interrupt context. 2015-02-03T04:20:09Z nikki93 joined #sbcl 2015-02-03T04:26:31Z nikki93 quit (Remote host closed the connection) 2015-02-03T04:47:25Z dougk_ joined #sbcl 2015-02-03T04:53:03Z dougk__ joined #sbcl 2015-02-03T04:55:48Z dougk_ quit (Ping timeout: 245 seconds) 2015-02-03T05:00:44Z |3b|: jrm: have you tried triggering screen saver and/or sleep/hibernate if your system uses them? 2015-02-03T05:01:15Z |3b|: or setting timeouts to something like a minute 2015-02-03T05:17:52Z dougk__ quit (Ping timeout: 240 seconds) 2015-02-03T05:18:39Z dougk_ joined #sbcl 2015-02-03T05:20:48Z jrm: |3b|: both happen regularly 2015-02-03T05:21:22Z jrm: that is, xlock kicks in many times before a crash and I may or may not suspend/resume a few times before a crash 2015-02-03T05:24:29Z selat joined #sbcl 2015-02-03T05:26:25Z nyef: minion: Advice on ram? 2015-02-03T05:26:25Z minion: #11928: First get a book on programming. Then read it. Then write the program. 2015-02-03T05:26:30Z nyef: Hrm. 2015-02-03T05:26:38Z nyef: minion: advice on never? 2015-02-03T05:26:38Z minion: #12000: Looking for a compiler bug is the second-to-last resort. The last resort is blaming bad RAM. It's never the correct hypothesis. 2015-02-03T05:26:52Z nyef: jrm: Maybe it's bad RAM 2015-02-03T05:26:53Z nyef: ? 2015-02-03T05:39:39Z nyef quit (Quit: G'night all) 2015-02-03T05:43:35Z edgar-rft quit (Quit: lifeform experiment finished by sudden death) 2015-02-03T05:44:37Z jrm: If nyef was here I'd tell him that this happens on two different laptops and a desktop, so bad RAM is not the problem. 2015-02-03T05:45:39Z edgar-rft joined #sbcl 2015-02-03T05:51:57Z pranavrc joined #sbcl 2015-02-03T05:51:57Z pranavrc quit (Changing host) 2015-02-03T05:51:57Z pranavrc joined #sbcl 2015-02-03T05:56:27Z gingerale joined #sbcl 2015-02-03T06:27:26Z oleo__ quit (Quit: Verlassend) 2015-02-03T06:29:12Z slyrus joined #sbcl 2015-02-03T06:44:49Z karswell` quit (Remote host closed the connection) 2015-02-03T06:55:01Z slyrus quit (Ping timeout: 264 seconds) 2015-02-03T07:01:52Z selat_ joined #sbcl 2015-02-03T07:01:54Z selat quit (Ping timeout: 265 seconds) 2015-02-03T07:19:16Z nikki93 joined #sbcl 2015-02-03T07:23:59Z nikki93 quit (Ping timeout: 245 seconds) 2015-02-03T07:59:26Z psy_ quit (Quit: Leaving) 2015-02-03T08:00:06Z scymtym_ joined #sbcl 2015-02-03T08:20:19Z nikki93 joined #sbcl 2015-02-03T08:25:09Z nikki93 quit (Ping timeout: 256 seconds) 2015-02-03T08:31:46Z Cymew joined #sbcl 2015-02-03T08:51:42Z Shinmera joined #sbcl 2015-02-03T09:00:13Z angavrilov joined #sbcl 2015-02-03T09:03:25Z fridim_ joined #sbcl 2015-02-03T09:13:07Z psy joined #sbcl 2015-02-03T09:17:11Z dougk_ quit (Ping timeout: 245 seconds) 2015-02-03T09:21:06Z nikki93 joined #sbcl 2015-02-03T09:25:45Z nikki93 quit (Ping timeout: 244 seconds) 2015-02-03T09:41:11Z loke quit (Remote host closed the connection) 2015-02-03T10:18:32Z loke joined #sbcl 2015-02-03T10:21:22Z attila_lendvai joined #sbcl 2015-02-03T10:21:22Z attila_lendvai quit (Changing host) 2015-02-03T10:21:22Z attila_lendvai joined #sbcl 2015-02-03T10:21:55Z nikki93 joined #sbcl 2015-02-03T10:26:13Z nikki93 quit (Ping timeout: 245 seconds) 2015-02-03T11:04:17Z dougk_ joined #sbcl 2015-02-03T11:22:34Z nikki93 joined #sbcl 2015-02-03T11:26:56Z nikki93 quit (Ping timeout: 252 seconds) 2015-02-03T11:36:55Z scymtym_ quit (Ping timeout: 265 seconds) 2015-02-03T11:51:16Z jrm: New stumpwm/sbcl crash: http://dpaste.com/2MZDB9H 2015-02-03T11:59:35Z jrm: backtrace: http://dpaste.com/2PRWVFP 2015-02-03T12:02:16Z edgar-rft quit (Quit: happening discontinued by mental death) 2015-02-03T12:21:35Z dougk_ quit (Ping timeout: 250 seconds) 2015-02-03T12:23:16Z nikki93 joined #sbcl 2015-02-03T12:29:41Z nikki93 quit (Ping timeout: 244 seconds) 2015-02-03T12:50:01Z Shinmera- joined #sbcl 2015-02-03T12:51:27Z Shinmera quit (Disconnected by services) 2015-02-03T12:51:32Z Shinmera- is now known as Shinmera 2015-02-03T12:56:03Z psy quit (Remote host closed the connection) 2015-02-03T12:57:24Z adlai quit (Ping timeout: 250 seconds) 2015-02-03T12:57:24Z Cymew quit (Ping timeout: 250 seconds) 2015-02-03T13:11:00Z nyef joined #sbcl 2015-02-03T13:21:43Z pranavrc quit 2015-02-03T13:32:53Z Cymew joined #sbcl 2015-02-03T13:35:40Z LiamH joined #sbcl 2015-02-03T13:44:12Z ASau` joined #sbcl 2015-02-03T13:47:35Z ASau quit (Ping timeout: 252 seconds) 2015-02-03T13:47:58Z ASau` is now known as ASau 2015-02-03T14:00:44Z adlai joined #sbcl 2015-02-03T14:03:26Z LiamH quit (Quit: Leaving.) 2015-02-03T14:17:23Z scymtym_ joined #sbcl 2015-02-03T14:28:16Z dougk_ joined #sbcl 2015-02-03T14:39:03Z mega1` quit (Ping timeout: 264 seconds) 2015-02-03T15:01:32Z dougk_ quit (Ping timeout: 245 seconds) 2015-02-03T15:03:36Z psilord2 joined #sbcl 2015-02-03T15:17:59Z oleo joined #sbcl 2015-02-03T15:25:12Z nikki93 joined #sbcl 2015-02-03T15:29:52Z nikki93 quit (Ping timeout: 245 seconds) 2015-02-03T15:34:33Z Cymew quit (Ping timeout: 245 seconds) 2015-02-03T15:47:29Z psy joined #sbcl 2015-02-03T15:52:51Z jrm: nyef: http://dpaste.com/2MZDB9H http://dpaste.com/2PRWVFP 2015-02-03T15:54:59Z nyef: jrm: Okay, at the ldb> prompt, use the "context" and "backtrace" commands, please. 2015-02-03T15:56:03Z jrm: nyef: It might be tough, when it crashed, it took focus away from the xterm. Is there another way to attach? 2015-02-03T15:56:34Z nyef: Let me think about that, we should be able to get some results from gdb. 2015-02-03T16:00:05Z nyef: Are you on single-threaded or multiple-threaded SBCL? 2015-02-03T16:00:13Z nikki93 joined #sbcl 2015-02-03T16:00:51Z jrm: multi- 2015-02-03T16:01:13Z jrm: I think anyway. How can I verify? 2015-02-03T16:01:57Z nyef: Trying to figure out how to get the information I need from gdb. 2015-02-03T16:02:08Z jrm: OK 2015-02-03T16:02:53Z nyef: And... Drat. Going to be busy for up to about half an hour. /-: 2015-02-03T16:03:47Z jrm: No worries. I have a few things to take care of too, so I'll wait. 2015-02-03T16:04:15Z DeadTrickster joined #sbcl 2015-02-03T16:05:16Z jrm: I should have started tmux before stumpwm --lose-on-corruption 2015-02-03T16:05:43Z pkhuong_: detachtty might work. 2015-02-03T16:05:54Z joshe: I always run stump from a tmux, it comes in handy now and then 2015-02-03T16:06:05Z nyef: Did you build the SBCL or is it a stock build of some sort? Do you have the cold-sbcl.map file? 2015-02-03T16:07:37Z jrm: I built it. 2015-02-03T16:07:52Z jrm: Looking for the cold-sbcl.map. 2015-02-03T16:08:05Z jrm: pkhuong_: also looking into detachtty 2015-02-03T16:08:13Z nyef: Even better would be either copy of the genesis headers. 2015-02-03T16:08:27Z dougk_ joined #sbcl 2015-02-03T16:10:42Z jrm: http://ftfl.ca/misc/cold-sbcl.map 2015-02-03T16:12:27Z nyef: Ah, drat. It's not in the map. 2015-02-03T16:12:44Z nyef: Umm... Can you do a "call print(0x2010025f)" in gdb? 2015-02-03T16:13:12Z nyef: It should claim to be free-interrupt-context-index. What's it's value? 2015-02-03T16:15:20Z nyef: Hrm. That might not work. /-: 2015-02-03T16:17:56Z jrm: In case there is anything useful in the build tree: http://ftfl.ca/misc/sbcl-1.2.7/ 2015-02-03T16:18:35Z jrm: call print(0x2010025f) shows nothing 2015-02-03T16:21:35Z dougk_ quit (Ping timeout: 252 seconds) 2015-02-03T16:26:35Z nikki93 quit (Remote host closed the connection) 2015-02-03T16:30:34Z nyef: It's looking like there might not BE an interrupt context for this? WTF? 2015-02-03T16:31:30Z nyef: This can't be right, surely? 2015-02-03T16:31:44Z nyef: Oh! 2015-02-03T16:32:28Z nyef: jrm: Can you get to the lisp_memory_fault_error frame in gdb and print the context structure please? 2015-02-03T16:33:43Z jrm: (gdb) print lisp_memory_fault_error 2015-02-03T16:33:43Z jrm: $2 = {void (os_context_t *, os_vm_address_t)} 0x413180 2015-02-03T16:34:48Z nyef: Should be something like "frame 8" followed by "print context". 2015-02-03T16:35:06Z jrm: k, trying 2015-02-03T16:35:27Z nyef: Or maybe even "print *context". 2015-02-03T16:36:07Z jrm: Sorry, I'm not sure of the syntax. 2015-02-03T16:36:13Z nyef: Neither am I. 2015-02-03T16:36:23Z jrm: k, I'll search 2015-02-03T16:36:44Z dougk_ joined #sbcl 2015-02-03T16:38:11Z nyef: Oh, for the... Do static symbols MOVE depending on if you're on a threaded or non-threaded build? 2015-02-03T16:38:33Z jrm: Sorry, no idea 2015-02-03T16:38:58Z nyef: Yeah, wasn't quite asking you. 2015-02-03T16:39:01Z jrm: ah 2015-02-03T16:39:02Z jrm: :)( 2015-02-03T16:39:20Z jrm: be back in about 5-10 minutes 2015-02-03T16:47:28Z slyrus joined #sbcl 2015-02-03T16:55:23Z DeadTrickster quit (Ping timeout: 240 seconds) 2015-02-03T16:57:28Z dougk_ quit (Ping timeout: 245 seconds) 2015-02-03T16:59:14Z jrm: If there isn't anything else to try, I can restart, same as before, but attached with tmux, so I can ssh in and get the ldb prompt. 2015-02-03T17:01:26Z nyef: Were you able to select the frame for lisp_memory_fault_error in gdb? 2015-02-03T17:01:48Z nikki93 joined #sbcl 2015-02-03T17:01:55Z nyef: At this point it's not looking likely that we'll be able to get context information from ldb. /-: 2015-02-03T17:03:05Z jrm: If I did it correctly, it doesn't seem to say much: (gdb) select-frame 8 2015-02-03T17:03:05Z jrm: (gdb) print context 2015-02-03T17:03:06Z jrm: $4 = (os_context_t *) 0x822117b00 2015-02-03T17:03:08Z jrm: 2015-02-03T17:03:29Z nyef: print *context 2015-02-03T17:03:32Z jrm: ah 2015-02-03T17:03:56Z jrm: http://dpaste.com/3Y6WM6T 2015-02-03T17:05:29Z Bicyclidine joined #sbcl 2015-02-03T17:07:45Z nyef: call backtrace_from_fp(34928063088, 10) please. 2015-02-03T17:08:01Z nyef: With a bit of luck, that'll do something useful. /-: 2015-02-03T17:08:09Z jrm: nothing 2015-02-03T17:08:14Z nyef: Damn. 2015-02-03T17:10:09Z dougk_ joined #sbcl 2015-02-03T17:10:37Z DeadTrickster joined #sbcl 2015-02-03T17:10:44Z nyef: x/1lx 0x821dff258 2015-02-03T17:11:32Z jrm: (gdb) x/1lx 0x821dff258 2015-02-03T17:11:33Z jrm: 0x821dff258: 0x00000000 2015-02-03T17:11:50Z nyef: Hrm. I'm at a loss, then. 2015-02-03T17:13:07Z jrm: Trying again with tmux beforehand will be useful? 2015-02-03T17:13:14Z nyef: The only place I find NIL is R8, so we're probably not looking at RET with NIL as a return address, but we could be looking at trying to FUNCALL or APPLY NIL without any typechecks... 2015-02-03T17:14:41Z nyef: Yeah, I think the next thing that we need is an annotated backtrace, and it seems like that's a hard thing to get from gdb. 2015-02-03T17:20:22Z jrm: ...waiting for the next crash. 2015-02-03T17:22:50Z dougk__ joined #sbcl 2015-02-03T17:24:11Z dougk_ quit (Ping timeout: 244 seconds) 2015-02-03T17:29:56Z psy quit (Read error: Connection reset by peer) 2015-02-03T17:30:13Z psy joined #sbcl 2015-02-03T17:32:43Z stassats joined #sbcl 2015-02-03T17:33:53Z stassats: turns out, sbcl runs on chrome os 2015-02-03T17:34:00Z stassats: same binary as normal linux 2015-02-03T17:38:57Z Shinmera: Nice 2015-02-03T17:50:47Z milanj joined #sbcl 2015-02-03T17:55:51Z DeadTrickster quit (Ping timeout: 265 seconds) 2015-02-03T17:56:24Z fridim_ quit (Read error: Connection reset by peer) 2015-02-03T17:58:13Z psy quit (Disconnected by services) 2015-02-03T17:58:32Z psy_ joined #sbcl 2015-02-03T17:59:46Z nikki93 quit (Remote host closed the connection) 2015-02-03T18:11:26Z DeadTrickster joined #sbcl 2015-02-03T18:13:08Z fridim_ joined #sbcl 2015-02-03T18:15:39Z nikki93 joined #sbcl 2015-02-03T18:16:56Z nikki93 quit (Remote host closed the connection) 2015-02-03T18:17:30Z nikki93 joined #sbcl 2015-02-03T18:22:01Z nikki93 quit (Ping timeout: 264 seconds) 2015-02-03T18:23:07Z nikki93 joined #sbcl 2015-02-03T18:33:48Z burtons joined #sbcl 2015-02-03T18:38:38Z akkad: is there a way to protect a saved image file with password/encryption in lisp without resorting to external mechanism? 2015-02-03T18:39:07Z burtons: i haven't seen anything like that in the options for save-lisp-and-die 2015-02-03T18:39:13Z burtons: so, i would say, no 2015-02-03T18:39:30Z Bicyclidine: should be easy enough just to encrypt it with an external system 2015-02-03T18:39:44Z akkad: yeah 2015-02-03T18:45:07Z slyrus quit (Ping timeout: 264 seconds) 2015-02-03T18:47:49Z selat_ quit (Ping timeout: 264 seconds) 2015-02-03T18:55:31Z DeadTrickster quit (Ping timeout: 245 seconds) 2015-02-03T18:56:09Z jdz quit (Ping timeout: 276 seconds) 2015-02-03T18:59:21Z nikki93 quit (Remote host closed the connection) 2015-02-03T19:00:40Z attila_lendvai quit (Quit: Leaving.) 2015-02-03T19:01:49Z jdz joined #sbcl 2015-02-03T19:11:19Z DeadTrickster joined #sbcl 2015-02-03T19:13:53Z mega1 joined #sbcl 2015-02-03T19:19:40Z foom quit (Quit: Leaving) 2015-02-03T19:30:14Z nikki93 joined #sbcl 2015-02-03T19:30:51Z foom joined #sbcl 2015-02-03T19:39:41Z scymtym_ quit (Ping timeout: 250 seconds) 2015-02-03T19:44:03Z nikki93 quit (Remote host closed the connection) 2015-02-03T19:53:33Z Bicyclidine quit (Ping timeout: 250 seconds) 2015-02-03T19:55:46Z DeadTrickster quit (Ping timeout: 255 seconds) 2015-02-03T19:59:06Z selat joined #sbcl 2015-02-03T20:00:25Z Bicyclidine joined #sbcl 2015-02-03T20:00:25Z nikki93 joined #sbcl 2015-02-03T20:04:40Z Bicyclidine quit (Ping timeout: 252 seconds) 2015-02-03T20:05:37Z Bicyclidine joined #sbcl 2015-02-03T20:10:05Z milanj quit (Ping timeout: 256 seconds) 2015-02-03T20:10:58Z DeadTrickster joined #sbcl 2015-02-03T20:13:15Z Bicyclidine quit (Ping timeout: 264 seconds) 2015-02-03T20:14:58Z Bicyclidine joined #sbcl 2015-02-03T20:32:51Z psilord2 quit (Quit: Leaving.) 2015-02-03T20:37:17Z circ-user-Suagq joined #sbcl 2015-02-03T20:41:01Z circ-user-Suagq quit (Remote host closed the connection) 2015-02-03T20:56:01Z DeadTrickster quit (Ping timeout: 244 seconds) 2015-02-03T21:00:07Z dougk__ quit (Ping timeout: 255 seconds) 2015-02-03T21:11:05Z DeadTrickster joined #sbcl 2015-02-03T21:20:57Z nikki93 quit (Remote host closed the connection) 2015-02-03T21:34:13Z eudoxia joined #sbcl 2015-02-03T21:41:18Z nikki93 joined #sbcl 2015-02-03T21:56:23Z DeadTrickster quit (Ping timeout: 240 seconds) 2015-02-03T21:57:27Z gingerale quit (Ping timeout: 252 seconds) 2015-02-03T22:04:27Z dougk_ joined #sbcl 2015-02-03T22:11:52Z DeadTrickster joined #sbcl 2015-02-03T22:14:54Z angavrilov quit (Remote host closed the connection) 2015-02-03T22:15:20Z slyrus joined #sbcl 2015-02-03T22:20:38Z nikki93 quit (Remote host closed the connection) 2015-02-03T22:29:01Z nikki93 joined #sbcl 2015-02-03T22:30:00Z edgar-rft joined #sbcl 2015-02-03T22:36:19Z nikki93 quit (Remote host closed the connection) 2015-02-03T22:42:23Z DeadTrickster quit (Ping timeout: 240 seconds) 2015-02-03T22:53:49Z burtons quit (Ping timeout: 264 seconds) 2015-02-03T23:02:49Z Shinmera quit (Quit: しつれいしなければならないんです。) 2015-02-03T23:03:38Z irsol quit (Ping timeout: 244 seconds) 2015-02-03T23:05:21Z irsol joined #sbcl 2015-02-03T23:09:16Z cojy_ quit (Ping timeout: 245 seconds) 2015-02-03T23:27:41Z cojy_ joined #sbcl 2015-02-03T23:57:43Z slyrus quit (Ping timeout: 264 seconds)