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 2021-04-04

00:00:20braewoodshttps://gerrit.rockbox.org/r/c/rockbox/+/3288
00:00:25braewoodssmall change for whoever to look at
00:04:26***Saving seen data "./dancer.seen"
01:00
01:02:30 Quit ufdm (Read error: Connection reset by peer)
01:21:06 Join ufdm [0] (~ufdm@c-73-164-63-214.hsd1.mn.comcast.net)
02:00
02:04:29***Saving seen data "./dancer.seen"
04:00
04:04:32***No seen item changed, no save performed.
04:33:22 Join ZincAlloy [0] (~Adium@ip5f5acf9f.dynamic.kabel-deutschland.de)
05:00
05:36:52 Join lebellium [0] (~lebellium@89-92-69-66.hfc.dyn.abo.bbox.fr)
06:00
06:04:08 Join pamaury [0] (~pamaury@rockbox/developer/pamaury)
06:04:36***No seen item changed, no save performed.
07:00
07:47:53 Join ac_laptop [0] (~ac_laptop@186.2.247.129)
08:00
08:04:39***No seen item changed, no save performed.
09:00
09:26:54fs-bluebotBuild Server message: New build round started. Revision 4bc7bafc68, 298 builds, 10 clients.
09:39:04 Quit pamaury (Ping timeout: 246 seconds)
09:39:55fs-bluebotBuild Server message: Build round completed after 780 seconds.
09:39:58fs-bluebotBuild Server message: Revision 4bc7bafc68 result: All green
09:40:07fs-bluebotBuild Server message: New build round started. Revision 962d412917, 298 builds, 10 clients.
09:51:07fs-bluebotBuild Server message: Build round completed after 659 seconds.
09:51:09fs-bluebotBuild Server message: Revision 962d412917 result: All green
10:00
10:04:40***Saving seen data "./dancer.seen"
11:00
11:38:02 Join MrZeus [0] (~MrZeus@2a02:c7f:a0aa:4400:f943:daf4:f3e1:d705)
12:00
12:04:42***No seen item changed, no save performed.
12:30:08 Join pamaury [0] (~pamaury@rockbox/developer/pamaury)
12:35:01 Nick Guest71059 is now known as alexbobp (~alex@meowface.org)
12:35:49_bilgus g#3274
12:35:50fs-bluebotGerrit review #3274 at https://gerrit.rockbox.org/r/c/rockbox/+/3274 : Add custom action mapping to core by William Wilgus
12:36:19_bilgusI have this working If anyone wants to play around with it
12:36:39_bilgusI left some code for generating the mapfile in the commit message
12:37:24_bilgusI only tried remapping the volume + button in the WPS to WPS_PLAY but it works!
12:38:45_bilgusThe plugin for generating the remap is going to be the hard part it'll need to be aware of a lot
12:40:39_bilgusoops forgot to include the new files
12:42:46_bilgusthats better :)
12:46:22_bilgusI think with the plugin it should be able to also create keymaps for plugins too
12:46:44_bilgusthen we can hook the remap in the plugin get action function
12:48:13 Quit jdarnley (Quit: ZNC 1.7.1 - https://znc.in)
12:48:21_bilguscurrently key remaps is only loaded on start thats probably OK but I'd like to add a way to reload (even a hook in plugin.h)
13:00
13:02:41 Join cela [0] (92c67a98@152.122.198.146.dyn.plus.net)
13:03:42cela_bilgus result of bisect on Rk27xx not recent Dec 2017. https://0bin.net/paste/ZSrRLbYb#ivELw1F7JXq37hBcYe+CvMUTfmQGW1IyyQd2yW7N4Vm
13:04:31celaHappy to test a fix.
13:04:56_bilgusit says thats the commit that broke it?
13:05:08_bilgusor thats the last taht works?
13:05:39celayes its broke on that commit
13:05:49_bilgusthats weird
13:09:11_bilgusso enum is at least an int
13:09:29_bilgusour ints are 4 bytes and so are the longs?
13:09:55_bilgushmm I'm not even sure how the hell
13:10:38_bilgusthe no functional changes really has me going to I assume that means JH tested it
13:14:31_bilgusits just about gotta be in the source of the device
13:14:41_bilgussome wrong alignment maybe
13:18:07celabisect history if its any help. https://0bin.net/paste/ni91v3p0#cj88vPQtQ8gbAL1TvRNxegbSBiLeXV3klJLEWuffCRR
13:23:35_bilgusthat previous commit looks more likely to be the culprit TBH but its still weird
13:26:39_bilgusok cela I'll have you a build shortly I'm gonna try aligning the memory
13:34:35_bilgushttps://www.mediafire.com/folder/wyq85ijmsyqsm/RK27Generic
13:35:12_bilgusbeyond that I'll have to probably start looking at the asm between them
13:43:19celaStill has the same playback issue
13:52:26_bilgusI figured.. ok ill get back with you in a few days once we have some idea of what changed
13:53:51celaok thanks
13:53:59 Quit cela (Quit: Connection closed)
13:55:46 Join dweeber` [0] (~dweeber@c-73-52-129-219.hsd1.ut.comcast.net)
13:55:55speachyhuh, so it wasn't my fault. :D
13:58:22braewoods_bilgus: in most ABIs long is same as int.
13:58:28braewoodswe have no 64 bit ABIs so
13:58:31braewoodsi expect same true here
13:58:46 Quit dweeber_ (Ping timeout: 240 seconds)
13:59:39braewoodsthat could change if we ever got an arm64 target
13:59:49braewoodswhy we need to be careful about using long though
14:00
14:00:10braewoodsGCC will likely convert it to 64 bit on targets that have 64 bit native integers
14:00:29braewoodsis that what we always want?
14:04:45***Saving seen data "./dancer.seen"
14:57:17speachylong is tradtionally the same size as a pointer
14:58:08speachyas long (ha!) as we don't use 'long' in any external ABI/interface I don't see that it really matters.
15:00
15:00:19gevaertsYou mean if that happens we might end up holding the short end of the stick?
15:00:56speachygevaerts: yeah, it might come back to byte us.
15:03:09gevaertsWe need to be careful so we don't burn our fingers and end up singed and charred
15:06:23speachyand it will be a long long way to recovery.
16:00
16:04:47***No seen item changed, no save performed.
16:45:49 Join Link8__ [0] (uid277370@gateway/web/irccloud.com/x-iswbbxyfgcxjrhxo)
17:00
17:17:35 Quit ac_laptop (Ping timeout: 246 seconds)
17:39:07 Join ac_laptop [0] (~ac_laptop@186.2.247.129)
17:44:21 Quit kakaka (Ping timeout: 240 seconds)
18:00
18:04:49***Saving seen data "./dancer.seen"
18:08:39 Quit ChanServ (shutting down)
18:13:19 Join ChanServ [0] (ChanServ@services.)
18:13:19Mode"#rockbox +o ChanServ " by weber.freenode.net
18:22:21 Join kakaka [0] (~koniu@gateway/tor-sasl/koniu)
19:00
19:23:03 Quit Strife89 (Quit: No Ping reply in 180 seconds.)
19:24:44 Join Strife89 [0] (~quassel@adsl-74-250-151-186.ags.bellsouth.net)
19:36:58 Quit lebellium (Quit: Leaving)
20:00
20:04:51***Saving seen data "./dancer.seen"
20:20:39 Quit MrZeus (Ping timeout: 260 seconds)
20:46:37 Quit beencubed (Quit: Leaving)
21:00
21:12:55 Quit pamaury (Ping timeout: 260 seconds)
21:29:14 Quit Link8__ (Quit: Connection closed for inactivity)
22:00
22:04:54***Saving seen data "./dancer.seen"
22:36:03_bilgusI'm still convinced this is an alignment problem on the Rk27xx
22:36:30_bilguslooking at the maps between the working build and broken build its literally 8 bytes off
22:38:00speachyIIRC DMA onthe 27xx has some strict cacheline alignment requirements
22:39:44_bilgusI saw a commit that was supposed to handle that prior to this broken one
22:40:19speachyquiestion is if all of the 27xx targets are equally afflicted
22:40:27_bilgusI padded the codec func with nops till it matched alignment with the working build lets see what that gets us
22:41:20_bilgusthing is I don't think its this function but one further down since they all arrear to be mod 4
22:42:05_bilgusI did see th etext area did not have align(4) which seems off
22:42:32 Join f1reflyylmao [0] (~f1refly@2a01:c23:8c55:d00:ed33:f381:e424:6c42)
22:42:56_bilgusthe function I think is failing is part of the codec api
22:43:36_bilgusI wonder if the change to long pointer would change alignment reqs I can't imagine so
22:43:55 Quit f1refly (Ping timeout: 260 seconds)
22:43:55 Nick f1reflyylmao is now known as f1refly (~f1refly@2a01:c23:8c55:d00:ed33:f381:e424:6c42)
22:46:26speachya pointer is a pointer..
22:51:10speachythat commit really doesn't make sense as something that would break stuff. unless the enum was optimized to something smaller than an int?
22:51:37speachyand it's causing some sort of stack/variable overflow somewhere..
22:52:11_bilgusthing is the functions actually were slightly smaller
22:52:23speachybefore or after?
22:52:28_bilgusafter
22:52:44_bilgusI was able to add 2 nops and get it to the same size
22:53:15_bilgusI guess next I should compare the asm
22:53:20speachyold toolchain for both?
22:53:33_bilgusnew for both
22:53:57speachyI wouldn't trust 2017-era code built with the new toolchain
22:54:16_bilguswell I assume he did the same
22:55:05_bilgusmaybe I should send him the build that 'works' too and make sure it for sure works
22:55:07speachyand, heh, using the CFLAGS from the appropriate era..
22:55:29speachy(ie a make reconf)
23:00
23:01:09speachy_bilgus: codecbuf and the .init section overlap on this
23:01:27speachy(uaually it's audiobuf..)
23:02:44speachystuff getting shifted around a hair could be enough for an errant write to trash something that we care about
23:04:59_bilguswell we can try if nothing ele it'll give us another chance at lucky alignment
23:08:04speachyoh, forgot to ask, what codec(s)?
23:08:45_bilgusgood question
23:08:54speachydoes (eg) keyclick work? that'll let us know if it's the PCM layer or the codec
23:09:08speachy(ditto on voiced menus)
23:09:38_bilgusgood point if the pcm buff fails itd cause thise issues
23:09:53speachyIf you hand over any additional builds please turn on logf at least
23:10:19speachyI think by default it'll log the codec launch/return codes
23:11:13_bilgusI did test plugins i'll wait to hear back on the nop build
23:11:35speachymy gut feeling is it's a PCM issue rather than codecs/etc specifically
23:13:10_bilguswhat an odd commit to break on though the one prior seems so much more likely
23:14:03 Join Stanley00 [0] (~stanley00@unaffiliated/stanley00)
23:16:26speachymy blacklisting those IP ranges seem to have cut the traffic by half.
23:17:21_bilgusWOW
23:17:29_bilgusthats crazy!
23:17:45speachymore than half. but I'll need more than a weekend to tell for sure
23:17:57_bilgusalso a holidat
23:17:58_bilgusy
23:18:04speachylast 48 hours are less than Friday alone.
23:18:17speachyon d.r.o specifically.
23:19:27speachypage hits on www are down by over 60%, though actual bandwidth not by much. git/gerrit are _wayyyy_ down.
23:19:56speachybut friday was a huge huge spike (bots hitting snapshot/tag download links in violation of robots.txt..)
23:20:52speachyfriday as something like 15x typical traffic loads

Previous day | Next day