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 2024-10-04

00:26:25 Join PSparky|Ryzen7 [0] (~S|h|a|w|n@user/shawn/x-4432647)
00:29:47 Quit PheralSparky (Ping timeout: 265 seconds)
01:00
01:10:59 Join jacobk [0] (~quassel@47-186-105-237.dlls.tx.frontiernet.net)
01:41:55***Saving seen data "./dancer.seen"
02:00
02:40:17 Quit othello7 (Ping timeout: 265 seconds)
03:00
03:41:59***Saving seen data "./dancer.seen"
05:00
05:04:18 Quit jacobk (Ping timeout: 248 seconds)
05:04:38 Join jacobk [0] (~quassel@47-186-105-237.dlls.tx.frontiernet.net)
05:42:00***Saving seen data "./dancer.seen"
06:00
06:49:42 Quit baltazar (Ping timeout: 252 seconds)
06:53:13 Join COMPL_EXE [0] (~compl.exe@aosc/dev/origincode)
06:56:40 Join baltazar [0] (~baltazar@user/baltazar)
07:00
07:04:19 Quit Moriar (Ping timeout: 264 seconds)
07:09:41 Quit Galois (Ping timeout: 248 seconds)
07:33:35 Quit PSparky|Ryzen7 (Quit: Leaving)
07:42:02***Saving seen data "./dancer.seen"
07:58:34 Quit baltazar (Ping timeout: 252 seconds)
08:00
08:00:18 Join baltazar [0] (~baltazar@user/baltazar)
09:00
09:09:48rb-bluebotBuild Server message: New build round started. Revision 8808c42d6d, 345 builds, 9 clients.
09:09:48rb-bluebotFix FS #13494 by Christian Soffke
09:22:09rb-bluebotBuild Server message: Build round completed after 741 seconds.
09:22:10rb-bluebotBuild Server message: Revision 8808c42d6d result: All green
09:42:04***Saving seen data "./dancer.seen"
10:00
10:11:46 Join othello7 [0] (~Thunderbi@pool-100-36-176-164.washdc.fios.verizon.net)
11:00
11:00:43speachyThis ought to be straightforward: fs#13495
11:00:44rb-bluebothttps://www.rockbox.org/tracker/task/13495 Plugin lrcplayer crashes when trying to find "M.S.S.Planet.lrc" (bugs, unconfirmed)
11:07:45 Join JanC_ [0] (~janc@user/janc)
11:07:45 Quit JanC (Killed (lead.libera.chat (Nickname regained by services)))
11:07:45 Nick JanC_ is now known as JanC (~janc@user/janc)
11:10:34 Join rasher_ [0] (~rasher@diti.rasher.dk)
11:11:29 Join kugel_ [0] (~kugel@77.20.106.58)
11:15:37 Quit baltazar (*.net *.split)
11:15:38 Quit rasher (*.net *.split)
11:15:38 Quit kugel__ (*.net *.split)
11:20:00 Join baltazar [0] (~baltazar@user/baltazar)
11:42:05***Saving seen data "./dancer.seen"
12:00
12:36:17 Join Galois [0] (djao@efnet.math.uwaterloo.ca)
12:48:43 Quit rogeliodh9101 (Quit: The Lounge - https://thelounge.chat)
13:00
13:42:06***Saving seen data "./dancer.seen"
14:00
14:30:36 Quit braewoods (Remote host closed the connection)
14:30:57 Join braewoods [0] (~braewoods@user/braewoods)
14:45:03 Join galaxyburrito [0] (~galaxybur@user/galaxyburrito)
14:55:59 Quit jacobk (Ping timeout: 260 seconds)
14:56:21 Quit galaxyburrito (Ping timeout: 276 seconds)
14:56:38 Join jacobk [0] (~quassel@47-186-105-237.dlls.tx.frontiernet.net)
15:00
15:33:21 Join bilgusph [0] (~bilgusph@35.dallas-35rh15rt.tx.dial-access.att.net)
15:34:36bilgusphChris_s in addition to the removal of playlist clear what do you think about making a new file each time as well?(for at least the flash based players)
15:36:33zou_hey, so I wanted to update the wiki page about DB format as it's missing some new pieces since 3.15, but it looks like registration are disabled https://www.rockbox.org/System/UserRegistration.html
15:36:52zou_Is that intended (I guess so), and is there another way to get wiki edit access?
15:37:17speachyzou_: DM me your full name and email address and I'll set that up for you.
15:37:22bilgusphI'm still playing around with overlaying a ramdisk over the plugin buffer but I'm already at nearly 1.5k of code and still haven't written the flush and reload part
15:38:30bilgusphZou_ we've had issues with bots...
15:39:28 Quit bilgusph (Quit: Client closed)
15:39:54zou_Yeah I can imagine
15:42:10***Saving seen data "./dancer.seen"
15:47:55 Join chris_s [0] (~chris_s@2a02:3037:26d:9001:5932:56b7:52b9:9fcd)
15:48:46chris_sspeachy: re fs13495, I wasn't immediately able to reproduce the issue
15:49:29speachythe problem description didn't make sense from my quick examination of the code. I wonder if there's something wonky with the lrc file itself?
15:50:01chris_smaybe
16:00
16:02:51chris_sthanks for working on the sdl stuff :o When I tried your new sdl2 patch in an arm64 debian-vm, I noticed I have to increase the default stack size (in thread.h g#5936) or it will crash, e.g. from MINSIGSTKSZ+0x3000 to MINSIGSTKSZ+0x6000
16:02:56rb-bluebotGerrit review #5936 at https://gerrit.rockbox.org/r/c/rockbox/+/5936 : Misc: Compiling under SDL2 uncovered a few issues unrelated to SDL itself by Solomon Peachy
16:03:49speachyhuh, that's unexpected. was a stack size bump part of your original series?
16:05:08chris_sno, I didn't even get to where it succesfully compiled on Linux with native threads though, only ever tried with sdl threads on Linux
16:05:44speachyit was having issues on native threads, so I was running sdl threads until I fixed hte native stuff
16:05:59speachy"native" meaning sigalthreading
16:08:15chris_syeah
16:10:53speachydid you try anything smaller than 0x6000?
16:13:59_bilgusbumping the stack may be covering up something else happening as well
16:14:03chris_s0x5000 at least still crashes
16:14:19speachyokeydokey
16:15:59chris_sIt feels like it may be due to MINSIGSTKSZ actually being much smaller than expected though (because _DYNAMIC_STACK_SIZE_SOURCE isn't defined)
16:17:30_bilgusI ran into something similar a long while ago where it was a case of overflowing the stack and we bumped it only to find it was a different issue opus maybe?
16:25:59chris_s_bilgus: regarding PLAYLIST_CLEAR - the idea with g#5955 is that it starts with a fresh control file now, instead of appending the command, is that not what you mean?
16:26:03rb-bluebotGerrit review #5955 at https://gerrit.rockbox.org/r/c/rockbox/+/5955 : playlist: deprecate PLAYLIST_COMMAND_CLEAR by Christian Soffke
16:26:26speachythat doesn't seem right, on modern arm64 linux
16:31:03speachyah crap, pushed the wrong version.
16:32:51chris_sMINSIGSTKSZ is 5120 in my case
16:33:55speachyok, new rev pushed
16:35:38speachyhopefully the delta for native macos on top of this won't be bad
16:35:57chris_sno, that should be no problem
16:36:22speachyI've updated my builders to have sdl2, need to harass everyone else to update theirs
16:36:52chris_sIt'
16:37:08speachywould be nice to get a new round of winsim builds going with SDL2 as well.
16:38:19speachyI expect this will break some of the ancient SDL-based targets (Pandora, Maemo)
16:38:50speachybut who knows if those even build today.
17:00
17:00:51 Join Moriar [0] (~moriar@107-200-193-159.lightspeed.stlsmo.sbcglobal.net)
17:34:24 Join lebellium [0] (~lebellium@2a01cb0405d07f0064353753a7517a83.ipv6.abo.wanadoo.fr)
17:42:12***No seen item changed, no save performed.
17:42:33 Quit Natch (Ping timeout: 244 seconds)
17:47:08 Join Natch [0] (~natch@c-9e07225c.038-60-73746f7.bbcust.telenor.se)
18:00
18:07:41 Join chris_s_ [0] (~chris_s@2a02:3037:26c:5b8d:4989:e325:9d01:dd65)
18:09:56 Quit chris_s (Ping timeout: 244 seconds)
18:11:04 Quit chris_s_ (Client Quit)
18:11:18 Join chris_s [0] (~chris_s@2a02:3037:26c:5b8d:4989:e325:9d01:dd65)
18:17:41 Quit jacobk (Quit: http://quassel-irc.org - Chat comfortably. Anywhere.)
18:18:25 Quit cstine (Quit: The Lounge - https://thelounge.chat)
18:18:55 Join cstine [0] (~cstine@150.136.136.191)
18:34:04 Quit lebellium (Quit: Leaving)
18:57:39 Join massiveH [0] (~massiveH@2600:4040:a982:dc00:b9be:232c:b17c:ea4)
19:00
19:38:17 Quit chris_s (Ping timeout: 244 seconds)
19:42:14***Saving seen data "./dancer.seen"
20:00
20:00:44 Quit massiveH (Read error: Connection reset by peer)
20:01:00 Join massiveH [0] (~massiveH@2600:4040:a982:dc00:b9be:232c:b17c:ea4)
20:06:33 Join chris_s [0] (~chris_s@dynamic-176-003-047-017.176.3.pool.telefonica.de)
20:40:24 Quit Moriar (Ping timeout: 245 seconds)
20:45:33_bilguschris_s if you are just appending the file in place it will rewrite the same sectors every time
20:46:20_bilgusI should ssy Could
20:47:05chris_sshouldn't O_TRUNC take care of that?
20:48:03_bilgusI doubt it does anything but zereos and reset at the beginning
20:48:11_bilgusi'll look
20:50:01_bilgusyeah it just backs up over the same from what I can tell file.c ftruncate_internal()
20:52:49_bilgusthe other assumption is that the sd cards and iflash and flash ram do any or are able to do any wear leveling or do they just mark bad sectors till it runs out
20:53:36_bilguswhere as the other scheme kinda automatically did that with PL CLEAR did it not?
20:54:03_bilgusleft the prior and appended then later made a copy to a new file with only the current?
20:54:11chris_sso you're saying, the file needs to be deleted first? Previously, the file just kept on growing
20:54:35_bilgusactually the file needs to stay till the other is created
20:54:36chris_sPLAYLIST_COMMAND_CLEAR is currently just another command written to the control file
20:54:58_bilgusthat way you've insured its in a totally new place
20:55:56chris_sok
20:57:20_bilgusappending .old to the current and creating a new one with the current name I already did this for the settings and nvram files
21:00
21:00:22 Quit Natch (Ping timeout: 252 seconds)
21:01:10_bilgus g#3945
21:01:13rb-bluebotGerrit review #3945 at https://gerrit.rockbox.org/r/c/rockbox/+/3945 : RFC settings & nvram.bin save setting to tmp file save old by William Wilgus
21:02:16chris_sthanks, I'll take a look, I think amachronic also used a similar scheme for updating the control file when saving the playlist, at the bottom of playlist.c
21:02:42_bilgusgood maybe its already taken care of then
21:03:50 Join Natch [0] (~natch@c-9e07225c.038-60-73746f7.bbcust.telenor.se)
21:11:53_bilgusyeah it looks like he already did :)
21:27:52 Join othello8 [0] (~Thunderbi@50.200.56.194)
21:30:31 Join PheralSparky [0] (~S|h|a|w|n@user/shawn/x-4432647)
21:38:51 Quit othello8 (Ping timeout: 252 seconds)
21:42:18***Saving seen data "./dancer.seen"
23:00
23:28:44 Quit cnx (Ping timeout: 265 seconds)
23:32:27 Join cnx [0] (~cnx@tem.loang.net)
23:41:57 Quit chris_s (Read error: Connection reset by peer)
23:42:23***Saving seen data "./dancer.seen"

Previous day | Next day