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 2019-08-06

00:01:16 Join speachy [0] (d102414d@209.2.65.77)
00:01:47speachywell, looks like the rocker doesn't like SDL. trying to launch any SDL plugin hangs the player.
00:09:45__builtinspeachy: hmm
00:09:57*__builtin keeps wandering into rabbit holes
00:10:14__builtinI'd like to debug it, but... $life takes precedence
00:10:18speachywonder if it's the alognment trap.
00:10:55speachyyeah, $family is sending me back out for the supplies they left off the list.
00:13:11__builtinIt can't be alignment, that's for sure. It's ifdef'd to CPU_ARM only
00:44:07 Join mendelmunkis [0] (~mendelmun@cpe-67-245-191-31.nyc.res.rr.com)
00:45:16***Saving seen data "./dancer.seen"
00:59:52speachywhatever it is, it completely wedges the display. adb still works though.
01:00
01:05:05 Quit mendelmunkis (Ping timeout: 248 seconds)
01:27:57__builtincan you figure out where it's crashing?
01:29:40speachysweet, strace is installed
01:30:35speachyit's spinning trying to allocate memory
01:32:09__builtinwhich function?
01:34:05speachystrace just show me that it tries to set the backlight.. and hhat's when it starts to go boom.
01:34:46__builtincan you get a backtrace or something?
01:34:57speachyno.. it's not actually crashing
01:35:03speachyjust stuck in a memory allocation loop.
01:35:14__builtinah, is there a way to attach gdb?
01:35:48speachymaybe.. let's see what adb will let me get away with.
01:38:11speachywill need a cross-toolchain gdb too
01:39:29__builtinan easier way is probably to sprinkle some splashf() calls in main.c
01:39:41__builtinjust bisect the offending code
01:39:45 Join Bilgus_ph [0] (4cf32773@76-243-39-115.lightspeed.cntmoh.sbcglobal.net)
01:40:18speachyhuh, that was unexpected.
01:40:48speachysystem-rockbox info ==> segfault
01:41:44Bilgus_phspeachy you might try re-disabling memset in tlsf.c or even stripping the alignment to 0x8
01:42:23Bilgus_phI suspect tlsf has a buffer overflow
01:42:51Bilgus_phI assume sdl uses tlsf as its alloc
01:43:06__builtinyes
01:44:40speachythis segfault is more concerning. wonder if it has to do with the recent infoscreen changes I made.
01:44:54Bilgus_ph g#2113 has the changes I made that fix it for arm
01:44:56fs-bluebotGerrit review #2113 at http://gerrit.rockbox.org/r/2113 : Fix non aligned crashes with tlsf by William Wilgus
01:50:43speachy...yep. backing out the multivolume infoscreen changes solves the segfault. joy.
01:52:29*__builtin forgets what part of sdl's main.c does...
01:54:18 Quit MrZeus (Ping timeout: 252 seconds)
02:00
02:00:43Bilgus_phlooking at the patch who allocs info_data also I know the array[i] dereferences to a pointer but isn't it then **?
02:15:22Bilgus_phspeach my guess is line 296 where you have it wrapped in str()
02:15:42Bilgus_phI think you need a pointer and the macro is hiding it
02:26:19 Quit Bilgus_ph (Remote host closed the connection)
02:30:29*speachy takes a look.
02:30:45speachydinner was good
02:37:14 Join tchan [0] (~tchan@lunar-linux/developer/tchan)
02:40:36speachyI don't think so, line 296 isn't even compiled in on this target.
02:45:20***Saving seen data "./dancer.seen"
02:53:46 Quit rogeliodh (Ping timeout: 250 seconds)
03:00
03:01:25 Quit HighMemoryDaemon (Remote host closed the connection)
03:09:02speachyfound it.
03:12:38speachyI used CHECK_VOL in a loop, and in !HAVE_MULTIVOLUME cases the test always evaluates true.
03:14:01speachyso we loop forever, trashing array[i] where i > 0
03:14:28speachytesting the fix to make sure it didn't regress on another target..
03:16:24fs-bluebotBuild Server message: New build round started. Revision 0544d97, 280 builds, 10 clients.
03:18:52speachythis will also show me how well one of my builders handles a bump from 6->8 cores.
03:19:44speachy(it has a tendency to overheat; not enough airflow in the case..)
03:21:09 Join mendelmunkis [0] (~mendelmun@cpe-67-245-191-31.nyc.res.rr.com)
03:23:45 Quit Jinx (Ping timeout: 248 seconds)
03:33:54 Join Jinx [0] (~Jinx@unaffiliated/jinx)
03:34:44 Quit mendelmunkis (Ping timeout: 272 seconds)
03:40:15 Join ShamelessScriptR [0] (uid57472@gateway/web/irccloud.com/x-rfdzmphoeyfzsgmc)
03:43:17 Part ShamelessScriptR
03:45:15speachylooks like the iriverh120htmlmanual build is kicking back errors again
03:46:07speachy2019-08-05 21:44:58 Server message: Fatal build error: Command not found. You have been temporarily disabled.
03:47:04__builtinyeah, I was getting that too
03:47:09__builtinwhen my client was still alive
03:47:15*__builtin should go poke it...
03:47:38speachywait, there it went.
03:49:26speachyand I think the 'freemyipod-user890104' builder ran out of disk space
03:50:47__builtinspeachy: you're right
03:50:53__builtinlxd-containers/containers/freemyipod 21G 21G 69M 100% /
03:54:10amdjwhoops.
04:00
04:19:57 Quit krabador (Remote host closed the connection)
04:22:42fs-bluebotBuild Server message: Build round completed after 2135 seconds.
04:22:49fs-bluebotBuild Server message: Revision 305ec12 result: All green
04:22:50fs-bluebotBuild Server message: New build round started. Revision 1b41e6e, 280 builds, 10 clients.
04:43:34fs-bluebotBuild Server message: Build round completed after 1244 seconds.
04:43:38fs-bluebotBuild Server message: Revision 1b41e6e result: All green
04:43:39fs-bluebotBuild Server message: New build round started. Revision 951a614, 280 builds, 10 clients.
04:45:22***Saving seen data "./dancer.seen"
05:00
05:01:44fs-bluebotBuild Server message: Build round completed after 1086 seconds.
05:01:49fs-bluebotBuild Server message: Revision 951a614 result: All green
05:01:50fs-bluebotBuild Server message: New build round started. Revision 2d70fdc, 280 builds, 10 clients.
05:19:28fs-bluebotBuild Server message: Build round completed after 1059 seconds.
05:19:32fs-bluebotBuild Server message: Revision 2d70fdc result: All green
05:32:27 Quit TheSeven (Ping timeout: 264 seconds)
05:32:38 Join [7] [0] (~quassel@rockbox/developer/TheSeven)
06:00
06:08:49 Join mendelmunkis [0] (~mendelmun@cpe-67-245-191-31.nyc.res.rr.com)
06:16:28 Quit mendelmunkis (Ping timeout: 258 seconds)
06:38:23 Quit ZincAlloy (Quit: Leaving.)
06:45:23***Saving seen data "./dancer.seen"
06:50:37 Join mendelmunkis [0] (~mendelmun@cpe-67-245-191-31.nyc.res.rr.com)
06:51:54 Quit mendelmunkis (Remote host closed the connection)
06:52:10 Join mendelmunkis [0] (~mendelmun@cpe-67-245-191-31.nyc.res.rr.com)
07:00
07:10:54 Quit mendelmunkis (Ping timeout: 258 seconds)
07:14:49 Join ZincAlloy [0] (~Adium@95.90.206.164)
07:14:59 Quit ZincAlloy (Client Quit)
07:18:25 Join mendelmunkis [0] (~mendelmun@cpe-67-245-191-31.nyc.res.rr.com)
07:26:25 Quit mendelmunkis (Ping timeout: 244 seconds)
07:54:32 Join ZincAlloy [0] (~Adium@2a02:8108:9440:dfc:913:69a3:2bb6:570c)
07:54:50 Quit ZincAlloy (Client Quit)
08:00
08:15:39 Quit [7] (Ping timeout: 264 seconds)
08:19:56 Join TheSeven [0] (~quassel@rockbox/developer/TheSeven)
08:35:31 Join mendelmunkis [0] (~mendelmun@cpe-67-245-191-31.nyc.res.rr.com)
08:36:48 Join petur [0] (~petur@rockbox/developer/petur)
08:45:26 Quit tchan (Ping timeout: 245 seconds)
08:45:27***Saving seen data "./dancer.seen"
08:45:45user890104speachy, __builtin: it was making backups at the moment, and the containers are pretty large
08:57:52 Quit mendelmunkis (Ping timeout: 244 seconds)
08:58:19 Join tchan [0] (~tchan@lunar-linux/developer/tchan)
09:00
09:25:15 Quit dys (Ping timeout: 244 seconds)
09:31:35 Join TheSphinX_ [0] (~briehl@srv001.nosupamu.de)
09:32:42 Quit TheSphinX^ (Ping timeout: 246 seconds)
09:32:42 Nick TheSphinX_ is now known as TheSphinX^ (~briehl@srv001.nosupamu.de)
09:43:52 Join mendelmunkis [0] (~mendelmun@cpe-67-245-191-31.nyc.res.rr.com)
09:50:39 Join wodz [0] (~wodz@iwl138.internetdsl.tpnet.pl)
09:54:03 Quit mendelmunkis (Ping timeout: 246 seconds)
10:00
10:06:35 Join dys [0] (~dys@2003:5b:203b:100:a64c:c8ff:fef4:13a6)
10:22:34 Join mendelmunkis [0] (~mendelmun@cpe-67-245-191-31.nyc.res.rr.com)
10:45:29***Saving seen data "./dancer.seen"
10:46:53 Quit mendelmunkis (Ping timeout: 244 seconds)
11:00
11:17:39 Join mendelmunkis [0] (~mendelmun@cpe-67-245-191-31.nyc.res.rr.com)
11:25:03 Quit mendelmunkis (Ping timeout: 258 seconds)
11:49:05 Join krabador [0] (~krabador@unaffiliated/krabador)
12:00
12:41:40 Quit wodz (Ping timeout: 268 seconds)
12:45:30***Saving seen data "./dancer.seen"
12:54:23 Join krabador_ [0] (~krabador@unaffiliated/krabador)
12:55:51 Quit krabador (Ping timeout: 245 seconds)
13:00
13:16:58 Quit krabador_ (Remote host closed the connection)
13:17:15 Join krabador [0] (~krabador@unaffiliated/krabador)
13:24:50 Join vmx [0] (~vmx@ip5f5ac62a.dynamic.kabel-deutschland.de)
13:37:22fs-bluebotBuild Server message: New build round started. Revision e6b03ff, 280 builds, 10 clients.
13:37:51 Quit krabador (Remote host closed the connection)
13:46:26 Quit bremner (Quit: Coyote finally caught me)
13:48:57 Join bremner [0] (~bremner@debian/developer/bremner)
13:54:48fs-bluebotBuild Server message: Build round completed after 1046 seconds.
13:54:49fs-bluebotBuild Server message: Revision e6b03ff result: All green
14:00
14:05:15 Join wodz [0] (~wodz@iwl138.internetdsl.tpnet.pl)
14:22:47 Part speachy
14:33:01 Join massiveH [0] (~massiveH@ool-4352e615.dyn.optonline.net)
14:34:11 Quit massiveH (Client Quit)
14:37:58 Join massiveH [0] (~massiveH@ool-4352e615.dyn.optonline.net)
14:45:33***Saving seen data "./dancer.seen"
15:00
15:13:30 Quit blackyus17 (Ping timeout: 258 seconds)
15:13:39 Join blackyus17 [0] (~blackyus1@a24.f.t4vps.eu)
15:13:45 Join speachy [0] (40eebded@64.238.189.237)
15:43:31 Quit massiveH (Quit: Leaving)
16:00
16:45:34***Saving seen data "./dancer.seen"
17:00
17:21:38 Quit Jinx (Ping timeout: 248 seconds)
17:26:16 Quit vmx (Remote host closed the connection)
17:31:38 Join Jinx [0] (~Jinx@unaffiliated/jinx)
17:34:11 Quit wodz (Ping timeout: 245 seconds)
17:36:36 Quit petur (Quit: Connection reset by beer)
18:00
18:08:48 Join ZincAlloy [0] (~Adium@2a02:8108:9440:dfc:913:69a3:2bb6:570c)
18:45:36***Saving seen data "./dancer.seen"
19:00
19:11:57 Join lebellium [0] (~lebellium@89-92-69-110.hfc.dyn.abo.bbox.fr)
19:34:24 Join captainkewllllll [0] (acfec4b2@rrcs-172-254-196-178.nyc.biz.rr.com)
20:00
20:10:50 Quit dys (Ping timeout: 264 seconds)
20:38:46speachyHere's an interesting patch in the queue. g#2191
20:38:48fs-bluebotGerrit review #2191 at http://gerrit.rockbox.org/r/2191 : Support swapping playback channels by Solomon Peachy
20:39:53speachyI recall seeing some desire for this functionality in the bug tracker and forums
20:42:00__builtinWhat exactly does it do?
20:42:29speachywhat it says, adds support for swapping L/R audio channels
20:42:51speachyand it actually touches the Archos units too since they can do it in hardware
20:44:33 Join dys [0] (~dys@tmo-106-99.customers.d1-online.com)
20:45:04speachya couple of the patches later in my queue build on this, but I think just for the LANG_ string.
20:45:40***Saving seen data "./dancer.seen"
20:47:53__builtinOh, ystereo_ channels
20:48:33__builtinI thought it had to do with mixer channels at first
20:49:40speachymost of the low-hanging stuff is now merged, so what's left is increasingly "interesting" and as such not something I'd want to merge without some consensus that it's a good idea and/or approach..
20:49:57 Quit Bilgus (Ping timeout: 246 seconds)
21:00
21:03:16gevaertsThe old response has always been to set stereo width to -1
22:00
22:29:20 Quit dys (Ping timeout: 268 seconds)
22:33:45 Quit Strife89 (Ping timeout: 245 seconds)
22:36:52 Quit speachy (Remote host closed the connection)
22:45:41***Saving seen data "./dancer.seen"
23:00
23:00:57 Quit ZincAlloy (Quit: Leaving.)
23:06:12 Quit lebellium (Quit: Leaving)
23:07:18 Join dys [0] (~dys@tmo-116-29.customers.d1-online.com)
23:17:15 Quit captainkewllllll (Remote host closed the connection)

Previous day | Next day