2015-04-01T00:04:00Z clop quit (Ping timeout: 252 seconds) 2015-04-01T00:30:47Z clop joined #ccl 2015-04-01T01:33:02Z jangle joined #ccl 2015-04-01T01:34:06Z jangle quit (Client Quit) 2015-04-01T01:34:32Z caller joined #ccl 2015-04-01T01:36:59Z caller: Greetings. wondering if what i've discovered is a bug, or if i've missed something. http://paste.lisp.org/display/146688 in this function, (file-position doesn't error when called with parameters that place the notional cursor past the end of the file. Once this condition occurs, read-char (and read-byte if appropriate) will error, but read-sequence will succeed but fill the target sequence with 0's this is with latest trunk on osx 2015-04-01T01:37:45Z caller: this is in spite of clhs indicating that a call to file-position with erroneous position spec will throw an error. 2015-04-01T01:43:55Z rme: I don't think I'm incllined to regard that that's a bug with file-position. 2015-04-01T01:46:47Z rme: You could write a ticket if you want to try to make a case for that. 2015-04-01T01:51:06Z caller: hmm 2015-04-01T01:51:20Z |3b| would say the bug is with read-sequence 2015-04-01T01:52:33Z |3b|: seeking past end to write seems reasonable, and even with files opened for reading, something else could have extended the file before the next read 2015-04-01T01:52:43Z |3b|: but if nothing has, it shouldn't read anything 2015-04-01T01:56:06Z caller: I can annotate this paste with the example that demonstrates read-sequence's behavior if you'd like 2015-04-01T02:21:23Z caller: looking at the clhs some more regardin read-sequence, all that is specified is that if eof is reached then copying stops, but the function doesn't give the user any indication that this is the case. I'll try checking for eof after read-sequence call then conditioning the data appropriately 2015-04-01T02:28:41Z caller: it seems like ccl::stream-eofp will do the job but there might be a different way inside the spec for this. 2015-04-01T02:35:23Z clop quit (Ping timeout: 246 seconds) 2015-04-01T03:11:40Z |3b|: caller: you checked the return value from read-sequence, and the array had something other than 0 in it before reading into it? 2015-04-01T03:13:43Z caller: 3b: apparently not. I see now, thanks 2015-04-01T03:15:13Z caller: 3b: and your comment about what my array had in it makes me realize that I'm still using this function wrong 2015-04-01T03:15:39Z |3b| would expect it to return 0 and not modify array if file-position is past eof 2015-04-01T06:49:01Z Quadrescence joined #ccl 2015-04-01T07:22:19Z Quadrescence quit (Quit: This computer has gone to sleep) 2015-04-01T07:53:49Z opusmodus quit 2015-04-01T09:34:10Z caller quit (Ping timeout: 246 seconds) 2015-04-01T09:35:24Z Adlai quit (Remote host closed the connection) 2015-04-01T10:55:46Z billstclair quit (Quit: Linkinus - http://linkinus.com) 2015-04-01T14:44:03Z Quadrescence joined #ccl 2015-04-01T14:56:14Z Quadrescence quit (Quit: This computer has gone to sleep) 2015-04-01T15:26:04Z szillath joined #ccl 2015-04-01T16:43:58Z _leb joined #ccl 2015-04-01T17:54:45Z szillath quit (Quit: szillath) 2015-04-01T18:49:46Z Adlai joined #ccl 2015-04-01T19:35:54Z _leb quit (Quit: Computer has gone to sleep.) 2015-04-01T21:00:34Z _leb joined #ccl 2015-04-01T22:01:02Z _leb quit (Quit: Computer has gone to sleep.) 2015-04-01T22:08:29Z _leb joined #ccl 2015-04-01T22:21:38Z _leb quit (Quit: Computer has gone to sleep.) 2015-04-01T23:35:37Z clop joined #ccl 2015-04-02T00:42:16Z _leb joined #ccl 2015-04-02T00:51:29Z _leb quit (Quit: Computer has gone to sleep.) 2015-04-02T00:52:57Z rme quit (Quit: rme) 2015-04-02T00:54:21Z rme joined #ccl 2015-04-02T00:56:38Z gbyers quit (Ping timeout: 256 seconds) 2015-04-02T00:57:05Z _leb joined #ccl 2015-04-02T02:50:39Z _leb quit (Quit: Computer has gone to sleep.) 2015-04-02T03:11:33Z clop quit (Ping timeout: 244 seconds) 2015-04-02T03:37:19Z _leb joined #ccl 2015-04-02T04:40:43Z Quadrescence joined #ccl 2015-04-02T05:47:18Z rme quit (Quit: rme) 2015-04-02T05:47:18Z rme quit (Quit: rme) 2015-04-02T05:56:00Z Quadrescence quit (Quit: This computer has gone to sleep) 2015-04-02T06:00:42Z caller joined #ccl 2015-04-02T06:03:31Z caller: looking into how to utilize threads in ccl, reading the manual, can't figure out how to modify variables that are shared between processes. simple example would be to spin off some long running function that returns an interesting value, having trouble understanding what to do and how to set up shared access to state 2015-04-02T06:03:50Z caller: if anyone has some pointers I would appreciate it very much 2015-04-02T06:05:30Z caller: or for example, how to access the value returned by the function given to a thread 2015-04-02T07:56:39Z _leb quit (Quit: Computer has gone to sleep.) 2015-04-02T08:56:19Z clop joined #ccl 2015-04-02T12:07:01Z clop quit (Ping timeout: 264 seconds) 2015-04-02T12:25:50Z opusmodus joined #ccl 2015-04-02T14:21:46Z caller quit (Ping timeout: 246 seconds) 2015-04-02T14:26:38Z rme joined #ccl 2015-04-02T14:40:42Z billstclair joined #ccl 2015-04-02T17:14:30Z opusmodu_ joined #ccl 2015-04-02T17:17:13Z opusmodus quit (Ping timeout: 264 seconds) 2015-04-02T18:11:07Z gbyers joined #ccl 2015-04-02T18:20:20Z Quadrescence joined #ccl 2015-04-02T18:30:28Z Quadrescence quit (Quit: This computer has gone to sleep) 2015-04-02T18:37:25Z gbyers quit (Quit: Leaving) 2015-04-02T18:39:52Z gbyers joined #ccl 2015-04-02T21:34:49Z billstclair_ joined #ccl 2015-04-02T21:38:47Z billstclair quit (Ping timeout: 265 seconds) 2015-04-02T21:38:58Z billstclair_ is now known as billstclair 2015-04-02T22:35:08Z clop joined #ccl 2015-04-02T22:59:27Z opusmodu_ quit (Read error: Connection reset by peer) 2015-04-02T23:05:19Z opusmodus joined #ccl 2015-04-03T00:55:10Z _leb joined #ccl 2015-04-03T01:29:02Z opusmodus quit (Read error: Connection reset by peer) 2015-04-03T01:38:18Z opusmodus joined #ccl 2015-04-03T02:11:56Z _leb quit (Read error: No route to host) 2015-04-03T02:13:37Z clop quit (Ping timeout: 264 seconds) 2015-04-03T02:52:09Z opusmodus quit (Read error: Connection reset by peer) 2015-04-03T03:06:24Z opusmodus joined #ccl 2015-04-03T03:12:53Z rme quit (Quit: rme) 2015-04-03T03:12:53Z rme quit (Quit: rme) 2015-04-03T03:28:12Z rme joined #ccl 2015-04-03T06:07:14Z szillath joined #ccl 2015-04-03T06:43:20Z rme quit (Quit: rme) 2015-04-03T07:52:36Z gbyers quit (Read error: Connection reset by peer) 2015-04-03T07:58:20Z gbyers joined #ccl 2015-04-03T08:04:05Z Quadrescence joined #ccl 2015-04-03T08:16:54Z Quadrescence quit (Quit: This computer has gone to sleep) 2015-04-03T08:23:44Z szillath1 joined #ccl 2015-04-03T08:23:49Z szillath quit (Ping timeout: 264 seconds) 2015-04-03T14:14:03Z rme joined #ccl 2015-04-03T14:36:32Z pllx joined #ccl 2015-04-03T15:01:06Z szillath1 quit (Quit: szillath1) 2015-04-03T15:57:57Z pllx quit (Read error: Connection reset by peer) 2015-04-03T15:58:48Z pllx joined #ccl 2015-04-03T16:09:17Z pllx quit (Quit: zz) 2015-04-03T16:17:00Z pllx joined #ccl 2015-04-03T17:16:27Z pllx quit (Quit: zz) 2015-04-03T17:31:20Z gbyers_ joined #ccl 2015-04-03T18:48:02Z gbyers left #ccl 2015-04-03T19:36:46Z pllx joined #ccl 2015-04-03T22:18:15Z pllx quit (Quit: zz) 2015-04-03T22:29:02Z pllx joined #ccl 2015-04-03T22:29:13Z pllx quit (Client Quit) 2015-04-03T23:01:59Z clop joined #ccl 2015-04-03T23:06:30Z gbyers_ quit (Ping timeout: 256 seconds) 2015-04-03T23:18:34Z gbyers_ joined #ccl 2015-04-03T23:33:42Z gbyers_ quit (Ping timeout: 256 seconds) 2015-04-03T23:45:38Z gbyers_ joined #ccl 2015-04-03T23:45:43Z clop quit (Ping timeout: 255 seconds) 2015-04-03T23:58:06Z clop joined #ccl 2015-04-04T00:16:23Z opusmodus quit (Remote host closed the connection) 2015-04-04T00:16:59Z opusmodus joined #ccl 2015-04-04T00:21:18Z opusmodus quit (Ping timeout: 256 seconds) 2015-04-04T00:54:25Z clop quit (Ping timeout: 264 seconds) 2015-04-04T01:17:06Z opusmodus joined #ccl 2015-04-04T01:22:47Z opusmodus quit (Ping timeout: 265 seconds) 2015-04-04T02:18:27Z opusmodus joined #ccl 2015-04-04T02:23:12Z opusmodus quit (Ping timeout: 265 seconds) 2015-04-04T03:19:21Z opusmodus joined #ccl 2015-04-04T03:23:46Z opusmodus quit (Ping timeout: 256 seconds) 2015-04-04T03:58:49Z Quadrescence joined #ccl 2015-04-04T04:12:45Z rme quit (Quit: rme) 2015-04-04T04:20:21Z opusmodus joined #ccl 2015-04-04T04:24:38Z opusmodus quit (Ping timeout: 246 seconds) 2015-04-04T05:21:19Z opusmodus joined #ccl 2015-04-04T05:25:51Z opusmodus quit (Ping timeout: 252 seconds) 2015-04-04T05:37:12Z pllx joined #ccl 2015-04-04T05:50:45Z clop joined #ccl 2015-04-04T06:18:25Z pllx quit (Ping timeout: 264 seconds) 2015-04-04T06:22:17Z opusmodus joined #ccl 2015-04-04T06:26:52Z opusmodus quit (Ping timeout: 272 seconds) 2015-04-04T06:27:05Z pllx joined #ccl 2015-04-04T06:36:34Z pllx quit (Ping timeout: 244 seconds) 2015-04-04T06:43:19Z clop quit (Ping timeout: 255 seconds) 2015-04-04T06:54:00Z pllx joined #ccl 2015-04-04T06:55:31Z pllx quit (Client Quit) 2015-04-04T07:23:16Z opusmodus joined #ccl 2015-04-04T07:27:44Z opusmodus quit (Ping timeout: 252 seconds) 2015-04-04T07:42:01Z Quadrescence quit (Quit: This computer has gone to sleep) 2015-04-04T08:24:17Z opusmodus joined #ccl 2015-04-04T08:28:38Z opusmodus quit (Ping timeout: 256 seconds) 2015-04-04T09:15:26Z opusmodus joined #ccl 2015-04-04T09:34:12Z opusmodus quit 2015-04-04T10:37:16Z dustinm` quit (Ping timeout: 256 seconds) 2015-04-04T10:41:54Z dustinm` joined #ccl 2015-04-04T12:42:09Z rme joined #ccl 2015-04-04T14:11:17Z rme quit (Quit: rme) 2015-04-04T14:11:17Z rme quit (Quit: rme) 2015-04-04T14:47:58Z rme joined #ccl 2015-04-04T15:19:44Z opusmodus joined #ccl 2015-04-04T16:12:24Z szillath joined #ccl 2015-04-04T16:42:03Z gbyers_ quit (Remote host closed the connection) 2015-04-04T16:45:22Z gbyers joined #ccl 2015-04-04T17:08:45Z szillath quit (Quit: szillath) 2015-04-04T17:46:47Z rme quit (Quit: rme) 2015-04-04T17:46:47Z rme quit (Quit: rme) 2015-04-04T18:08:40Z clop joined #ccl 2015-04-04T18:14:05Z Quadrescence joined #ccl 2015-04-04T18:15:30Z gbyers_ joined #ccl 2015-04-04T18:15:38Z gbyers_ left #ccl 2015-04-04T18:30:55Z rme joined #ccl 2015-04-04T20:40:30Z Quadrescence quit (Quit: This computer has gone to sleep) 2015-04-04T20:50:17Z alchemis7 quit (Remote host closed the connection) 2015-04-04T20:50:52Z alchemis7 joined #ccl 2015-04-04T21:38:46Z rme quit (Quit: rme) 2015-04-04T22:02:34Z rme joined #ccl 2015-04-04T22:42:14Z opusmodus quit (Remote host closed the connection) 2015-04-04T22:42:49Z opusmodus joined #ccl 2015-04-04T22:45:25Z opusmodu_ joined #ccl 2015-04-04T22:45:25Z opusmodus quit (Read error: Connection reset by peer) 2015-04-04T22:47:51Z clop quit (Ping timeout: 256 seconds) 2015-04-05T03:19:51Z Quadrescence joined #ccl 2015-04-05T04:22:45Z rme quit (Quit: rme) 2015-04-05T04:25:37Z Quadrescence quit (Quit: This computer has gone to sleep) 2015-04-05T10:11:38Z opusmodu_ quit 2015-04-05T10:22:18Z opusmodus joined #ccl 2015-04-05T10:40:24Z opusmodus quit 2015-04-05T10:44:47Z opusmodus joined #ccl 2015-04-05T13:30:01Z pllx joined #ccl 2015-04-05T13:32:36Z clop joined #ccl 2015-04-05T14:09:14Z rme joined #ccl 2015-04-05T15:02:32Z pllx quit (Quit: zz) 2015-04-05T15:17:26Z szillath joined #ccl 2015-04-05T15:25:12Z pllx joined #ccl 2015-04-05T15:34:13Z doesthiswork joined #ccl 2015-04-05T15:52:04Z doesthiswork left #ccl 2015-04-05T16:09:44Z leb joined #ccl 2015-04-05T16:19:15Z pllx quit (Quit: zz) 2015-04-05T16:59:06Z clop quit (Ping timeout: 244 seconds) 2015-04-05T17:00:58Z leb quit (Quit: Computer has gone to sleep.) 2015-04-05T17:11:32Z rme quit (Quit: rme) 2015-04-05T17:11:33Z rme quit (Quit: rme) 2015-04-05T17:11:33Z szillath quit (Quit: szillath) 2015-04-05T17:43:13Z pllx joined #ccl 2015-04-05T17:57:39Z pllx quit (Quit: zz) 2015-04-05T18:09:17Z opusmodus quit 2015-04-05T18:09:24Z rme joined #ccl 2015-04-05T18:30:59Z pllx joined #ccl 2015-04-05T18:36:26Z leb joined #ccl 2015-04-05T18:49:40Z clop joined #ccl 2015-04-05T19:38:13Z clop quit (Ping timeout: 255 seconds) 2015-04-05T20:41:19Z rme quit (Quit: rme) 2015-04-05T21:14:28Z pllx quit (Quit: zz) 2015-04-05T21:18:22Z pllx joined #ccl 2015-04-05T22:01:51Z carvite quit (Ping timeout: 256 seconds) 2015-04-05T22:13:45Z leb quit (Quit: Computer has gone to sleep.) 2015-04-05T22:18:10Z carvite joined #ccl 2015-04-05T22:44:29Z rme joined #ccl 2015-04-05T22:55:31Z clop joined #ccl 2015-04-06T00:05:31Z rme quit (Quit: rme) 2015-04-06T00:05:31Z rme quit (Quit: rme) 2015-04-06T00:07:19Z rme joined #ccl 2015-04-06T00:15:07Z pllx quit (Quit: zz) 2015-04-06T00:20:50Z leb joined #ccl 2015-04-06T00:31:27Z billstclair quit (Quit: Linkinus - http://linkinus.com) 2015-04-06T00:39:40Z leb quit (Quit: Computer has gone to sleep.) 2015-04-06T00:49:26Z clop quit (Ping timeout: 256 seconds) 2015-04-06T01:04:51Z leb joined #ccl 2015-04-06T01:31:35Z rme quit (Quit: rme) 2015-04-06T01:31:35Z rme quit (Quit: rme) 2015-04-06T01:46:40Z gendl joined #ccl 2015-04-06T02:01:02Z leb quit (Read error: Connection reset by peer) 2015-04-06T02:06:07Z gendl quit (Quit: gendl) 2015-04-06T03:14:01Z akkad quit (Remote host closed the connection) 2015-04-06T03:35:38Z rme joined #ccl 2015-04-06T05:00:00Z rme quit (Quit: rme) 2015-04-06T05:00:00Z rme quit (Quit: rme) 2015-04-06T06:03:17Z szillath joined #ccl 2015-04-06T06:48:29Z gz quit (Ping timeout: 185 seconds) 2015-04-06T08:34:16Z jdz quit (Ping timeout: 252 seconds) 2015-04-06T08:39:00Z jdz joined #ccl 2015-04-06T10:18:37Z pllx joined #ccl 2015-04-06T12:24:53Z pllx quit (Quit: zz) 2015-04-06T12:54:35Z Quadrescence joined #ccl 2015-04-06T13:22:43Z hlavaty joined #ccl 2015-04-06T13:53:12Z Quadrescence quit (*.net *.split) 2015-04-06T13:53:13Z dustinm` quit (*.net *.split) 2015-04-06T13:53:17Z kini quit (*.net *.split) 2015-04-06T13:53:20Z RazWelles quit (*.net *.split) 2015-04-06T13:53:21Z hlavaty quit (*.net *.split) 2015-04-06T13:53:23Z gbyers quit (*.net *.split) 2015-04-06T13:53:27Z john-mcaleely quit (*.net *.split) 2015-04-06T13:53:31Z Intensity quit (*.net *.split) 2015-04-06T13:53:32Z clop2 quit (*.net *.split) 2015-04-06T13:53:33Z sixbitslacker quit (*.net *.split) 2015-04-06T13:53:35Z szillath quit (*.net *.split) 2015-04-06T13:53:39Z brucem quit (*.net *.split) 2015-04-06T13:55:20Z hlavaty joined #ccl 2015-04-06T13:55:20Z gbyers joined #ccl 2015-04-06T13:55:20Z john-mcaleely joined #ccl 2015-04-06T13:56:40Z Intensity joined #ccl 2015-04-06T13:56:40Z clop2 joined #ccl 2015-04-06T13:56:40Z sixbitslacker joined #ccl 2015-04-06T13:57:56Z dustinm` joined #ccl 2015-04-06T13:58:18Z kini joined #ccl 2015-04-06T13:58:18Z RazWelles joined #ccl 2015-04-06T13:58:41Z Quadrescence joined #ccl 2015-04-06T13:58:44Z szillath joined #ccl 2015-04-06T13:58:45Z brucem joined #ccl 2015-04-06T14:00:22Z dustinm` quit (*.net *.split) 2015-04-06T14:01:30Z dustinm` joined #ccl 2015-04-06T14:26:04Z rme joined #ccl 2015-04-06T16:12:10Z szillath quit (Quit: szillath) 2015-04-06T16:20:37Z leb joined #ccl 2015-04-06T16:20:57Z leb quit (Client Quit) 2015-04-06T19:20:31Z clop2: so i'm tracing down these acl2 segfaults, and they seem to stem from r16365, but when I add printf/fflush statements to copy_fpregs, the problem goes away =\ 2015-04-06T19:42:00Z kini: heisenbug \o/ 2015-04-06T23:31:27Z clop joined #ccl 2015-04-07T01:08:17Z rme quit (Quit: rme) 2015-04-07T02:40:10Z rme joined #ccl 2015-04-07T03:08:47Z clop quit (Ping timeout: 252 seconds) 2015-04-07T04:02:44Z rme quit (Quit: rme) 2015-04-07T06:53:03Z szillath joined #ccl 2015-04-07T10:10:57Z clop joined #ccl 2015-04-07T11:29:33Z szillath quit (Remote host closed the connection) 2015-04-07T11:30:42Z szillath joined #ccl 2015-04-07T12:19:11Z clop quit (Ping timeout: 250 seconds) 2015-04-07T13:43:11Z rme joined #ccl 2015-04-07T14:21:58Z gendl joined #ccl 2015-04-07T14:25:09Z gendl quit (Client Quit) 2015-04-07T14:27:28Z opusmodus joined #ccl 2015-04-07T14:44:26Z gendl joined #ccl 2015-04-07T14:46:55Z gbyers left #ccl 2015-04-07T14:48:34Z gbyers_ joined #ccl 2015-04-07T14:49:26Z gbyers_ quit (Client Quit) 2015-04-07T14:50:28Z gbyers joined #ccl 2015-04-07T14:56:26Z gendl quit (Read error: Connection reset by peer) 2015-04-07T14:58:29Z gendl joined #ccl 2015-04-07T15:13:11Z gendl quit (Ping timeout: 265 seconds) 2015-04-07T15:13:57Z gendl joined #ccl 2015-04-07T15:22:22Z gendl quit (Quit: gendl) 2015-04-07T15:59:53Z gendl joined #ccl 2015-04-07T16:04:30Z gendl quit (Ping timeout: 256 seconds) 2015-04-07T16:12:30Z gendl joined #ccl 2015-04-07T16:19:03Z gendl quit (Read error: Connection reset by peer) 2015-04-07T16:24:02Z gendl joined #ccl 2015-04-07T16:38:21Z gendl quit (Quit: gendl) 2015-04-07T18:29:32Z szillath quit (Quit: szillath) 2015-04-07T21:00:20Z gbyers quit (Quit: Leaving) 2015-04-07T21:02:03Z gbyers joined #ccl 2015-04-07T21:45:47Z gbyers quit (Quit: Leaving) 2015-04-07T22:12:25Z gbyers joined #ccl 2015-04-07T22:15:32Z gbyers: I generally don't have problems selecting or editing text on linux; i don't know what the problem is.was here. 2015-04-07T22:18:59Z gbyers: Of course, I mean "aside from typing in the wrong damned channel", of course. 2015-04-07T23:33:51Z clop joined #ccl 2015-04-08T00:39:26Z hlavaty` joined #ccl 2015-04-08T00:41:35Z hlavaty quit (Ping timeout: 265 seconds) 2015-04-08T01:39:03Z akkad joined #ccl 2015-04-08T01:39:06Z clop quit (Ping timeout: 256 seconds) 2015-04-08T01:49:57Z rme quit (Quit: rme) 2015-04-08T01:49:57Z rme quit (Quit: rme) 2015-04-08T02:32:58Z gbyers quit (Remote host closed the connection) 2015-04-08T04:16:26Z rme joined #ccl 2015-04-08T04:17:50Z clop joined #ccl 2015-04-08T05:51:02Z clop quit (Ping timeout: 246 seconds) 2015-04-08T06:28:50Z akkad quit (Excess Flood) 2015-04-08T06:30:06Z akkad joined #ccl 2015-04-08T07:03:23Z szillath joined #ccl 2015-04-08T07:09:45Z rme quit (Quit: rme) 2015-04-08T07:32:06Z szillath1 joined #ccl 2015-04-08T07:34:10Z szillath quit (Ping timeout: 272 seconds) 2015-04-08T07:56:12Z brucem quit (Excess Flood) 2015-04-08T07:58:02Z brucem joined #ccl 2015-04-08T07:58:54Z brucem quit (Changing host) 2015-04-08T07:58:54Z brucem joined #ccl 2015-04-08T14:31:18Z gbyers joined #ccl 2015-04-08T14:44:17Z rme joined #ccl 2015-04-08T17:21:32Z szillath1 quit (Quit: szillath1) 2015-04-08T18:38:40Z clop2: hi, when i try to run gdb on ccl, and type "file /path/to/lx86cl64", it says: not in executable format, file format not recognized... any ideas? 2015-04-08T18:43:00Z rme: As a dumb guess, maybe your gdb doesn't grok 64-bit binaries? 2015-04-08T18:44:30Z clop2: oh jesus... 2015-04-08T18:44:40Z clop2: GNU gdb (GDB) 7.6 2015-04-08T18:44:42Z clop2: Cadence modification version 5.1.0 - 04/2014 2015-04-08T18:45:10Z clop2: my path is so awful 2015-04-08T18:45:15Z clop2: /usr/bin/gdb works fine, thanks, sorry about that 2015-04-08T19:36:54Z clop2: ok, so i got the segfault to happen in gdb, but don't seem to see a backtrace available 2015-04-08T19:37:03Z clop2: [Thread 0x2aaacebe0700 (LWP 1932) exited] 2015-04-08T19:37:08Z clop2: Program terminated with signal SIGSEGV, Segmentation fault. 2015-04-08T19:37:14Z clop2: The program no longer exists. 2015-04-08T19:37:22Z clop2: Missing separate debuginfos, use: debuginfo-install glibc-2.12-1.132.el6.x86_64 2015-04-08T19:37:27Z clop2: (gdb) bt 2015-04-08T19:37:31Z clop2: No stack. 2015-04-08T19:41:06Z clop2: i'll try to get the debuginfo thing installed, maybe that will help 2015-04-08T20:02:34Z gbyers: clop2: the debuginos things will give you source/line info for C libraries, The "no stack" thing is more of a clue. 2015-04-08T20:04:28Z opusmodus quit 2015-04-08T20:09:05Z clop2: gbyers, thanks, i sent an email to get that installed... in the interim I tried messing with "handle SIGSEGV stop nopass" but that seemed to get triggered all the time 2015-04-08T20:24:49Z gbyers: Yes, lots of things that CCL does cauuse SIGSEGV. Most of the time, SIGSGV will just push context info on the stack and run a handler. If there's no room on the stack, it just kills the process. 2015-04-08T20:27:54Z gbyers: I have an idea of what to look at. The fix to ticket 1171 means that signal contexts are a little bigger now. 2015-04-08T21:32:51Z gbyers: I set a breakpoint in gdb at a C function called "altstack_signal_handler" and printed the value of the stack pointer on entry to that function, I think that it should remain constant but it seems to be decreasing. If that's true, we eventually will run out of space on that stack and see the behavior you describe (SIGSEGV is fatal). The fix to ticket 1171 may just cause it to run out of space quicker. 2015-04-08T21:46:22Z clop2: ok cool -- if there's anything you'd like me to try just send it my way; still waiting on IS to install that package 2015-04-08T21:46:28Z clop2: going to head out for tonight though, be back tomorrow 2015-04-08T21:46:32Z clop2: thanks for all your help on this 2015-04-08T22:43:54Z gbyers: i want to make sure that I'm not hallucinating about the stack shrinking, then try to remember how to fix it. If I do, i'll update ticket 1171. 2015-04-08T22:53:52Z clop joined #ccl 2015-04-08T23:00:20Z hlavaty` quit (Ping timeout: 256 seconds) 2015-04-08T23:07:11Z gbyers: I was hallucinating unfortunately. 2015-04-08T23:55:45Z rme quit (Quit: rme) 2015-04-08T23:55:45Z rme quit (Quit: rme) 2015-04-09T00:15:43Z carvite quit (Remote host closed the connection) 2015-04-09T00:16:09Z carvite joined #ccl 2015-04-09T00:30:14Z rme joined #ccl 2015-04-09T01:10:58Z jangle joined #ccl 2015-04-09T01:41:42Z jangle quit (Quit: jangle) 2015-04-09T03:06:01Z clop quit (Ping timeout: 252 seconds) 2015-04-09T03:51:54Z clop joined #ccl 2015-04-09T04:24:08Z pllx joined #ccl 2015-04-09T04:42:23Z pllx quit (Quit: ++) 2015-04-09T04:44:15Z pllx joined #ccl 2015-04-09T04:44:51Z gbyers quit (Quit: Leaving) 2015-04-09T04:45:25Z gbyers joined #ccl 2015-04-09T04:45:39Z gbyers quit (Client Quit) 2015-04-09T04:52:23Z rme quit (Quit: rme) 2015-04-09T05:33:43Z pllx quit (Quit: ++) 2015-04-09T06:22:18Z clop quit (Ping timeout: 250 seconds) 2015-04-09T07:24:13Z szillath joined #ccl 2015-04-09T07:25:29Z pllx joined #ccl 2015-04-09T07:28:56Z pllx quit (Client Quit) 2015-04-09T08:53:16Z Quadrescence quit (Ping timeout: 240 seconds) 2015-04-09T08:55:17Z Quadrescence joined #ccl 2015-04-09T09:33:26Z hlavaty joined #ccl 2015-04-09T10:39:02Z Guest57013 joined #ccl 2015-04-09T11:03:20Z Guest57013 quit (Quit: Page closed) 2015-04-09T12:23:22Z clop joined #ccl 2015-04-09T13:13:35Z clop quit (Ping timeout: 252 seconds) 2015-04-09T13:19:08Z pllx joined #ccl 2015-04-09T13:48:46Z gendl joined #ccl 2015-04-09T13:52:54Z gendl quit (Ping timeout: 244 seconds) 2015-04-09T13:56:43Z gendl joined #ccl 2015-04-09T14:07:23Z gbyers joined #ccl 2015-04-09T14:20:52Z pllx quit (Quit: zz) 2015-04-09T14:35:39Z gendl quit (Ping timeout: 245 seconds) 2015-04-09T14:56:15Z gendl joined #ccl 2015-04-09T14:58:22Z brucem quit (Excess Flood) 2015-04-09T15:00:24Z brucem joined #ccl 2015-04-09T15:09:29Z brucem quit (Changing host) 2015-04-09T15:09:29Z brucem joined #ccl 2015-04-09T15:10:42Z gendl quit (Read error: Connection reset by peer) 2015-04-09T15:17:02Z gendl joined #ccl 2015-04-09T15:19:14Z rme joined #ccl 2015-04-09T15:22:42Z gendl quit (Read error: Connection reset by peer) 2015-04-09T15:36:20Z pllx joined #ccl 2015-04-09T15:42:09Z pllx quit (Quit: zz) 2015-04-09T15:46:31Z pllx joined #ccl 2015-04-09T16:13:14Z pllx quit (Quit: zz) 2015-04-09T16:21:57Z pllx joined #ccl 2015-04-09T17:03:58Z hlavaty left #ccl 2015-04-09T17:47:49Z pllx quit (Quit: zz) 2015-04-09T17:56:45Z pllx joined #ccl 2015-04-09T18:22:09Z pllx quit (Quit: zz) 2015-04-09T18:49:26Z pllx joined #ccl 2015-04-09T19:13:33Z szillath quit (Quit: szillath) 2015-04-09T19:17:55Z opusmodus joined #ccl 2015-04-09T19:49:25Z pllx quit (Quit: zz) 2015-04-09T20:11:06Z DR2nothere joined #ccl 2015-04-09T20:52:15Z DR2 joined #ccl 2015-04-09T21:36:17Z Blkt quit (Remote host closed the connection) 2015-04-09T21:36:17Z fe[nl]ix quit (Remote host closed the connection) 2015-04-09T21:36:23Z Blkt joined #ccl 2015-04-09T21:36:26Z fe[nl]ix joined #ccl 2015-04-09T22:06:27Z DR2 quit (Remote host closed the connection) 2015-04-09T22:11:56Z DR2 joined #ccl 2015-04-09T22:21:51Z DR2 quit (Quit: Leaving.) 2015-04-09T22:26:23Z clop joined #ccl 2015-04-09T23:04:18Z clop quit (Ping timeout: 264 seconds) 2015-04-09T23:17:57Z clop joined #ccl 2015-04-09T23:38:09Z pllx joined #ccl 2015-04-10T00:21:06Z clop quit (Ping timeout: 264 seconds) 2015-04-10T01:36:48Z pllx quit (Quit: zz) 2015-04-10T02:35:59Z C6248 joined #ccl 2015-04-10T02:36:35Z C6248 is now known as pnpuff 2015-04-10T02:36:47Z pnpuff quit (Changing host) 2015-04-10T02:36:47Z pnpuff joined #ccl 2015-04-10T02:36:47Z pnpuff quit (Changing host) 2015-04-10T02:36:47Z pnpuff joined #ccl 2015-04-10T03:16:33Z pnpuff quit (Quit: Page closed) 2015-04-10T03:33:56Z _leb joined #ccl 2015-04-10T04:44:02Z Quadrescence quit (Quit: This computer has gone to sleep) 2015-04-10T04:57:53Z gbyers quit (Ping timeout: 245 seconds) 2015-04-10T05:00:45Z clop joined #ccl 2015-04-10T05:07:52Z gbyers joined #ccl 2015-04-10T05:35:42Z _leb quit (Quit: Textual IRC Client: www.textualapp.com) 2015-04-10T06:44:28Z rme quit (Quit: rme) 2015-04-10T06:44:28Z rme quit (Quit: rme) 2015-04-10T06:49:24Z clop quit (Ping timeout: 245 seconds) 2015-04-10T07:38:47Z szillath joined #ccl 2015-04-10T08:29:08Z gbyers quit (Ping timeout: 245 seconds) 2015-04-10T08:30:07Z gbyers joined #ccl 2015-04-10T08:52:29Z szillath quit (Quit: szillath) 2015-04-10T11:25:29Z pnpuff joined #ccl 2015-04-10T11:44:55Z pnpuff left #ccl 2015-04-10T11:46:06Z pnpuff joined #ccl 2015-04-10T11:53:30Z pnpuff quit 2015-04-10T11:54:28Z C6248 joined #ccl 2015-04-10T11:59:16Z C6248 quit (Quit: Page closed) 2015-04-10T12:50:11Z rme joined #ccl 2015-04-10T13:08:20Z DR2nothere quit (Remote host closed the connection) 2015-04-10T13:08:33Z DR2nothere joined #ccl 2015-04-10T14:50:05Z rme quit (Quit: rme) 2015-04-10T15:10:14Z rme joined #ccl 2015-04-10T15:41:33Z clop2: hi 2015-04-10T15:41:47Z clop2: i mentioned in #lisp: if I run (loop for i of-type (integer -10 0) from -10 to 0 by 5 collect i), it says that i evaluated to 5(??!) which is not of the anticipated type? 2015-04-10T15:41:54Z clop2: some folks there seem to think this is not correct 2015-04-10T15:42:04Z clop2: i don't know whether it is or not 2015-04-10T15:42:21Z clop2: if you think it is a bug we can make a bugreport, i don't have any particular stake in it 2015-04-10T15:42:29Z clop2: but it is perhaps a curiosity 2015-04-22T12:29:42Z ccl-logbot joined #ccl 2015-04-22T12:29:42Z 2015-04-22T12:29:42Z names: ccl-logbot |3b|` smokeink jdz DR2nothere brucem hlavaty pjb Adlai gbyers peccu akkad kini john-mcaleely clop alchemis7 dustinm`_ gz alms____ carvite fe[nl]ix Blkt RazWelles @ChanServ phf billstclair Intensity 2015-04-22T12:30:07Z pjb quit (Remote host closed the connection) 2015-04-22T12:30:29Z pjb` joined #ccl 2015-04-22T13:29:39Z jkleiser joined #ccl 2015-04-22T14:08:49Z smokeink quit (Ping timeout: 264 seconds) 2015-04-22T14:09:47Z smokeink joined #ccl 2015-04-22T14:12:36Z DR2 joined #ccl 2015-04-22T14:39:23Z jkleiser quit 2015-04-22T16:00:44Z smokeink quit (Ping timeout: 256 seconds) 2015-04-22T17:45:00Z akkad quit (Excess Flood) 2015-04-22T17:50:42Z akkad joined #ccl 2015-04-22T18:31:17Z pjb` is now known as pjb 2015-04-22T19:06:27Z emaczen joined #ccl 2015-04-22T19:07:36Z emaczen: Why would the cocoa example "currency-converer" in the /examples/cocoa directory of the distribution fail to execute (CCL::build-application ...)? When it failed, it said: "Evaluation aborted on #