00:28:33 jsnell: yeah, this is about the write barrier 00:41:16 rhct_ [~root@venus.edt.aft.hist.no] has joined #sbcl 00:44:08 -!- lisppaste2 [~lisppaste@common-lisp.net] has quit [Ping timeout: 260 seconds] 00:44:09 -!- rhct [~root@fedora/rhct] has quit [Ping timeout: 264 seconds] 02:00:21 mega1 [~quassel@catv4E5CABA2.pool.t-online.hu] has joined #sbcl 02:36:33 -!- homie [~user@xdsl-87-79-54-198.netcologne.de] has quit [Read error: Connection reset by peer] 02:38:00 homie [~user@xdsl-78-34-244-223.netcologne.de] has joined #sbcl 02:43:16 -!- homie [~user@xdsl-78-34-244-223.netcologne.de] has quit [Quit: ERC Version 5.3 (IRC client for Emacs)] 02:58:35 homie [~user@xdsl-78-34-244-223.netcologne.de] has joined #sbcl 03:57:03 -!- hermitek [~hermitek@ip-89-102-35-139.net.upcbroadband.cz] has quit [Quit: Lost terminal] 04:27:25 jeti` [~user@p54B46062.dip.t-dialin.net] has joined #sbcl 04:31:10 -!- jeti [~user@p548EB2A9.dip.t-dialin.net] has quit [Ping timeout: 276 seconds] 05:28:24 -!- homie [~user@xdsl-78-34-244-223.netcologne.de] has quit [Quit: ERC Version 5.3 (IRC client for Emacs)] 06:28:57 stassats [~stassats@wikipedia/stassats] has joined #sbcl 07:07:26 homie [~user@xdsl-78-34-244-223.netcologne.de] has joined #sbcl 07:59:18 -!- stassats [~stassats@wikipedia/stassats] has quit [Ping timeout: 245 seconds] 09:06:59 -!- cmm [~cmm@109.64.201.45] has quit [Ping timeout: 245 seconds] 09:08:04 cmm [~cmm@109.64.201.45] has joined #sbcl 09:57:48 -!- derrida [~derrida@unaffiliated/deleuze] has quit [Ping timeout: 240 seconds] 09:57:58 derrida [~derrida@unaffiliated/deleuze] has joined #sbcl 09:57:59 mega1_ [~quassel@catv4E5CABA2.pool.t-online.hu] has joined #sbcl 09:59:37 pkhuong [~pkhuong@gravelga.xen.prgmr.com] has joined #sbcl 09:59:49 tcr1 [~tcr@cpc1-bour5-2-0-cust921.15-1.cable.virginmedia.com] has joined #sbcl 10:00:03 -!- pkhuong is now known as Guest87291 10:01:04 slyrus__ [~chatzilla@adsl-75-36-218-150.dsl.pltn13.sbcglobal.net] has joined #sbcl 10:01:44 -!- mega1 [~quassel@catv4E5CABA2.pool.t-online.hu] has quit [Ping timeout: 240 seconds] 10:01:44 -!- slyrus_ [~chatzilla@adsl-75-36-218-150.dsl.pltn13.sbcglobal.net] has quit [Ping timeout: 240 seconds] 10:01:45 -!- pkhuong_ [~pkhuong@gravelga.xen.prgmr.com] has quit [Ping timeout: 240 seconds] 10:01:51 -!- slyrus__ is now known as slyrus_ 10:01:52 -!- fe[nl]ix [~lacedaemo@pdpc/supporter/professional/fenlix] has quit [Ping timeout: 272 seconds] 10:01:52 fe[nl]ix [~lacedaemo@2a01:4f8:101:4221::2] has joined #sbcl 10:01:57 -!- fe[nl]ix [~lacedaemo@2a01:4f8:101:4221::2] has quit [Changing host] 10:01:57 fe[nl]ix [~lacedaemo@pdpc/supporter/professional/fenlix] has joined #sbcl 10:17:58 lhz [~shrekz@c-dba672d5.021-158-73746f34.cust.bredbandsbolaget.se] has joined #sbcl 10:57:24 -!- cmm [~cmm@109.64.201.45] has quit [Ping timeout: 245 seconds] 11:20:51 cmm [~cmm@bzq-79-178-205-189.red.bezeqint.net] has joined #sbcl 11:47:31 stassats [~stassats@wikipedia/stassats] has joined #sbcl 12:23:29 -!- cmm [~cmm@bzq-79-178-205-189.red.bezeqint.net] has quit [Ping timeout: 264 seconds] 12:24:25 cmm [~cmm@bzq-79-178-205-189.red.bezeqint.net] has joined #sbcl 12:40:22 make.sh uses `time'; I was just bitten on a system where sh is not bash (where time comes as a builtin), and /usr/bin/time is not installed 12:52:38 -!- stassats [~stassats@wikipedia/stassats] has quit [Ping timeout: 245 seconds] 13:02:39 gor[e] [U2FsdGVkX1@79.165.187.105] has joined #sbcl 13:03:01 I thought with the __USE_GNU fix in tools-for-build/os-provides*dladdr*.c sbcl's backtrace should contain C symbol names 13:03:22 however I do see SBCL's internal C functions names but not so for functions of a foreign library 13:03:33 what do I have to do to achieve that? 13:05:03 fiddle with the aliens 13:05:05 lol 13:05:17 sb::alien ? 13:05:28 libffi, libffcall ? 13:05:37 cffi 13:05:40 ah 13:06:03 but that's not even in the contrib modules 13:06:05 lol 13:06:26 it's a 3rd party lib for sbcl 13:06:31 or seen from sbcl 13:07:42 I don't even know where to start to dignify this with any kind of reply 13:09:22 i think you have to wait for someone of the sbcl developers here 13:09:31 or write an email there 13:10:02 or look for something in the planet sbcl site ? 13:10:08 or cffi mailing lists ? 13:10:10 don't know 13:11:48 I just discovered that the C library was stripped 13:12:20 you have to use -g for it 13:12:23 then it won't 13:12:29 gcc -g i mean 13:13:11 oh wait or -no-strip or so 13:14:52 depends on the distro gcc i think 13:22:46 stassats [~stassats@wikipedia/stassats] has joined #sbcl 13:24:06 -!- Guest87291 is now known as pkhuong 14:13:05 tcr1: on Debian/Ubuntu the package with the debug info is libc6-dbg 14:26:20 -!- luis` is now known as luis 14:47:29 -!- cmm [~cmm@bzq-79-178-205-189.red.bezeqint.net] has quit [Ping timeout: 264 seconds] 14:48:18 cmm [~cmm@bzq-79-178-205-189.red.bezeqint.net] has joined #sbcl 15:06:03 -!- homie [~user@xdsl-78-34-244-223.netcologne.de] has quit [Read error: Connection reset by peer] 15:07:03 homie [~user@xdsl-78-34-216-206.netcologne.de] has joined #sbcl 15:09:09 -!- homie [~user@xdsl-78-34-216-206.netcologne.de] has quit [Read error: Connection reset by peer] 15:13:02 homie [~user@xdsl-78-34-216-206.netcologne.de] has joined #sbcl 15:32:06 -!- ASau`` is now known as ASau 15:41:31 -!- stassats [~stassats@wikipedia/stassats] has quit [Ping timeout: 240 seconds] 15:46:44 stassats [~stassats@wikipedia/stassats] has joined #sbcl 15:59:39 -!- stassats [~stassats@wikipedia/stassats] has quit [Ping timeout: 265 seconds] 17:56:09 -!- cmm [~cmm@bzq-79-178-205-189.red.bezeqint.net] has quit [Ping timeout: 260 seconds] 17:56:49 cmm [~cmm@bzq-79-178-205-189.red.bezeqint.net] has joined #sbcl 18:13:25 -!- angavrilov [~angavrilo@217.71.227.181] has quit [Ping timeout: 252 seconds] 18:13:51 angavrilov [~angavrilo@217.71.227.181] has joined #sbcl 19:34:58 -!- cmm [~cmm@bzq-79-178-205-189.red.bezeqint.net] has quit [Ping timeout: 255 seconds] 19:35:59 cmm [~cmm@bzq-79-178-205-189.red.bezeqint.net] has joined #sbcl 19:38:45 stassats [~stassats@wikipedia/stassats] has joined #sbcl 20:05:36 -!- jeti` [~user@p54B46062.dip.t-dialin.net] has quit [Quit: ERC Version 5.3 (IRC client for Emacs)] 20:06:00 jeti [~user@p54B46062.dip.t-dialin.net] has joined #sbcl 20:39:44 -!- Krystof_ is now known as Krystof 21:06:19 -!- cmm [~cmm@bzq-79-178-205-189.red.bezeqint.net] has quit [Ping timeout: 276 seconds] 21:06:57 cmm [~cmm@bzq-79-178-205-189.red.bezeqint.net] has joined #sbcl 21:55:36 -!- stassats [~stassats@wikipedia/stassats] has quit [Ping timeout: 265 seconds] 21:58:55 attila_lendvai [~attila_le@adsl-89-135-203-58.monradsl.monornet.hu] has joined #sbcl 22:12:30 -!- lhz [~shrekz@c-dba672d5.021-158-73746f34.cust.bredbandsbolaget.se] has quit [Quit: Leaving] 22:27:23 cmm- [~cmm@bzq-79-178-205-189.red.bezeqint.net] has joined #sbcl 22:31:04 -!- cmm [~cmm@bzq-79-178-205-189.red.bezeqint.net] has quit [Ping timeout: 250 seconds] 23:01:26 -!- attila_lendvai [~attila_le@adsl-89-135-203-58.monradsl.monornet.hu] has quit [Disconnected by services] 23:01:26 attila_lendvai1 [~attila_le@adsl-89-135-207-117.monradsl.monornet.hu] has joined #sbcl 23:01:27 -!- attila_lendvai1 is now known as attila_lendvai