2015-01-06T00:10:42Z slyrus quit (Ping timeout: 244 seconds) 2015-01-06T00:17:23Z White_Flame joined #sbcl 2015-01-06T00:22:44Z nikki93_ joined #sbcl 2015-01-06T00:23:02Z nikki93 quit (Read error: Connection reset by peer) 2015-01-06T00:38:38Z attila_lendvai quit (Quit: Leaving.) 2015-01-06T00:43:14Z nikki93_ quit (Read error: Connection reset by peer) 2015-01-06T00:43:26Z nikki93 joined #sbcl 2015-01-06T00:59:28Z rpg quit (Quit: rpg) 2015-01-06T01:10:00Z oleo is now known as Guest9554 2015-01-06T01:10:53Z oleo__ joined #sbcl 2015-01-06T01:12:45Z Guest9554 quit (Ping timeout: 256 seconds) 2015-01-06T01:42:41Z rpg joined #sbcl 2015-01-06T01:43:06Z rpg quit (Client Quit) 2015-01-06T01:57:55Z nikki93 quit (Remote host closed the connection) 2015-01-06T01:58:28Z nikki93 joined #sbcl 2015-01-06T01:59:36Z nikki93 quit (Read error: No route to host) 2015-01-06T02:00:06Z nikki93 joined #sbcl 2015-01-06T02:19:40Z echo-area joined #sbcl 2015-01-06T02:19:52Z nikki93 quit (Read error: Connection reset by peer) 2015-01-06T02:20:03Z nikki93 joined #sbcl 2015-01-06T02:45:41Z Bicyclidine quit (Ping timeout: 256 seconds) 2015-01-06T02:52:11Z Bicyclidine joined #sbcl 2015-01-06T02:52:35Z nikki93 quit (Remote host closed the connection) 2015-01-06T03:07:22Z psy_ quit (Ping timeout: 240 seconds) 2015-01-06T03:38:57Z christoph_debian quit (Ping timeout: 256 seconds) 2015-01-06T03:49:51Z oleo__ quit (Quit: Verlassend) 2015-01-06T03:50:27Z oleo joined #sbcl 2015-01-06T03:52:00Z christoph_debian joined #sbcl 2015-01-06T03:55:19Z akkad: how do we get what is required for a PR from ldb> ? 2015-01-06T03:56:04Z nyef: How'd you get to LDB in the first place? 2015-01-06T03:56:24Z akkad: derp.lisp 2015-01-06T03:56:51Z akkad: I called (bug-no-one-has-fixed) 2015-01-06T03:57:37Z akkad: 100 threads reading in gzipped json, parsing it, doing dns lookups on ips in the logs and then gzip each string and use cl-store to save it 2015-01-06T03:57:55Z nyef: Ah. I have no idea what would be useful to do at that point. 2015-01-06T03:58:03Z akkad: https://gist.github.com/738c6247805ee75d7f41 2015-01-06T03:58:33Z akkad: backtrace + registers? 2015-01-06T03:59:43Z nyef: That might help. 2015-01-06T03:59:48Z nyef: It's odd that it's in the compiler... 2015-01-06T04:00:28Z akkad: https://gist.github.com/00ade92ecbfedc190add full dump 2015-01-06T04:01:36Z Bicyclidine: It's in the compiler from a method call? Nice. 2015-01-06T04:01:40Z nyef: ... You're obviously on x86-64, which has some implications as far as inter-thread synchronization... 2015-01-06T04:02:36Z akkad: lw has some issues too 2015-01-06T04:02:43Z nyef: What host OS are you on? 2015-01-06T04:03:08Z akkad: osx 2015-01-06T04:03:11Z akkad: 1.2.2 2015-01-06T04:03:15Z nyef: Hrm. 2015-01-06T04:03:31Z nyef: Okay, THAT'S a possible thread issue right there. 2015-01-06T04:03:42Z akkad: ffi? 2015-01-06T04:04:14Z nyef: See if (setf (extern-alien "continue_after_memoryfault_on_unprotected_pages" boolean) t) or similar prevents it from losing? 2015-01-06T04:04:32Z akkad: k 2015-01-06T04:04:53Z nyef: No, OSX has always been... iffy with respect to signal handling, threads, panicking the kernel from user space, stuff like that. 2015-01-06T04:05:06Z akkad: yeah typical bsd stuff :P 2015-01-06T04:07:40Z akkad: seems to not bomg 2015-01-06T04:07:50Z akkad: bomb. Faults still generating, but no llb 2015-01-06T04:07:53Z akkad: ldb 2015-01-06T04:08:12Z nyef: So the next one is "ignore_memoryfaults_on_unprotected_pages". 2015-01-06T04:08:19Z nyef: That one shuts up the error message. 2015-01-06T04:08:40Z nyef: That said, having a way to reproduce this would be good, so we can track it down. 2015-01-06T04:08:41Z akkad: but then sbcl would work, and be faster than LW, thus making feel bad for paying for LW 2015-01-06T04:08:44Z akkad: ok thanks 2015-01-06T04:08:58Z akkad: b 2015-01-06T04:09:42Z nyef: This is actually fairly well documented in a couple of comments in gencgc.c. 2015-01-06T04:10:32Z akkad: will have to check it out 2015-01-06T04:11:02Z nyef: This is weird, the relevant code branch is supposed to be protected by a mutex. 2015-01-06T04:33:24Z psy_ joined #sbcl 2015-01-06T04:43:33Z psy_ quit (Ping timeout: 256 seconds) 2015-01-06T04:54:35Z nyef quit (Quit: G'night all) 2015-01-06T04:58:12Z White_Flame quit (Ping timeout: 245 seconds) 2015-01-06T04:59:23Z psy_ joined #sbcl 2015-01-06T05:19:31Z White_Flame joined #sbcl 2015-01-06T05:25:58Z pkhuong: you know, I'm not sure mach offers the ordering guarantees that we need re signals 2015-01-06T05:26:42Z pkhuong: perhaps we should pump the event loop some time around stop/start the worl 2015-01-06T05:37:50Z slyrus joined #sbcl 2015-01-06T05:56:40Z oleo quit (Quit: Verlassend) 2015-01-06T06:17:01Z Bicyclidine quit (Ping timeout: 264 seconds) 2015-01-06T06:19:05Z Bicyclidine joined #sbcl 2015-01-06T06:20:56Z pranavrc joined #sbcl 2015-01-06T07:04:28Z edgar-rft quit (Quit: end of life during parsing) 2015-01-06T07:47:20Z scymtym_ joined #sbcl 2015-01-06T08:03:22Z gingerale joined #sbcl 2015-01-06T08:40:32Z Inops joined #sbcl 2015-01-06T09:08:33Z Inops quit (Remote host closed the connection) 2015-01-06T10:17:22Z gingerale quit (Ping timeout: 240 seconds) 2015-01-06T10:24:13Z pranavrc quit (Remote host closed the connection) 2015-01-06T10:24:22Z pranavrc joined #sbcl 2015-01-06T10:24:28Z pranavrc quit (Changing host) 2015-01-06T10:24:28Z pranavrc joined #sbcl 2015-01-06T10:25:41Z pranavrc quit (Client Quit) 2015-01-06T10:26:17Z echo-area quit (Remote host closed the connection) 2015-01-06T10:29:13Z pranavrc joined #sbcl 2015-01-06T10:29:28Z pranavrc quit (Changing host) 2015-01-06T10:29:28Z pranavrc joined #sbcl 2015-01-06T10:38:23Z edgar-rft joined #sbcl 2015-01-06T10:43:32Z pranavrc quit (Remote host closed the connection) 2015-01-06T10:43:41Z pranavrc joined #sbcl 2015-01-06T11:07:23Z scymtym_ quit (Ping timeout: 244 seconds) 2015-01-06T11:13:40Z DeadTrickster quit (Read error: No route to host) 2015-01-06T11:29:24Z DeadTrickster joined #sbcl 2015-01-06T11:46:21Z Hache joined #sbcl 2015-01-06T11:50:39Z eudoxia joined #sbcl 2015-01-06T12:10:06Z echo-area joined #sbcl 2015-01-06T12:16:35Z nikki93 joined #sbcl 2015-01-06T12:37:53Z attila_lendvai joined #sbcl 2015-01-06T12:37:53Z attila_lendvai quit (Changing host) 2015-01-06T12:37:53Z attila_lendvai joined #sbcl 2015-01-06T12:57:51Z nikki93 quit (Remote host closed the connection) 2015-01-06T13:08:31Z DeadTrickster quit (Read error: No route to host) 2015-01-06T13:22:56Z pranavrc quit 2015-01-06T13:36:32Z Bicyclidine quit (Ping timeout: 245 seconds) 2015-01-06T14:03:19Z Bicyclidine joined #sbcl 2015-01-06T14:06:36Z gingerale joined #sbcl 2015-01-06T14:15:26Z Adlai` is now known as adlai 2015-01-06T14:20:10Z mood quit (Ping timeout: 250 seconds) 2015-01-06T14:22:57Z mood joined #sbcl 2015-01-06T14:39:11Z oleo joined #sbcl 2015-01-06T14:39:29Z oleo quit (Changing host) 2015-01-06T14:39:29Z oleo joined #sbcl 2015-01-06T14:39:31Z oleo quit (Client Quit) 2015-01-06T14:58:34Z Hache quit (Ping timeout: 245 seconds) 2015-01-06T14:59:25Z adlai quit (Remote host closed the connection) 2015-01-06T14:59:49Z adlai joined #sbcl 2015-01-06T15:00:46Z oleo joined #sbcl 2015-01-06T15:04:01Z cmack joined #sbcl 2015-01-06T15:05:47Z Hache joined #sbcl 2015-01-06T15:07:22Z mood quit (Ping timeout: 245 seconds) 2015-01-06T15:08:02Z mood joined #sbcl 2015-01-06T15:11:29Z stassats joined #sbcl 2015-01-06T15:19:24Z Hache quit (Ping timeout: 245 seconds) 2015-01-06T15:27:34Z Hache joined #sbcl 2015-01-06T15:28:29Z edgar-rft quit (Quit: no meaningful message available) 2015-01-06T15:32:22Z Hache quit (Ping timeout: 240 seconds) 2015-01-06T15:46:11Z psilord1 joined #sbcl 2015-01-06T16:24:58Z eudoxia quit (Ping timeout: 250 seconds) 2015-01-06T17:00:40Z hlavaty joined #sbcl 2015-01-06T17:07:01Z Bicyclidine quit (Ping timeout: 256 seconds) 2015-01-06T17:08:16Z echo-area quit (Read error: Connection reset by peer) 2015-01-06T17:08:59Z echo-area joined #sbcl 2015-01-06T17:26:27Z slyrus quit (Ping timeout: 264 seconds) 2015-01-06T17:30:11Z slyrus joined #sbcl 2015-01-06T17:33:23Z Bicyclidine joined #sbcl 2015-01-06T18:02:04Z slyrus quit (Ping timeout: 244 seconds) 2015-01-06T18:31:04Z attila_lendvai quit (Quit: Leaving.) 2015-01-06T18:53:05Z nikki93 joined #sbcl 2015-01-06T18:55:37Z nikki93_ joined #sbcl 2015-01-06T18:56:10Z nikki93 quit (Read error: Connection reset by peer) 2015-01-06T19:38:45Z snuglas joined #sbcl 2015-01-06T19:40:05Z slyrus joined #sbcl 2015-01-06T19:41:56Z nikki93_ quit (Remote host closed the connection) 2015-01-06T19:53:52Z Bicyclidine quit (Ping timeout: 240 seconds) 2015-01-06T20:11:27Z Bicyclidine joined #sbcl 2015-01-06T20:15:46Z stassats quit (Quit: ERC Version 5.3 (IRC client for Emacs)) 2015-01-06T20:15:53Z Bicyclidine quit (Ping timeout: 244 seconds) 2015-01-06T20:21:10Z Bicyclidine joined #sbcl 2015-01-06T20:21:16Z attila_lendvai joined #sbcl 2015-01-06T20:21:16Z attila_lendvai quit (Changing host) 2015-01-06T20:21:16Z attila_lendvai joined #sbcl 2015-01-06T20:31:13Z snuglas quit (Ping timeout: 246 seconds) 2015-01-06T20:38:21Z echo-area quit (Read error: Connection reset by peer) 2015-01-06T20:46:48Z echo-are` joined #sbcl 2015-01-06T20:50:25Z adlai quit (Remote host closed the connection) 2015-01-06T20:50:50Z adlai joined #sbcl 2015-01-06T21:17:37Z psilord1 quit (Quit: Leaving.) 2015-01-06T21:30:43Z nikki93 joined #sbcl 2015-01-06T21:56:57Z gingerale quit (Ping timeout: 245 seconds) 2015-01-06T22:05:31Z nikki93 quit (Remote host closed the connection) 2015-01-06T22:06:06Z nikki93 joined #sbcl 2015-01-06T22:07:31Z akkad quit (Excess Flood) 2015-01-06T22:08:42Z scymtym_ joined #sbcl 2015-01-06T22:10:45Z nikki93 quit (Ping timeout: 256 seconds) 2015-01-06T22:14:21Z akkad joined #sbcl 2015-01-06T22:37:26Z DeadTrickster joined #sbcl 2015-01-06T22:45:46Z nikki93 joined #sbcl 2015-01-06T22:46:13Z nikki93 quit (Remote host closed the connection) 2015-01-06T22:47:51Z nikki93 joined #sbcl 2015-01-06T22:53:27Z nikki93 quit (Remote host closed the connection) 2015-01-06T23:02:04Z Bicyclidine quit (Ping timeout: 255 seconds) 2015-01-06T23:20:54Z attila_lendvai quit (*.net *.split) 2015-01-06T23:20:54Z mood quit (*.net *.split) 2015-01-06T23:20:55Z karswell quit (*.net *.split) 2015-01-06T23:20:55Z yauz quit (*.net *.split) 2015-01-06T23:20:56Z luis quit (*.net *.split) 2015-01-06T23:20:56Z les quit (*.net *.split) 2015-01-06T23:20:56Z qbit quit (*.net *.split) 2015-01-06T23:20:57Z Perlboy quit (*.net *.split) 2015-01-06T23:20:57Z scymtym_ quit (*.net *.split) 2015-01-06T23:20:58Z pkhuong quit (*.net *.split) 2015-01-06T23:20:58Z weissschloss quit (*.net *.split) 2015-01-06T23:20:59Z flip214 quit (*.net *.split) 2015-01-06T23:20:59Z jasom quit (*.net *.split) 2015-01-06T23:21:03Z luis joined #sbcl 2015-01-06T23:21:04Z yauz joined #sbcl 2015-01-06T23:21:08Z qbit joined #sbcl 2015-01-06T23:21:08Z les joined #sbcl 2015-01-06T23:21:08Z les quit (Changing host) 2015-01-06T23:21:08Z les joined #sbcl 2015-01-06T23:21:13Z mood joined #sbcl 2015-01-06T23:21:28Z karswell joined #sbcl 2015-01-06T23:21:32Z qbit is now known as Guest21648 2015-01-06T23:21:38Z attila_lendvai joined #sbcl 2015-01-06T23:21:38Z attila_lendvai quit (Changing host) 2015-01-06T23:21:38Z attila_lendvai joined #sbcl 2015-01-06T23:22:53Z scymtym_ joined #sbcl 2015-01-06T23:22:53Z pkhuong joined #sbcl 2015-01-06T23:22:53Z weissschloss joined #sbcl 2015-01-06T23:22:53Z flip214 joined #sbcl 2015-01-06T23:22:53Z jasom joined #sbcl 2015-01-06T23:24:27Z weissschloss quit (Excess Flood) 2015-01-06T23:24:52Z scymtym_ quit (Ping timeout: 258 seconds) 2015-01-06T23:26:30Z attila_lendvai quit (Quit: Leaving.) 2015-01-06T23:26:31Z adlai quit (Ping timeout: 250 seconds) 2015-01-06T23:27:12Z Perlboy joined #sbcl 2015-01-06T23:28:06Z weissschloss joined #sbcl 2015-01-06T23:36:11Z Guest21648 is now known as qbit 2015-01-06T23:39:56Z snuglas joined #sbcl 2015-01-06T23:40:31Z snuglas: Please somebody review this before I bork it again: ";;; this use of 'rcx' is as the temporary register for performing a reference to foreign data with dynamic core. It has to be a register that conflicts with 'arg' lest we clobber the arg." 2015-01-06T23:40:47Z snuglas: and change 'rdx' to 'rcx': (emit-foreign-logbitp 23 "cpuid_fn1_ecx" rcx) 2015-01-06T23:49:19Z snuglas quit (Ping timeout: 246 seconds) 2015-01-06T23:53:11Z snuglas joined #sbcl 2015-01-06T23:53:53Z Bicyclidine joined #sbcl