2014-09-18T00:36:09Z rme joined #ccl 2014-09-18T01:04:32Z edgar-rft quit (Quit: lifetime abandoned because computer burns) 2014-09-18T01:38:57Z ddp joined #ccl 2014-09-18T01:39:17Z ddp left #ccl 2014-09-18T01:56:21Z billstclair quit (Quit: Linkinus - http://linkinus.com) 2014-09-18T02:06:03Z billstclair joined #ccl 2014-09-18T02:06:03Z billstclair quit (Changing host) 2014-09-18T02:06:03Z billstclair joined #ccl 2014-09-18T02:26:32Z leo2007 quit (Ping timeout: 245 seconds) 2014-09-18T02:28:19Z leo2007 joined #ccl 2014-09-18T02:28:54Z rme quit (Quit: rme) 2014-09-18T02:43:56Z leo2007 quit (Ping timeout: 260 seconds) 2014-09-18T02:52:47Z leo2007 joined #ccl 2014-09-18T02:57:14Z rme joined #ccl 2014-09-18T05:16:59Z rme quit (Quit: rme) 2014-09-18T06:42:08Z segv- joined #ccl 2014-09-18T07:35:22Z bhyde` quit (Ping timeout: 272 seconds) 2014-09-18T07:35:43Z bhyde` joined #ccl 2014-09-18T07:37:51Z Intensity quit (Ping timeout: 246 seconds) 2014-09-18T07:43:38Z Intensity joined #ccl 2014-09-18T08:47:05Z edgar-rft joined #ccl 2014-09-18T11:06:40Z dkcl joined #ccl 2014-09-18T11:15:33Z dkcl quit (Ping timeout: 246 seconds) 2014-09-18T11:42:56Z dkcl joined #ccl 2014-09-18T11:59:09Z rme joined #ccl 2014-09-18T12:02:33Z rme quit (Quit: rme) 2014-09-18T12:02:33Z rme quit (Client Quit) 2014-09-18T12:14:47Z rme joined #ccl 2014-09-18T12:31:10Z jkleiser joined #ccl 2014-09-18T12:49:29Z loiclisp joined #ccl 2014-09-18T12:58:16Z clop2 quit (Remote host closed the connection) 2014-09-18T13:39:36Z dandersen joined #ccl 2014-09-18T13:41:09Z dkcl quit (Ping timeout: 246 seconds) 2014-09-18T13:42:37Z dandersen is now known as dkcl 2014-09-18T14:35:48Z jkleiser quit 2014-09-18T14:38:11Z gendl_ joined #ccl 2014-09-18T14:38:18Z gendl quit (Read error: Connection reset by peer) 2014-09-18T14:38:18Z gendl_ is now known as gendl 2014-09-18T14:43:32Z gendl quit (Ping timeout: 245 seconds) 2014-09-18T14:53:19Z fe[nl]ix: gbyers: ping 2014-09-18T14:59:45Z gbyers: fe[nl]ix: pong 2014-09-18T15:02:51Z fe[nl]ix: hi gbyers 2014-09-18T15:03:00Z fe[nl]ix: see http://trac.clozure.com/ccl/ticket/1236 2014-09-18T15:03:13Z gbyers: What 2014-09-18T15:03:16Z fe[nl]ix: never seen such a thing 2014-09-18T15:03:22Z rme: fe[nl]ix: build the lisp kernel locally as a workaround 2014-09-18T15:04:02Z fe[nl]ix: same thing 2014-09-18T15:05:33Z fe[nl]ix: same faulting address with both kernels 2014-09-18T15:07:25Z rme: I thought it might be the same thing as in http://trac.clozure.com/ccl/ticket/1208, but maybe this is some new devilry. 2014-09-18T15:08:42Z fe[nl]ix: hmm 2014-09-18T15:08:49Z gbyers: I don't know where 0x300000099ad4 is. backtrace (b) in the kernel debugger might. 2014-09-18T15:08:53Z fe[nl]ix: that warning sounds familiar 2014-09-18T15:10:30Z fe[nl]ix: current thread: tcr = 0x7f609f5ce730, native thread ID = 0x604f, interrupts disabled 2014-09-18T15:10:30Z fe[nl]ix: (#x00007F607E8FFF00) #x000030000009938C : # + 221 2014-09-18T15:10:30Z fe[nl]ix: (#x00007F607E8FFF38) #x0000300000096CE4 : # + 197 2014-09-18T15:10:30Z fe[nl]ix: (#x00007F607E8FFF60) #x00003000000996C4 : # + 501 2014-09-18T15:10:30Z fe[nl]ix: (#x00007F607E8FFFA0) #x000030000009A354 : # + 277 2014-09-18T15:10:31Z fe[nl]ix: (#x00007F607E8FFFB0) #x0000300000B3B484 : # + 165 2014-09-18T15:11:45Z gbyers: The linux kernel creates a bogus link map for the vdso that it loads. We used to ignore it because the link map had a null pathname; in 3.15.x they decided to give it a bogus pathname instead/ 2014-09-18T15:14:53Z fe[nl]ix: I see 2014-09-18T15:16:14Z gendl joined #ccl 2014-09-18T15:19:37Z gbyers: The bogosity in question tends to (non-fatally) confuse "info shared" in GDB, too, 2014-09-18T15:28:20Z ddp joined #ccl 2014-09-18T15:28:36Z ddp quit (Client Quit) 2014-09-18T15:55:29Z gbyers: We're basically just trying to enumerate the sonames of the currently open shared libraries so that we can match those to the shared libraries that we knew about when the image was saved. Linux has historically been casual about whether the dynamic section's DT_SONAME entry was an offset from the start of a string table or an absolute pointer, and we try to use heuristics to guess. Apparently those heuristics guess wrong, but it would of 2014-09-18T15:55:30Z gbyers: course be better if we could just do what the ELF spec says we should do. 2014-09-18T15:58:30Z fe[nl]ix: you can't enumerate the open shared libraries 2014-09-18T15:58:40Z fe[nl]ix: there's noting in POSIX for that 2014-09-18T15:59:32Z fe[nl]ix: you might try to shadow dlopen() and dlclose() 2014-09-18T16:00:38Z fe[nl]ix: I looked into it for CFFI some time ago and it can't be done even vaguely portably 2014-09-18T16:00:51Z fe[nl]ix: we're at the mercy of kernel and libc developers 2014-09-18T16:01:03Z gbyers: Look at the code if you want to ... I probably wouldn't start a sentence with "we try to enumerate the shared libraries ..." unless we do so, would I ? 2014-09-18T16:01:49Z gbyers: And at the mercy of the ELF spec when applicable ... 2014-09-18T16:07:29Z leo2007 quit (Ping timeout: 272 seconds) 2014-09-18T17:48:53Z loiclisp quit (Ping timeout: 260 seconds) 2014-09-18T18:02:47Z ddp joined #ccl 2014-09-18T18:02:53Z ddp quit (Client Quit) 2014-09-18T18:17:32Z gbyers: fe[nl]ix: I can't reproduce the problem in what's supposed to be a very recent 3.16.3 kernel on Ubuntu with the CCL trunk or the 1.10 release; older versions of CCL would have had a problem with Linux kernels > ~3.15.3, IIRC. 2014-09-18T18:42:14Z dkcl quit (Remote host closed the connection) 2014-09-18T18:43:10Z dkcl joined #ccl 2014-09-18T18:45:20Z dkcl quit (Remote host closed the connection) 2014-09-18T18:50:42Z dkcl joined #ccl 2014-09-18T19:34:23Z ddp joined #ccl 2014-09-18T19:34:37Z ddp left #ccl 2014-09-18T19:36:44Z ChibaPet left #ccl 2014-09-18T19:39:08Z dkcl quit (Remote host closed the connection) 2014-09-18T20:23:27Z gz quit (Ping timeout: 180 seconds) 2014-09-18T20:41:36Z dkcl joined #ccl 2014-09-18T20:53:38Z ddp joined #ccl 2014-09-18T20:53:55Z ddp quit (Client Quit) 2014-09-18T21:42:54Z billstclair quit (Read error: Connection reset by peer) 2014-09-18T21:44:37Z billstclair joined #ccl 2014-09-18T22:21:02Z rme quit (Quit: rme) 2014-09-18T22:21:03Z rme quit (Quit: rme) 2014-09-18T22:22:01Z leo2007 joined #ccl 2014-09-18T22:52:53Z Hydan joined #ccl 2014-09-18T22:52:54Z Hydan is now known as Guest41538 2014-09-18T22:54:54Z Guest41538 quit (Client Quit) 2014-09-18T22:55:48Z dkcl quit (Remote host closed the connection) 2014-09-18T23:20:49Z Hydan` joined #ccl 2014-09-18T23:21:13Z Hydan` is now known as Guest42090 2014-09-18T23:26:29Z Guest42090 quit (Quit: ZNC - http://znc.in) 2014-09-18T23:27:03Z Hydan joined #ccl 2014-09-18T23:56:10Z rme joined #ccl