Previous day | Jump to hour: 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | Next day

Seconds: Show Hide | Joins: Show Hide | View raw
Font: Serif Sans-Serif Monospace | Size: Small Medium Large

Click in the nick column to highlight everything a person has said.
The Logo icon identifies that the person is a core developer (has commit access).

#rockbox log for 2023-11-23

00:03:38 Join PheralSparky [0] (~Shawn@user/shawn/x-4432647)
00:36:41 Quit amiconn (Quit: http://quassel-irc.org - Chat comfortably. Anywhere.)
00:36:41 Quit pixelma (Quit: .)
00:37:38 Join amiconn [0] (jens@p200300ea870d2900305e95fffec66ff3.dip0.t-ipconnect.de)
00:37:38 Join pixelma [0] (marianne@p200300ea870d2900305e95fffec66ff3.dip0.t-ipconnect.de)
00:59:48 Quit massiveH (Quit: Leaving)
01:00
01:15:15***Saving seen data "./dancer.seen"
01:30:01 Quit davisr (Quit: yeehaw)
02:00
02:23:21 Join sch [0] (a2fe4b5ecb@irc.cheogram.com)
03:00
03:15:19***Saving seen data "./dancer.seen"
03:23:26 Join lebellium [0] (~lebellium@2a01cb040610e000500224b61da70e68.ipv6.abo.wanadoo.fr)
03:41:13 Quit JanC (Remote host closed the connection)
03:41:29 Join JanC [0] (~janc@user/janc)
04:00
04:08:08 Quit PheralSparky (Read error: Connection reset by peer)
04:08:40 Join PheralSparky [0] (~Shawn@user/shawn/x-4432647)
05:00
05:15:23***Saving seen data "./dancer.seen"
06:00
06:11:23CH23<_bilgus> CH if 7ac4d34dd6 works where does it break? | i´ll check in a moment
06:12:21 Join chris_s [0] (~chris_s@2a02:908:1e0:9ba0:d431:8fb:c08c:bf5e)
06:15:11 Quit PheralSparky (Quit: Leaving)
06:23:22 Quit CH23_M (Read error: Connection reset by peer)
06:25:15 Join CH23_M [0] (~CH23@revspace/participant/ch23)
06:39:31CH23a7d0ff2000 2023-11-19 is the last working version _bilgus
07:00
07:15:26***Saving seen data "./dancer.seen"
07:49:51_bilgusCH23, thanks i'll have a look and see if theres something blatant but I doubt it
08:00
08:04:33CH23anything i can do, like a boot log or something?
08:08:58_bilgusno if you could test the reversion before we push it I'd appreciate it
08:10:11CH23sure!
08:11:18_bilgus g#5507
08:11:21rb-bluebotGerrit review #5507 at https://gerrit.rockbox.org/r/c/rockbox/+/5507 : Revert "Extend path_append_ex to truncate compname, remove some strmemdupa" by William Wilgus
08:12:07_bilgusI'll have to revisit this as I have a test set of folders that cause this existing code to go off the deep end
08:12:30_bilgusbut thats still better than boot loop
08:12:47CH23it´s not boot loop, it remains stuck on the logo screen indefinitely
08:13:12_bilguslikely its a panic for daya abort etc
08:13:22_bilgusdata*
08:15:50 Quit CH23 (Quit: Leaving)
08:50:15 Join ac_laptop [0] (~ac_laptop@2001:910:107e:1:e29d:31ff:fe2d:a258)
09:00
09:06:21_bilgusI wonder if its faster to just reverse the string in place
09:06:31_bilgusthatd remove recursion
09:07:50_bilgusah but it wouldn't work in the case of a partial copy due to buf sz
09:08:19_bilgusand that is a potential
09:11:17 Quit olspookishmagus (Ping timeout: 240 seconds)
09:15:29***Saving seen data "./dancer.seen"
09:39:52chris_sweirdly, if I understand Frankenpod from the forum thread correctly, they had issues even with the 23-11-19 build, or maybe that was due to malformed data from newer builds already written to disk
09:41:36_bilguswhats weirder is with that revert I can't repro the original bug now
09:41:55_bilgusme thinks its a heisenbug and i'm chasing my tail
09:45:35_bilgusbut there is clearly something wrong with my version unless CH23 still gets the issue with the revert
09:58:11 Quit CH23_M (Ping timeout: 264 seconds)
09:59:08 Join CH23_M [0] (~CH23@revspace/participant/ch23)
10:00
10:03:10 Join olspookishmagus [0] (~pookie@snf-137798.vm.okeanos.grnet.gr)
10:13:17 Quit ac_laptop (Ping timeout: 240 seconds)
10:14:26 Quit CH23_M (Read error: Connection reset by peer)
10:15:22 Join CH23_M [0] (~CH23@revspace/participant/ch23)
11:00
11:01:03 Quit chris_s (Remote host closed the connection)
11:15:31***Saving seen data "./dancer.seen"
11:19:24 Join chris_s [0] (~chris_s@2a02:908:1e0:9ba0:78dc:aeef:115f:193)
11:23:09chris_sI think I got confused because builds form the 19th and 20th both have 19 as the date in their version string (one is 92e77ddbd8-231119, the other is a7d0ff2000-231119)
11:43:46 Join ac_laptop [0] (~ac_laptop@2001:910:107e:1:e29d:31ff:fe2d:a258)
11:56:23 Quit ac_laptop (Quit: WeeChat 3.8)
12:00
12:31:17rb-bluebotBuild Server message: New build round started. Revision 53a47970e3, 304 builds, 10 clients.
12:31:17rb-bluebot[BUGFIX] some files wouldn't run as shortcut by William Wilgus
12:32:44_bilgusI think it was actually just .rock files that wouldn't run from the dirbrowse within the shortcut app which is an exceedingly rare occurrence if only because there was one person to report the bug in 2+ years
12:33:13_bilguswell the prior one that crashed the DAP
12:35:17_bilgusthat plugin kind of abused that exposed browser anyway but I suppose its a shortcut viewer how likely was it going to be run from anywhere but the browser when it was written
12:36:31_bilgusit now lets the user browse in its own browse context till they select a file and then it pastes it into the files browser context
12:38:43_bilgusthe down and upside to that is that it overwrites the history with its own as if you browsed to it in the first place when you shortcut to directories otherwise it drops you at the shortcut file
12:40:09_bilgusexiting your directory back 1 level up into the previous tree was weird
12:41:47rb-bluebotBuild Server message: Build round completed after 630 seconds.
12:41:48rb-bluebotBuild Server message: Revision 53a47970e3 result: All green
12:49:14 Quit danwellby (Quit: Watch out For sysops carrying carpet and quicklime)
12:50:48 Join danwellby [0] (~danwellby@cynthiajndevey.plus.com)
13:00
13:04:16 Quit jacobk (Ping timeout: 268 seconds)
13:15:34***Saving seen data "./dancer.seen"
13:39:05 Quit chris_s (Ping timeout: 256 seconds)
14:00
14:06:54 Join PheralSparky [0] (~Shawn@user/shawn/x-4432647)
15:00
15:15:37***Saving seen data "./dancer.seen"
16:00
16:56:57 Join jjs00791 [0] (jjs007@gateway/vpn/protonvpn/jjs007)
16:59:17 Quit jjs0079 (Ping timeout: 252 seconds)
16:59:18 Nick jjs00791 is now known as jjs0079 (jjs007@gateway/vpn/protonvpn/jjs007)
17:00
17:15:38***Saving seen data "./dancer.seen"
17:28:51 Join CH23 [0] (~CH23@84-107-29-234.cable.dynamic.v4.ziggo.nl)
17:29:01CH23_bilgusCH if 7ac4d34dd6 works where does it break? I don't see anything in that list that makes me think hmm hang on boot | how can I find out?
17:38:47 Quit mrkrisprolls (Ping timeout: 256 seconds)
17:39:24CH23also please at least use ´ch23´ when mentioning, so at least my phone notifies me ;)
18:00
18:01:09 Quit lebellium (Quit: Leaving)
18:01:21 Join bilgus_ph [0] (~bilgus_ph@76-243-39-115.lightspeed.cntmoh.sbcglobal.net)
18:02:27bilgus_phCh23 you already figured out the bad commit if you can compile builds could you check out that revert commit in gerrit
18:03:21CH23daily builds contain more than just 1 commit right
18:03:39bilgus_phG#5507
18:03:42rb-bluebotGerrit review #5507 at https://gerrit.rockbox.org/r/c/rockbox/+/5507 : Revert "Extend path_append_ex to truncate compname, remove some strmemdupa" by William Wilgus
18:04:07bilgus_phI think they could yes
18:04:14CH23ah i´ll see how i can uncommit that, but probably tomorrow. it´s midnight here
18:05:05bilgus_phOH you'd just check it out and build it if you can i can get one for you by tomorrow iPod classic?
18:05:22bilgus_phIf you cant..
18:06:09CH23that´ll work too. I automate the build process because i only use git to either clone, or build rockbox stuff
18:06:19CH23so i know next to nothing about it :x
18:08:19bilgus_phOH usually you'd do a GIT pull −−rebase to pull the current then checkout a commit by hash with GIT checkout 5bf45acddf for instance
18:08:51CH23i´ll check the manpage tomorrow and give it a go
18:09:01bilgus_phBut ill leave you a link to a build
18:11:05 Quit bilgus_ph (Quit: Connection closed)
19:00
19:15:16 Join massiveH [0] (~massiveH@2600:4040:a982:c800:3160:b4e5:f19d:2f2)
19:15:40***Saving seen data "./dancer.seen"
20:00
20:34:17 Join IPG [0] (~InvoxiPla@176.25.14.149)
20:47:34 Join dconrad [0] (~dconrad@152.117.104.216)
21:00
21:04:13 Quit IPG (Read error: Connection reset by peer)
21:06:22 Join IPG [0] (~InvoxiPla@176.25.14.149)
21:15:44***Saving seen data "./dancer.seen"
21:34:46_bilgusCH23 https://www.mediafire.com/file/b0f2ov4tjaaqz9f/iPodClassic_cb3b5397_rockbox.zip/file
21:42:58 Quit rb-bluebot (Ping timeout: 260 seconds)
21:43:54 Quit bluebrother (Ping timeout: 260 seconds)
21:45:34 Join bluebrother [0] (~dom@user/bluebrother)
21:56:45 Join rb-bluebot [0] (~rb-bluebo@rockbox/bot/utility)
22:00
22:15:37 Quit CH23_M (Read error: Connection reset by peer)
22:16:08 Join CH23_M [0] (~CH23@revspace/participant/ch23)
22:35:48 Join mrkrisprolls [0] (~mrkrispro@2605:6400:20:5cc:e8af:da1c:ee53:f678)
22:53:32 Quit dconrad ()
23:00
23:15:46***Saving seen data "./dancer.seen"
23:37:12 Quit m01 (Quit: Konversation terminated.)
23:40:02 Join m01 [0] (~quassel@vps-b172b88b.vps.ovh.net)

Previous day | Next day