Logs: liberachat/#haskell
| 2021-08-29 07:47:47 | → | Gurkenglas joins (~Gurkengla@dslb-088-064-053-140.088.064.pools.vodafone-ip.de) |
| 2021-08-29 07:52:20 | × | dajoer quits (~david@user/gvx) (Quit: leaving) |
| 2021-08-29 07:57:57 | → | burnsidesLlama joins (~burnsides@dhcp168-015.wadham.ox.ac.uk) |
| 2021-08-29 08:00:01 | × | azeem quits (~azeem@176.201.159.42) (Ping timeout: 248 seconds) |
| 2021-08-29 08:00:32 | → | azeem joins (~azeem@176.201.159.42) |
| 2021-08-29 08:04:11 | × | mikoto-chan quits (~mikoto-ch@ip-83-134-2-136.dsl.scarlet.be) (Quit: mikoto-chan) |
| 2021-08-29 08:04:31 | → | mikoto-chan joins (~mikoto-ch@ip-83-134-2-136.dsl.scarlet.be) |
| 2021-08-29 08:05:49 | → | hendursa1 joins (~weechat@user/hendursaga) |
| 2021-08-29 08:07:20 | → | qbt joins (~edun@user/edun) |
| 2021-08-29 08:08:47 | × | mikoto-chan quits (~mikoto-ch@ip-83-134-2-136.dsl.scarlet.be) (Ping timeout: 240 seconds) |
| 2021-08-29 08:09:30 | × | hendursaga quits (~weechat@user/hendursaga) (Ping timeout: 276 seconds) |
| 2021-08-29 08:10:07 | × | Erutuon quits (~Erutuon@user/erutuon) (Ping timeout: 240 seconds) |
| 2021-08-29 08:16:12 | × | Lycurgus quits (~juan@cpe-45-46-140-49.buffalo.res.rr.com) (Quit: Exeunt) |
| 2021-08-29 08:17:39 | × | geekosaur quits (~geekosaur@xmonad/geekosaur) (Killed (NickServ (GHOST command used by allbery_b))) |
| 2021-08-29 08:17:39 | → | allbery_b joins (~geekosaur@xmonad/geekosaur) |
| 2021-08-29 08:17:42 | allbery_b | is now known as geekosaur |
| 2021-08-29 08:18:21 | → | _ht joins (~quassel@82-169-194-8.biz.kpn.net) |
| 2021-08-29 08:18:39 | → | fendor_ joins (~fendor@178.165.164.244.wireless.dyn.drei.com) |
| 2021-08-29 08:19:40 | × | favonia quits (~favonia@user/favonia) (Ping timeout: 240 seconds) |
| 2021-08-29 08:20:22 | ← | jakalx parts (~jakalx@base.jakalx.net) (Error from remote client) |
| 2021-08-29 08:31:22 | × | azeem quits (~azeem@176.201.159.42) (Ping timeout: 252 seconds) |
| 2021-08-29 08:32:47 | → | azeem joins (~azeem@176.201.159.42) |
| 2021-08-29 08:35:58 | <tomsmeding> | I have a haskell program (ircbrowse) that clearly has a memory leak: if I spam it with requests, memory usage steadily grows. However, I've tried all of -hc -hm -hd -hy -hr (also -hb but that crashes?) and while they all break the memory usage down in different ways, in all breakdowns, all categories grow ~equally fast over time, so they give me 0 information. How do I debug this? |
| 2021-08-29 08:37:21 | × | azeem quits (~azeem@176.201.159.42) (Ping timeout: 248 seconds) |
| 2021-08-29 08:38:58 | → | azeem joins (~azeem@176.201.159.42) |
| 2021-08-29 08:39:44 | <DigitalKiwi> | quick everyone respond so that tomsmeding gets OOMed |
| 2021-08-29 08:40:31 | <maerwald[m]> | tomsmeding: enabled StrictData yet :p |
| 2021-08-29 08:40:50 | <tomsmeding> | no :p |
| 2021-08-29 08:40:56 | <maerwald[m]> | Do it |
| 2021-08-29 08:40:58 | <tomsmeding> | like, I can also do git bisect |
| 2021-08-29 08:41:11 | <tomsmeding> | but I'm curious if I can get _some_ diagnostics on this |
| 2021-08-29 08:43:11 | → | mikoto-chan joins (~mikoto-ch@ip-83-134-2-136.dsl.scarlet.be) |
| 2021-08-29 08:45:27 | × | azeem quits (~azeem@176.201.159.42) (Ping timeout: 240 seconds) |
| 2021-08-29 08:45:33 | → | jakalx joins (~jakalx@base.jakalx.net) |
| 2021-08-29 08:46:11 | <fendor_> | tomsmeding, probably ghc-debug? |
| 2021-08-29 08:46:15 | fendor_ | is now known as fendor |
| 2021-08-29 08:46:29 | → | spruit11 joins (~quassel@2a02:a467:ccd6:1:8013:5e37:15b2:f034) |
| 2021-08-29 08:47:15 | → | azeem joins (~azeem@158.148.84.71) |
| 2021-08-29 08:47:47 | → | Topsi joins (~Tobias@dyndsl-095-033-090-188.ewe-ip-backbone.de) |
| 2021-08-29 08:48:00 | <tomsmeding> | isn't that only ghc 9.2? |
| 2021-08-29 08:48:13 | <tomsmeding> | (I could try that, sure) |
| 2021-08-29 08:49:33 | <fendor> | yeah, but it was written with that purpose in mind |
| 2021-08-29 08:50:41 | × | spruit11 quits (~quassel@2a02:a467:ccd6:1:8013:5e37:15b2:f034) (Ping timeout: 250 seconds) |
| 2021-08-29 08:52:31 | <tomsmeding> | maerwald[m]: ghc-options: -XStrictData doesn't help |
| 2021-08-29 08:54:41 | <tomsmeding> | is there a guide to using ghc-debug? |
| 2021-08-29 08:54:45 | <tomsmeding> | fendor: ^ |
| 2021-08-29 08:55:14 | <fendor> | tomsmeding, https://www.youtube.com/watch?v=9zuAsGk9xoM |
| 2021-08-29 08:55:44 | <tomsmeding> | heh yeah that's still on my watchlist |
| 2021-08-29 08:56:00 | <fendor> | https://github.com/well-typed/memory-usage-zurihac-2021 |
| 2021-08-29 08:56:08 | <fendor> | now you have an excuse! |
| 2021-08-29 09:02:40 | × | burnsidesLlama quits (~burnsides@dhcp168-015.wadham.ox.ac.uk) (Remote host closed the connection) |
| 2021-08-29 09:04:01 | × | hnOsmium0001 quits (uid453710@id-453710.stonehaven.irccloud.com) (Quit: Connection closed for inactivity) |
| 2021-08-29 09:04:25 | → | burnsidesLlama joins (~burnsides@dhcp168-015.wadham.ox.ac.uk) |
| 2021-08-29 09:04:45 | × | burnsidesLlama quits (~burnsides@dhcp168-015.wadham.ox.ac.uk) (Remote host closed the connection) |
| 2021-08-29 09:05:02 | × | sjb0 quits (~stephen@1.145.85.239) (Read error: Connection timed out) |
| 2021-08-29 09:05:13 | → | burnsidesLlama joins (~burnsides@dhcp168-015.wadham.ox.ac.uk) |
| 2021-08-29 09:07:54 | × | takuan quits (~takuan@178-116-218-225.access.telenet.be) (Ping timeout: 250 seconds) |
| 2021-08-29 09:09:38 | × | burnsidesLlama quits (~burnsides@dhcp168-015.wadham.ox.ac.uk) (Ping timeout: 250 seconds) |
| 2021-08-29 09:11:31 | × | machinedgod quits (~machinedg@24.105.81.50) (Ping timeout: 252 seconds) |
| 2021-08-29 09:12:16 | → | acidjnk_new joins (~acidjnk@p200300d0c72b95318d14906cff331aba.dip0.t-ipconnect.de) |
| 2021-08-29 09:12:28 | → | chris joins (~chris@81.96.113.213) |
| 2021-08-29 09:12:31 | chris | is now known as Guest6436 |
| 2021-08-29 09:18:45 | × | Morrow quits (~Morrow@bzq-110-168-31-106.red.bezeqint.net) (Quit: ZNC 1.8.2 - https://znc.in) |
| 2021-08-29 09:19:00 | → | Morrow joins (~Morrow@bzq-110-168-31-106.red.bezeqint.net) |
| 2021-08-29 09:19:03 | → | sjb0 joins (~stephen@2001:8004:2738:35de:a1a3:a1c1:6e62:ba62) |
| 2021-08-29 09:19:27 | × | azeem quits (~azeem@158.148.84.71) (Ping timeout: 240 seconds) |
| 2021-08-29 09:20:16 | → | merijn joins (~merijn@83-160-49-249.ip.xs4all.nl) |
| 2021-08-29 09:20:31 | → | azeem joins (~azeem@158.148.84.71) |
| 2021-08-29 09:21:21 | × | eggplantade quits (~Eggplanta@2600:1700:bef1:5e10:45ef:351a:e045:ed35) (Remote host closed the connection) |
| 2021-08-29 09:22:28 | × | frobnicator quits (~frobnicat@185-227-75-147.dsl.cambrium.nl) (Quit: WeeChat 3.0) |
| 2021-08-29 09:22:32 | × | sjb0 quits (~stephen@2001:8004:2738:35de:a1a3:a1c1:6e62:ba62) (Read error: Connection reset by peer) |
| 2021-08-29 09:22:59 | → | kenran joins (~kenran@200116b82b597200b32d497d5189e8bc.dip.versatel-1u1.de) |
| 2021-08-29 09:23:17 | × | andinus quits (andinus@tilde.institute) (Quit: ERC (IRC client for Emacs 27.1)) |
| 2021-08-29 09:31:27 | × | azeem quits (~azeem@158.148.84.71) (Ping timeout: 240 seconds) |
| 2021-08-29 09:31:50 | → | azeem joins (~azeem@158.148.84.71) |
| 2021-08-29 09:36:11 | × | azeem quits (~azeem@158.148.84.71) (Ping timeout: 250 seconds) |
| 2021-08-29 09:36:44 | → | azeem joins (~azeem@158.148.84.71) |
| 2021-08-29 09:37:49 | → | burnsidesLlama joins (~burnsides@dhcp168-015.wadham.ox.ac.uk) |
| 2021-08-29 09:41:17 | → | sjb0 joins (~stephen@1.145.100.97) |
| 2021-08-29 09:43:07 | × | burnsidesLlama quits (~burnsides@dhcp168-015.wadham.ox.ac.uk) (Ping timeout: 250 seconds) |
| 2021-08-29 09:45:11 | × | betelgeuse quits (~betelgeus@94-225-47-8.access.telenet.be) (Quit: Ping timeout (120 seconds)) |
| 2021-08-29 09:45:27 | → | burnsidesLlama joins (~burnsides@dhcp168-015.wadham.ox.ac.uk) |
| 2021-08-29 09:46:34 | → | andinus joins (andinus@tilde.institute) |
| 2021-08-29 09:46:34 | → | betelgeuse joins (~betelgeus@94-225-47-8.access.telenet.be) |
| 2021-08-29 09:54:14 | × | sjb0 quits (~stephen@1.145.100.97) (Quit: Leaving.) |
| 2021-08-29 09:54:25 | × | merijn quits (~merijn@83-160-49-249.ip.xs4all.nl) (Ping timeout: 252 seconds) |
| 2021-08-29 09:56:25 | × | Sgeo quits (~Sgeo@user/sgeo) (Read error: Connection reset by peer) |
| 2021-08-29 09:57:06 | → | goepsilongo joins (~chacho@2603-7000-ab00-62ed-0000-0000-0000-0bd0.res6.spectrum.com) |
| 2021-08-29 09:59:22 | × | kenran quits (~kenran@200116b82b597200b32d497d5189e8bc.dip.versatel-1u1.de) (Quit: WeeChat info:version) |
| 2021-08-29 10:02:54 | → | mastarija joins (~mastarija@78-3-210-70.adsl.net.t-com.hr) |
| 2021-08-29 10:03:23 | × | mastarija quits (~mastarija@78-3-210-70.adsl.net.t-com.hr) (Client Quit) |
| 2021-08-29 10:06:18 | → | cheater joins (~Username@user/cheater) |
| 2021-08-29 10:07:27 | → | neo2 joins (~neo3@cpe-292712.ip.primehome.com) |
| 2021-08-29 10:11:48 | × | Guest6436 quits (~chris@81.96.113.213) (Remote host closed the connection) |
| 2021-08-29 10:12:24 | → | chris joins (~chris@81.96.113.213) |
| 2021-08-29 10:12:28 | chris | is now known as Guest3002 |
| 2021-08-29 10:12:47 | × | hyiltiz quits (~quassel@31.220.5.250) (Ping timeout: 240 seconds) |
| 2021-08-29 10:13:12 | → | hyiltiz joins (~quassel@31.220.5.250) |
| 2021-08-29 10:15:24 | → | gehmehgeh joins (~user@user/gehmehgeh) |
| 2021-08-29 10:15:51 | → | merijn joins (~merijn@83-160-49-249.ip.xs4all.nl) |
All times are in UTC.