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 2011-02-21

00:00:46Luca_Sthe playlist viewer is fine (though it shows filenames, not tags, isn't it?)
00:03:56Luca_Sdata abort!
00:03:56 Quit Luca_S (Quit: CGI:IRC)
00:03:56 Join Luca_S [0] (www-data@giant.haxx.se)
00:03:56 Quit Luca_S (Client Quit)
00:05:12CIA-70r29365 build result: All green
00:05:45 Join Luca_S [0] (52390df8@gateway/web/freenode/ip.82.57.13.248)
00:06:05gevaertsLuca_S: have you tried the usual file system checks?
00:06:10Luca_Ssorry, lost connection. I have a data abort reproducible when initializing the database
00:06:15Luca_Snot yet, will do soon.
00:06:31Luca_Sdata abort at 30800530 address 0x646c6f47
00:06:36gevaertsAnd did you only update your rockbox version, or did you also add new files?
00:07:05Luca_Scompletely overwrote the rockbox folder, will try again after fs check
00:07:21gevaertsI mean, is the audio exactly the same?
00:07:24Luca_S(strange, albumart shows fine)
00:07:41Luca_Sthe audio files are unchanged
00:10:24gevaerts"latest svn" is r29364? Is this an official build or your own?
00:10:29Luca_Swhile it checks fs, i am doing a manual build so I can check the map file. problem is I have never seen a map file :) what should I check?
00:11:22Luca_Smanual build r29362 + enabled RB USB
00:11:30gevaertsright
00:11:48gevaertsWhen you build again, keep the rockbox.elf and rockbox.map files arounf
00:12:08Luca_Sis make then make zip good for that?
00:12:22gevaertsThey're not included in there
00:12:38gevaertsThey're both in the build directory after buildin
00:12:45Luca_Sok
00:13:37Luca_Sfile system check: no errors, metadata still broken
00:15:07TheSevenLuca_S, gevaerts: as a side note: 0x646c6f47 smells like ASCII
00:15:28gevaertsoh, indeed
00:15:40TheSeven"Gold", to be exact
00:15:52TheSeven=> buffer overflow overwriting a pointer?
00:16:38gevaertsWell, in my build (without USB, which may well change addresses), 30800530 is in strlen, so strings are not unexpected
00:16:44Luca_Si can try bisecting if it helps, though the two recent-ish commits about metadata would be the obvious candidates
00:17:27AlexPLuca_S: I'd appreciate you trying a 3.8RC in a minute of you would
00:17:32AlexPJust to double check
00:17:52gevaertsLuca_S: when you have a nice rockbox.elf/data abort pair, run "arm-elf-eabi-objdump −−disassemble rockbox.elf > disassembly.txt", and look for the address (the first number) in there. That should tell you in which function the crash is
00:17:52 Quit bertrik (Quit: :tiuQ)
00:18:14Luca_Ssure AlexP, where can I find the RC builds?
00:18:30AlexPLuca_S: I'll give you a link in about 1 minute :)
00:18:35AlexPJust uploading :)
00:18:46Luca_Sin the meanwhile i'll try my build
00:20:34AlexPfuzev2 yes?
00:20:42Luca_Syes
00:20:49AlexPhttp://rockbox.hostname.be/3.8RC/rockbox-sansafuzev2-3.8RC.zip
00:21:29Luca_Sthanks. my build gives exactly the same data abort, same address and data
00:21:55gevaertsRight. Now if you can check which function that is :)
00:22:33gevaerts(or upload the elf file somewhere)
00:22:58Luca_Si'm slow, but let me try :)
00:23:01TheSevenso it's still 30800530?
00:23:03Luca_Syes
00:23:07*TheSeven might have a look at the elf file as well
00:23:22Luca_SAlexP: RC works fine
00:24:01AlexPLuca_S: great, thanks
00:24:51Luca_Sthe function is strlen
00:25:29TheSevenwe can't obtain a memory dump on that target, can we?
00:25:29Luca_Scan I help by uploading the files somewhere?
00:25:51gevaertsI'd say r29349
00:26:18gevaertsEither that or r29348
00:26:22Luca_Si'll revert to r29348 and see
00:26:43jhMikeSI'm getting seek times on like 7 seconds even for buffered tracks on GigS. I would *not* have committed anything with those effects.
00:27:15jhMikeSnot seek time, skip times
00:27:24gevaertsThe branch was at r29345, so it has to be later (since 3.8RC works). The rest looks unrelated
00:27:38gevaertsjhMikeS: too many people only have flash devices these days...
00:27:57TheSevengevaerts: if the tracks are buffered, that shouldn't make a difference
00:28:02gevaertshm, true
00:28:27Luca_Sbuilding 29348. skip time seems fine
00:28:29jhMikeSIt doesn't take 7 seconds to skip buffered or not
00:29:02jhMikeS*shouldn't
00:29:47TheSevenjhMikeS: if spinup is involved there might be no way around that
00:30:30TheSevenwhich version is showing that behavior? any idea what the cause might be?
00:30:32jhMikeSit doesn't take nearly that long. now, the old track just keeps playing for awhile, then audio changes over.
00:30:40jhMikeSlatest
00:30:53jhMikeS*going back
00:32:10Luca_S29348 works fine
00:32:34TheSevennow try 29349
00:33:01gevaertsI'd go straight to 29350. 29350 was a revert of parts of 29349
00:35:56 Quit robin0800 (Quit: Leaving)
00:36:02jhMikeSoh crap, I set crossfade so it would make a huge PCM buffer but not fade and forgot (big lulz @ me)
00:36:03Luca_S29350 shows the problem. metadata is some random buffer (i can see 'usicbrainz music ID')
00:37:49gevaertsLuca_S: time for a bug report I'd say :)
00:39:10Luca_Ssure.
00:41:42TheSevenLuca_S: can you try changing /apps/metadata/id3tags.c line 1046 to "bufferpos -= (bytesread - strlen(tag) - 1);"?
00:42:18TheSevenlooking at the diff i'd suspect that an off-by-one might have slipped in at that point
00:43:11jhMikeSjust for the record: skip w/disk spinup on beast takes ~2 sec
00:43:21 Join Jerom [0] (~jerome@79.132.59.245)
00:43:31TheSeventhis might lead to dozens of strings being concatenated and triggering a buffer overflow somewhere else
00:43:39TheSevenjhMikeS: that's rather fast
00:44:47jhMikeSactually, 3sec...was off one, still not bad
00:45:52TheSeventhe ce-ata drive will sometimes (sounds like it's doing an extended self-test sometimes) take ~5 seconds after powerup before it is accessible
00:46:03Luca_STheSeven: trying now.
00:46:17 Quit pamaury (Remote host closed the connection)
00:46:40TheSeventhen there will most likely be directory and fat lookups, then buffering starts, and after buffering has got enough data, decoding starts, and finally playback, which might have a DMA latency as well
00:46:52jhMikeSyeah, 2-3 seconds (just looking at the clock)
00:46:58TheSeventaking all that into account, 7 seconds might well to be expected
00:47:57jhMikeS5 seconds just to power?
00:48:19TheSeven~2 for spinup and ~3 of the head apparently doing seek tests (like on every 10th power cycle)
00:48:51TheSevenyou know that typical self test sound of old scsi drives? :)
00:49:19Luca_Snope TheSeven, that didn't do the trick.
00:49:56Luca_Si'll post a bug, have to go to sleep now
00:50:07TheSevenhm, another possible explanation might be that the id3->whatever fields aren't initialized to zero, but I'd expect that to cause all hell of other trouble
00:51:06TheSevenoh, nice guids on my ipod classic as well :)
00:51:13jhMikeSshouldn't it be strlen(tag) + 1 to skip the NULL ??
00:51:41TheSevenjhMikeS: the strlen is being substracted, so the null byte needs to be substracted as well
00:51:42jhMikeSoh, right distribute the "-"
00:53:09TheSevenoh nice. hard lockup while initializing the database :/
01:00
01:01:28jhMikeSdoes the metadata expect some double-null termination for the final string?
01:03:37 Quit maxsin (Ping timeout: 268 seconds)
01:05:13Luca_Sposted my problem at http://www.rockbox.org/tracker/task/11955
01:05:32Luca_Soh I see that TheSeven experiences it too
01:05:50Luca_Sit's bed time, see you tomorrow
01:07:21 Quit ender` (Quit: Trying to establish voice contact ... please yell into keyboard.)
01:08:33TheSevenjhMikeS, Luca_S: it's definitely that line.
01:08:37TheSevencommenting it fixes it
01:08:46TheSevenbut i don't quite understand why yet
01:09:12Luca_Soh, one last thing as a sidenote
01:09:15jhMikeSwhat's with the bytesread reference just before album art?
01:09:47jhMikeS>> tag[bytesread] = 0; bufferpos += bytesread + 1;
01:09:54 Join saratoga [0] (www-data@giant.haxx.se)
01:10:10Luca_Ssome of you may remember that I had problems with initializing the database, some songs seemed to send in an infinite loop the tag reading routines
01:10:22Luca_Ssomeone suggested tracking the problem with a logf build
01:10:33Luca_Swell... with a logf build the database built successfully
01:12:02saratogayou don't need logf
01:12:11saratogathe database can log what files its parsing
01:12:12Luca_Si am suspecting however an uSD problem, since if i eject the uSD the database build successfully even with a normal build. I know that AMS players are a bit picky regarding uSD cards. Maybe logf builds are slightly slower, so that's why it worked
01:12:16saratogaits under the debug menu
01:12:26*jhMikeS worked it out by hand and got a single char chopped at the start
01:12:37Luca_Syes saratoga, I tried that one, but it showed '−−-' as the song when locked
01:12:50saratogathat means its not in the metadata parsers then
01:13:04saratogaso its probably a crash somewhere in the database itself
01:17:27 Quit Luca_S (Quit: Bye)
01:20:39TheSevenjhMikeS: wouldn't the straightforward way be "bufferpos = tag + strlen(tag) + 1;"?
01:20:51TheSevenhowever that doesn't seem to work at all
01:21:03TheSevencould it be possible that there is not only string data being processed here?
01:21:33TheSevener, "bufferpos = tag + strlen(tag) + 1 - buffer;" of course
01:22:16TheSeven\o/
01:22:19TheSeventhe last one fixes it
01:22:20jhMikeSI wonder about the NULL it adds and then skips. it needs to subtract one less, then perhaps double terminate?
01:23:08TheSeveni'd rather suspect bufferpos being messed with in a ppFunc and then pointing into the middle of a string after clipping
01:23:19 Quit dfkt (Quit: -= SysReset 2.53=- Sic gorgiamus allos subjectatos nunc.)
01:25:48***Saving seen data "./dancer.seen"
01:26:31 Join maxsin [0] (~maxsin@188-115-150-221.broadband.tenet.odessa.UA)
01:26:34TheSevenjhMikeS: http://www.rockbox.org/tracker/task/11955?getfile=23359
01:26:38jhMikeSthat's cheating though, just to reset it :)
01:26:59TheSevenyeah, but that's what it actually wants to achieve
01:27:16TheSevenand apparently one can not rely on the buffer position not being messed with
01:27:38*TheSeven wonders if he should assign that task to buschel for verification and commit
01:30:24jhMikeSyou mean tr->ppFunc returning something that leaves it unrelated to bytesread?
01:31:53TheSevenit probably changes bytesread, yes
01:32:19TheSevener, changes bufferpos but not bytesread
01:32:51 Quit kevku (Ping timeout: 272 seconds)
01:33:59TheSevenjhMikeS: anyway, I assigned that task to Buschel for verification, and hope that he'll commit a fix tomorrow
01:34:03jhMikeSyes, some parse functions do recalculate it
01:36:10TheSevenjhMikeS: do they decrease bufferpos it? otherwise I don't quite get why it fails that terribly
01:36:17TheSeven-it
01:36:34TheSevenit should just lead to space being wasted, but don't cause trouble
01:39:18jhMikeSiiuc it backs it off to get rid of the tag if it's a genre string
01:39:36jhMikeSI'm just reading this code for the first time anyway
01:40:13*TheSeven as well
01:48:15 Quit maxsin (Ping timeout: 250 seconds)
01:49:05 Quit Jerom (Remote host closed the connection)
02:00
02:03:08 Quit liar (Ping timeout: 240 seconds)
02:03:17jhMikeSSometimes the tag is entirely removed by repositioning, so one cannot assume it has a string length at all
02:21:46 Quit MethoS- (Remote host closed the connection)
02:51:24 Join L-Strife89 [0] (~Strife89@168.16.226.187)
03:00
03:25:52***Saving seen data "./dancer.seen"
03:48:52 Quit GeekShadow (Quit: The cake is a lie !)
04:00
04:01:14 Join mystica555_ [0] (~mike@m3e2636d0.tmodns.net)
04:27:28 Join DerPapst [0] (~Alexander@p4FE8F627.dip.t-dialin.net)
04:28:49 Quit DerPapst1 (Ping timeout: 240 seconds)
04:34:07 Quit amiconn (Disconnected by services)
04:34:09 Join amiconn_ [0] (quassel@rockbox/developer/amiconn)
04:34:16 Quit L-Strife89 (Ping timeout: 264 seconds)
04:34:17 Quit pixelma (Disconnected by services)
04:34:19 Join pixelma_ [0] (quassel@rockbox/staff/pixelma)
04:34:21 Nick pixelma_ is now known as pixelma (quassel@rockbox/staff/pixelma)
04:34:26 Nick amiconn_ is now known as amiconn (quassel@rockbox/developer/amiconn)
04:35:16 Join Keripo [0] (~Keripo@eng404.wireless-resnet.upenn.edu)
04:36:16 Quit t0rc (Remote host closed the connection)
04:36:39 Quit T44 (Ping timeout: 240 seconds)
04:44:52 Join L-Strife89 [0] (~Strife89@168.16.226.187)
04:46:14 Quit L-Strife89 (Client Quit)
04:50:07 Join raymondjtoth [0] (4ac72bde@gateway/web/freenode/ip.74.199.43.222)
04:50:38raymondjtothok any one here can ask a question to making sure some oen here befor i ask it
04:50:39raymondjtoth?
04:52:10JdGordon|if your question is about rockbox then just ask it... asking to ask quesitons on IRC just annoys people
04:52:26froggymanraymondjtoth, You quite obviously can ask a question
04:52:41raymondjtothok dose rockbox work on archos 404?
04:52:46raymondjtothi have a rchos 404 player
04:52:57 Join Barahir_ [0] (~jonathan@frnk-590fe7d8.pool.mediaWays.net)
04:53:09raymondjtothi got archos 404
04:53:28JdGordon|is there anything on the rockbox site which leads you to tihnk it might be?
04:53:44raymondjtothnopt sure that why im asking
04:53:49raymondjtothim new here also
04:53:52 Quit TheSeven (Ping timeout: 240 seconds)
04:55:49raymondjtothany one
04:56:14 Quit Barahir (Ping timeout: 250 seconds)
04:58:07krazykitraymondjtoth, if it's not on the site, it doesn't work on that device
04:58:12krazykitnot without someone porting to it
04:58:55 Join TheSeven [0] (~TheSeven@rockbox/developer/TheSeven)
04:59:09 Quit raymondjtoth (Quit: Page closed)
05:00
05:25:55***Saving seen data "./dancer.seen"
05:26:53 Join Rob2223 [0] (~Miranda@p4FFF248D.dip.t-dialin.net)
05:28:37 Quit mystica555_ (Read error: Connection reset by peer)
05:30:16 Quit Rob2222 (Ping timeout: 240 seconds)
05:36:50 Quit Horscht (Quit: Verlassend)
05:40:04 Join JdGord [0] (~jonno@vl10.gw.ok-labs.com)
05:40:04 Quit JdGord (Changing host)
05:40:04 Join JdGord [0] (~jonno@rockbox/developer/JdGordon)
05:45:04 Quit JdGord (Read error: Connection reset by peer)
06:00
06:02:18 Quit balintx_ (Remote host closed the connection)
06:02:34 Join balintx [0] (~quassel@szerver1.gulyasp-koll.sulinet.hu)
06:54:44 Join shai_ [0] (~Shai@l192-117-110-233.cable.actcom.net.il)
06:58:20 Quit shai (Ping timeout: 272 seconds)
07:00
07:16:54 Join fyrestorm [0] (~nnscript@cpe-69-203-144-35.si.res.rr.com)
07:25:56***Saving seen data "./dancer.seen"
07:40:32 Join esperegu [0] (~quassel@145.116.15.244)
07:46:33 Join einhirn [0] (~Miranda@bsod.rz.tu-clausthal.de)
07:58:16 Quit fyrestorm (Quit: Ur skills' fireproof like a wooden panel -- U got feds talking leet on your IRC channel!)
08:00
08:00:17 Quit JdGordon| (Quit: leaving)
08:14:55 Join kevku [0] (~kevku@2001:7d0:0:f9af:feed:feed:feed:feed)
08:17:34 Quit DerPapst (Quit: Leaving.)
08:50:12 Quit Dreamxtreme (Ping timeout: 246 seconds)
08:51:31 Join Dreamxtreme [0] (~Dre@92.30.97.232)
08:58:29 Join ender` [0] (krneki@foo.eternallybored.org)
09:00
09:20:02 Join JdGord [0] (~jonno@rockbox/developer/JdGordon)
09:22:25 Quit JdGord (Read error: Connection reset by peer)
09:25:57***Saving seen data "./dancer.seen"
09:30:39 Quit Keripo (Quit: Leaving.)
09:30:41 Join petur [0] (d408b802@rockbox/developer/petur)
09:31:07 Join Guest28511 [0] (bjst@giant.haxx.se)
09:31:07 Quit Guest28511 (Changing host)
09:31:07 Join Guest28511 [0] (bjst@rockbox/developer/Zagor)
09:31:17 Nick Guest28511 is now known as Zagor (bjst@rockbox/developer/Zagor)
09:32:18Topic"Release Candidates at http://rockbox.hostname.be/3.8RC/ | Now branched for 3.8 | Please read before speaking: http://www.rockbox.org/wiki/IrcGuidelines | Please direct offtopic/social chat to #rockbox-community | This channel is logged at http://www.rockbox.org/irc | An upgrade caused issues with the wiki. We are on the case" by ChanServ (ChanServ@services.)
09:33:24 Join B4gder [0] (~danielx@rockbox/developer/bagder)
09:39:58 Quit mudd1 (Ping timeout: 240 seconds)
09:40:47 Join n1s [0] (~n1s@rockbox/developer/n1s)
09:44:13 Quit Dreamxtreme (Quit: Going!)
09:44:39 Join Dreamxtreme [0] (~Dre@92.30.97.232)
09:50:08 Join vnl [0] (~slayer@cpc5-king10-2-0-cust73.perr.cable.virginmedia.com)
09:50:18 Part vnl
09:51:33 Join mudd1 [0] (~cmertes@ip-78-94-203-49.unitymediagroup.de)
09:55:54 Quit panni_ (Quit: ( www.nnscript.de :: NoNameScript 3.81 :: www.XLhost.de ))
09:55:58 Quit esperegu (Ping timeout: 240 seconds)
09:59:02 Quit sasquatch (Quit: WeeChat 0.3.2)
09:59:28 Join sasquatch [0] (~username@p4FF2DE9F.dip.t-dialin.net)
09:59:53 Join swilde [0] (~wilde@aktaia.intevation.org)
10:00
10:01:33 Join JdGord [0] (~jonno@rockbox/developer/JdGordon)
10:03:47 Quit JdGord (Read error: Connection reset by peer)
10:06:01 Quit avacore (Read error: Connection reset by peer)
10:08:16 Join avacore [0] (~avacore@1008ds1-rdo.0.fullrate.dk)
10:13:27 Join JdGord [0] (~jonno@124-168-173-94.dyn.iinet.net.au)
10:13:27 Quit JdGord (Changing host)
10:13:27 Join JdGord [0] (~jonno@rockbox/developer/JdGordon)
10:19:12 Join JdGord| [0] (~jonno@124-168-173-94.dyn.iinet.net.au)
10:22:54 Quit JdGord (Ping timeout: 264 seconds)
10:24:06 Quit JdGord| (Ping timeout: 264 seconds)
10:28:20 Quit kevku (Read error: Operation timed out)
10:31:50 Join JdGord [0] (~jonno@124-168-173-94.dyn.iinet.net.au)
10:31:50 Quit JdGord (Changing host)
10:31:50 Join JdGord [0] (~jonno@rockbox/developer/JdGordon)
10:32:30 Join Topy44 [0] (~Topy44@89.204.153.203)
10:32:59 Join DerPapst [0] (~Alexander@dslb-188-107-171-097.pools.arcor-ip.net)
10:34:11 Quit JdGord (Client Quit)
10:44:13 Join MethoS [0] (~clemens@134.102.106.250)
10:44:39 Nick MethoS is now known as Guest37503 (~clemens@134.102.106.250)
11:00
11:04:05 Quit JdGordon (Read error: Connection reset by peer)
11:05:13 Join JdGordon| [0] (~jonno@rockbox/developer/JdGordon)
11:07:15 Quit TheSeven (Ping timeout: 272 seconds)
11:10:21 Quit MagusG (Read error: Connection reset by peer)
11:10:27 Join MagusG [0] (magusg@c-71-59-57-46.hsd1.ga.comcast.net)
11:11:57 Join GeekShadow [0] (~Antoine@reactos/tester/GeekShadow)
11:15:12 Join JdGord [0] (~jonno@rockbox/developer/JdGordon)
11:22:23 Join aldinor [0] (~deathwolf@ppp-188-174-14-142.dynamic.mnet-online.de)
11:24:21 Join kugel [0] (~kugel@rockbox/developer/kugel)
11:26:01***Saving seen data "./dancer.seen"
11:26:18 Quit JdGord (Ping timeout: 246 seconds)
11:29:15 Join maxsin [0] (~maxsin@188-115-154-196.broadband.tenet.odessa.ua)
11:29:39 Quit MagusG (Read error: Connection reset by peer)
11:30:51 Join MagusG [0] (magusg@c-71-59-57-46.hsd1.ga.comcast.net)
11:32:27 Quit aldinor (Quit: Leaving)
11:37:58 Join TheSeven [0] (~TheSeven@rockbox/developer/TheSeven)
11:38:20 Join Stummi [0] (~Stummi@rockbox/developer/Stummi)
12:00
12:12:22 Join aldinor [0] (~deathwolf@ppp-188-174-14-142.dynamic.mnet-online.de)
12:23:41 Quit aldinor (Quit: I'm leaving now.)
12:24:06 Join aldinor [0] (~deathwolf@ppp-188-174-14-142.dynamic.mnet-online.de)
12:24:23 Quit aldinor (Read error: Connection reset by peer)
12:38:05 Join dfkt [0] (~dfkt@unaffiliated/dfkt)
12:58:03 Quit Stummi (Quit: Bye!)
13:00
13:01:47 Join dfkt|x [0] (~dfkt@unaffiliated/dfkt)
13:16:22 Quit dfkt|x (Remote host closed the connection)
13:17:22dfktis it just me, or are ID3 tags broken in the current build?
13:17:54n1sdfkt: see fs#11955
13:18:31dfkti see, thanks
13:19:06gevaertsdfkt: this is a ploy to get people to test our RC builds :)
13:19:52dfktconspiracy! :)
13:20:49*gevaerts nods
13:22:41 Quit petur (Ping timeout: 245 seconds)
13:25:26 Quit dfkt (Ping timeout: 250 seconds)
13:25:52 Join petur [0] (d408b802@rockbox/developer/petur)
13:26:03***Saving seen data "./dancer.seen"
13:31:07 Quit froggyman (Quit: apparently the kernel doesn't like updating while running)
13:32:59 Join froggyman [0] (~seth@unaffiliated/froggyman)
13:36:11 Quit user890104 (Ping timeout: 240 seconds)
13:40:48 Quit froggyman (Quit: Ex-Chat)
13:40:59 Join froggyman [0] (~seth@unaffiliated/froggyman)
13:41:05 Quit Dreamxtreme (Read error: Connection reset by peer)
13:41:50 Join dfkt [0] (dfkt@unaffiliated/dfkt)
13:41:58 Join Dreamxtreme [0] (~Dre@92.30.97.232)
13:44:41dfktgevaerts, i will test the RC builds, but the one i was building just now is for android, and probably not relevant :)
13:46:46n1swe're not going to do a 3.7.2 release, are we?
13:48:07gevaertsn1s: should we/
13:48:08gevaerts?
13:48:23n1sgevaerts: no :)
13:48:37gevaertsOr rather, will bluebroth3r and domonoky kill us if we have *two* stable releases? :)
13:48:38n1si was just thinking about changelogs
13:49:05n1sah, it will probably make rbutil unhappy, indeed :)
13:49:05 Quit niekie (Ping timeout: 240 seconds)
13:52:32 Join TheLemonMan [0] (~lem0n@ppp-97-131.98-62.inwind.it)
13:58:54 Quit petur (Quit: reboot)
14:00
14:04:56 Join niekie [0] (~niek@CAcert/Assurer/niekie)
14:08:04 Join wodz|work [0] (www-data@giant.haxx.se)
14:09:40 Join webguest36 [0] (www-data@giant.haxx.se)
14:09:51 Join glued [0] (www-data@giant.haxx.se)
14:09:51***Alert Mode level 1
14:09:51DBUGEnqueued KICK saratoga
14:09:51DBUGEnqueued KICK wodz|work
14:09:51***Alert Mode level 2
14:09:51DBUGEnqueued KICK webguest36
14:09:51DBUGEnqueued KICK glued
14:09:51***Alert Mode level 3
14:10:14wodz|workI was looking at tracker recently and found out this reports about amsv2 hardlocks (need to wait for battery drain out). Isn't it possible to setup watchdog to prevent this? I mean untill we find out the root of the problem
14:14:39 Quit webguest36 (Quit: CGI:IRC (Ping timeout))
14:16:41 Quit glued (Quit: CGI:IRC (EOF))
14:17:31 Join webguest31 [0] (www-data@giant.haxx.se)
14:19:52***Alert Mode OFF
14:20:41 Join petur [0] (d408b802@rockbox/developer/petur)
14:22:55 Quit webguest31 (Quit: CGI:IRC (Ping timeout))
14:25:12 Join petur_ [0] (d408b802@rockbox/developer/petur)
14:26:51 Quit petur (Ping timeout: 245 seconds)
14:27:04 Nick petur_ is now known as petur (d408b802@rockbox/developer/petur)
14:35:25 Join Stummi [0] (~Stummi@rockbox/developer/Stummi)
14:50:50 Join benedikt93 [0] (~benedikt9@unaffiliated/benedikt93)
15:00
15:04:17 Join LambdaCalculus37 [0] (~rmenes@rockbox/staff/LambdaCalculus37)
15:10:54 Quit wodz|work (Quit: CGI:IRC (Ping timeout))
15:12:44 Quit Dreamxtreme (Read error: Connection reset by peer)
15:13:03 Join Dreamxtreme [0] (~Dre@92.30.97.232)
15:15:28 Quit Rob2223 (Quit: Rob2223)
15:17:50 Quit Dreamxtreme (Read error: Connection reset by peer)
15:18:47 Join komputes [0] (~komputes@ubuntu/member/komputes)
15:20:42 Quit Topy44 (Ping timeout: 240 seconds)
15:22:28 Join Rob2222 [0] (~Miranda@p4FFF248D.dip.t-dialin.net)
15:24:21 Quit petur (Ping timeout: 245 seconds)
15:26:07***Saving seen data "./dancer.seen"
15:31:33 Quit LambdaCalculus37 (Quit: This computer has gone to sleep)
15:37:27 Join Topy44 [0] (~Topy44@89.204.137.221)
15:42:16 Join kevku [0] (~kevku@2001:7d0:0:f9af:feed:feed:feed:feed)
15:42:46 Quit einhirn (Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org)
15:43:06 Join T44 [0] (~Topy44@89.204.153.196)
15:43:26 Join Dreamxtreme [0] (~Dre@92.30.97.232)
15:46:42 Quit Topy44 (Ping timeout: 240 seconds)
15:53:40 Join Stephenc|mobile [0] (~androirc@62.40.36.13)
15:54:05 Join bluebrother [0] (~dom@g231120112.adsl.alicedsl.de)
15:54:05 Quit bluebrother (Changing host)
15:54:05 Join bluebrother [0] (~dom@rockbox/developer/bluebrother)
15:54:15CIA-70New commit by jethead71 (r29366): FFT plugin: remove redundant NUM_CORES checks.
15:57:23 Quit bluebroth3r (Ping timeout: 246 seconds)
15:58:50CIA-70r29366 build result: 1838 errors, 826 warnings (jethead71 committed)
15:58:59 Quit T44 (Quit: Leaving)
16:00
16:00:08jhMikeS??
16:00:29 Quit Stephenc|mobile (Ping timeout: 276 seconds)
16:01:00gevaertsjhMikeS: client issue
16:01:15gevaertsI've seen that one have weird failures at least once before...
16:02:24CIA-70New commit by gevaerts (r29367): Add deepthought-ender to blacklist. It regularly has weird errors
16:03:03jhMikeSgevaerts: looks like it. just surprising to see that.
16:03:45gevaertsjhMikeS: I've seen it do that twice before. Last time I wasn't sure if it was really the second time though, which is why I hadn't blocked it yet
16:03:57gevaertsI have no idea what happens there
16:04:13jhMikeS3rd time's the charm
16:04:49jhMikeSIt's not just on any particular target type or something?
16:04:56gevaertsno
16:05:07gevaertsI think the previous one was archos
16:08:27 Join Topy44 [0] (~Topy44@89.204.137.193)
16:09:40 Quit B4gder (Remote host closed the connection)
16:09:46kugelI wonder the score scripts calculate 1838/826 for no actual compile output
16:09:51kugel+how
16:10:31jhMikeSjust must not send it back
16:10:48gevaertsmagic :)
16:11:10 Quit TheLemonMan (Quit: free(me))
16:11:37jhMikeSwait, the master does the calc?
16:14:20Zagorthat's... interesting
16:18:31 Join user890104_ [0] (~Venci@213.226.63.136)
16:19:09 Join Kitr88 [0] (~Kitarist@BSN-182-9-186.dial-up.dsl.siol.net)
16:22:14 Quit Kitar|st (Ping timeout: 246 seconds)
16:23:56 Quit Kitr88 (Ping timeout: 272 seconds)
16:29:00 Quit user890104_ (Ping timeout: 276 seconds)
16:29:00 Join Kitar|st [0] (~Kitarist@BSN-210-255-201.dial-up.dsl.siol.net)
16:29:09 Join user890104_ [0] (~Venci@213.226.63.136)
16:30:46 Quit kugel (Ping timeout: 260 seconds)
16:33:30 Quit krazykit (Quit: later)
16:34:04 Quit user890104_ (Ping timeout: 272 seconds)
16:52:07 Join LambdaCalculus37 [0] (~rmenes@rockbox/staff/LambdaCalculus37)
16:54:11 Quit Dreamxtreme (Read error: Connection reset by peer)
16:55:11 Join Dreamxtreme [0] (~Dre@92.30.97.232)
16:55:19 Join L-Strife89 [0] (~Strife89@207.144.201.128)
17:00
17:04:06 Quit Topy44 (Read error: Connection reset by peer)
17:04:42 Join Topy44 [0] (~Topy44@89.204.137.240)
17:06:48 Part Zagor
17:08:09 Join domonoky [0] (~Domonoky@rockbox/developer/domonoky)
17:08:14 Join pamaury [0] (~quassel@dhcp-128-95.residence.ens-lyon.fr)
17:08:14 Quit pamaury (Changing host)
17:08:14 Join pamaury [0] (~quassel@rockbox/developer/pamaury)
17:09:10 Quit dfkt (Read error: Connection reset by peer)
17:12:47 Join user890104 [0] (~Venci@213.226.63.150)
17:15:13 Quit Dreamxtreme (Ping timeout: 240 seconds)
17:17:45 Join user890104_ [0] (~Venci@213.226.63.150)
17:17:50 Join Dreamxtreme [0] (~Dre@92.30.25.120)
17:19:17 Quit user890104 (Ping timeout: 250 seconds)
17:19:17 Quit user890104_ (Read error: Connection reset by peer)
17:19:24 Join user890104 [0] (~Venci@213.226.63.150)
17:20:59 Join kugel [0] (~kugel@e178055239.adsl.alicedsl.de)
17:20:59 Quit kugel (Changing host)
17:20:59 Join kugel [0] (~kugel@rockbox/developer/kugel)
17:21:01 Quit kugel (Client Quit)
17:24:14 Join user890104_ [0] (~Venci@213.226.63.150)
17:24:55 Quit user890104_ (Read error: Connection reset by peer)
17:26:01 Join kugel [0] (~kugel@e178055239.adsl.alicedsl.de)
17:26:01 Quit kugel (Changing host)
17:26:01 Join kugel [0] (~kugel@rockbox/developer/kugel)
17:26:08***Saving seen data "./dancer.seen"
17:26:43 Join CapsAdmin [0] (CapsAdmin@ti0143a340-dhcp0163.bb.online.no)
17:26:58CapsAdminis there anyone who uses rockbox on a 5th gen ipod?
17:27:15CapsAdmini installed itunes to fix the firmware
17:27:18CapsAdminuninstalled it
17:27:30 Join dfkt [0] (dfkt@unaffiliated/dfkt)
17:27:33 Quit kugel (Client Quit)
17:27:35CapsAdminand now everytime I connect my ipod to my pc it changes the bootloader back to the original ipod's firmware
17:27:43 Quit user890104 (Ping timeout: 268 seconds)
17:28:04 Join kugel [0] (~kugel@rockbox/developer/kugel)
17:28:13CapsAdminI can easily fix it by reinstalling the bootloader, but it's annoying
17:28:58gevaertsDo you connect with the hold switch set?
17:29:06CapsAdminhmm
17:29:10CapsAdmini'm not sure
17:29:48CapsAdminwhen I uninstalled itunes it still left a lot of crap behind
17:29:52 Quit froggyman (Quit: Ex-Chat)
17:29:53gevaertsPowering on with the hold switch set is one way to boot to the original firmware. It doesn't change the bootloader though, resetting the ipod will get it back to rockbox
17:29:56CapsAdminapple sync blah blah apple usb blah blah
17:30:03CapsAdminI removed those, but it sitll happens
17:30:25CapsAdminah
17:30:25CapsAdminthat
17:30:31CapsAdminwell it happened after I installed itunes
17:30:49CapsAdminit started happening after itunes was installed*
17:30:58CapsAdminI can't find anything related to this at all on google
17:31:56TorneI think you are plugging the ipod in with the hold switch enabled, which boots the original firmware
17:32:06TorneYou don't need to reinstall the bootloader
17:32:18TorneJust hold menu+select to reset the ipod, and make sure the hold swtich is off, and it will start rockbox again
17:33:08 Join froggyman [0] (~seth@unaffiliated/froggyman)
17:33:28 Join kugel_ [0] (~kugel@rockbox/developer/kugel)
17:34:56 Join kugel__ [0] (~kugel@rockbox/developer/kugel)
17:35:49 Quit kugel__ (Client Quit)
17:36:16CapsAdminlet me try without the hold switch
17:36:26CapsAdminoh and, I've noticed it freezes up a lot
17:36:35CapsAdminso I have to force reboot
17:36:41 Quit kugel (Ping timeout: 260 seconds)
17:36:41CapsAdminis this a known issue?
17:37:19gevaertsWhich version are you running?
17:38:38 Quit kugel_ (Ping timeout: 276 seconds)
17:40:15 Join kugel [0] (~kugel@e179157084.adsl.alicedsl.de)
17:40:15 Quit kugel (Changing host)
17:40:15 Join kugel [0] (~kugel@rockbox/developer/kugel)
17:41:34CapsAdminah, you're right
17:41:45CapsAdminit's just the hold switch
17:42:30CapsAdminr29184
17:44:50gevaertshm, that's three weeks old. I don't remember any instabilities back then, but I could be wrong
17:44:59gevaertsHave you checked the filesystem?
17:48:15CapsAdminchecked how?
17:48:53CapsAdminI formated the whole thing, reinstalled from itunes and then I installed rockbox
17:49:41 Quit TheSeven (Ping timeout: 276 seconds)
17:49:54gevaertsThen it should be OK, unless you unplug it without "safely remove" every now and then
17:50:33 Join T44 [0] (~Topy44@89.204.137.240)
17:50:41CapsAdminhmm
17:50:43CapsAdminI do that
17:51:02 Quit Topy44 (Read error: Connection reset by peer)
17:51:10CapsAdminthat was an issue with floola when I used that
17:51:18 Quit T44 (Client Quit)
17:51:26CapsAdminthe files would just dissapear from the ipod's file list
17:51:46 Join Topy44 [0] (~Topy44@89.204.137.240)
17:52:22gevaertsYou do what? Remove it safely, or unplug it without safely removing?
17:52:33CapsAdminoh, without safely removing
17:52:39CapsAdmini've never used this feature in windowz
17:52:42CapsAdminwindows*
17:52:48CapsAdminI know what it does, but I never thought it really mattered
17:52:54gevaertsIt matters a lot
17:53:37CapsAdminit just tells windows to write what's left in the cache or whatever to the disk?
17:54:20CapsAdminI'll start using it though
17:54:24L-Strife89CapsAdmin: As gevaerts said, consider checking the filesystem
17:54:39CapsAdminhow?
17:54:42CapsAdminfrom where?
17:54:44L-Strife89CapsAdmin: Open a command prompt and type chkdsk /f X:
17:54:58L-Strife89Where X is your DAP's drive letter
17:55:30L-Strife89You can open a command prompt by clicking Start, then Run, and typing cmd
17:55:40CapsAdminyes
17:56:42L-Strife89The disk check may take a while. Don't try to do anything with your iPod in the meantime.
18:00
18:01:44CapsAdmindone
18:02:18L-Strife89What did it report? (Don't paste it in here, use pastebin.com or something)
18:06:51 Quit pjm0616 (Ping timeout: 240 seconds)
18:07:10CapsAdminhttp://iriz.pastebin.com/A7Wa52M9
18:07:25CapsAdminops, defaulted to lua highlight
18:08:17gevaertsok. No problems there then
18:08:47gevaertsMaybe you just got a bad revision. Unless you have a serious reason not to, I'd recommend staying with the stable releases
18:09:18 Quit saratoga (Quit: CGI:IRC (EOF))
18:09:29DEBUGReceived signal 15 (SIGTERM), terminating (snapshot: fplrun.c line 385)
18:09:29***Cleanup
18:09:29***Saving seen data "./dancer.seen"
18:09:29***Exit
18:24:46***Started Dancer V4.16
18:24:46***Connected to irc.freenode.net on port 6667
18:24:46***Logfile for #rockbox started
18:24:47Mode"logbot :+i" by logbot
18:24:50***Server message 501: 'logbot :Unknown MODE flag'
18:24:50 Join logbot [0] (~rockbox@giant.haxx.se)
18:24:50 Join pjm0616 [0] (~user@sigfpe-1-pt.tunnel.tserv15.lax1.ipv6.he.net)
18:24:50 Join createsoftware [0] (~cfp@ip-43.net-81-220-116.brest.rev.numericable.fr)
18:24:50 Join Topy44 [0] (~Topy44@89.204.137.240)
18:24:50 Join kugel [0] (~kugel@rockbox/developer/kugel)
18:24:50 Join froggyman [0] (~seth@unaffiliated/froggyman)
18:24:50 Join dfkt [0] (dfkt@unaffiliated/dfkt)
18:24:50 Join CapsAdmin [0] (CapsAdmin@ti0143a340-dhcp0163.bb.online.no)
18:24:50 Join Dreamxtreme [0] (~Dre@92.30.25.120)
18:24:50 Join pamaury [0] (~quassel@rockbox/developer/pamaury)
18:24:50 Join domonoky [0] (~Domonoky@rockbox/developer/domonoky)
18:24:50 Join L-Strife89 [0] (~Strife89@207.144.201.128)
18:24:50 Join LambdaCalculus37 [0] (~rmenes@rockbox/staff/LambdaCalculus37)
18:24:50 Join Kitar|st [0] (~Kitarist@BSN-210-255-201.dial-up.dsl.siol.net)
18:24:50 Join bluebrother [0] (~dom@rockbox/developer/bluebrother)
18:24:50 Join kevku [0] (~kevku@2001:7d0:0:f9af:feed:feed:feed:feed)
18:24:50 Join Rob2222 [0] (~Miranda@p4FFF248D.dip.t-dialin.net)
18:24:50 Join komputes [0] (~komputes@ubuntu/member/komputes)
18:24:50 Join benedikt93 [0] (~benedikt9@unaffiliated/benedikt93)
18:24:50 Join Stummi [0] (~Stummi@rockbox/developer/Stummi)
18:24:50 Join niekie [0] (~niek@CAcert/Assurer/niekie)
18:24:50 Join MagusG [0] (magusg@c-71-59-57-46.hsd1.ga.comcast.net)
18:24:50 Join maxsin [0] (~maxsin@188-115-154-196.broadband.tenet.odessa.ua)
18:24:50 Join GeekShadow [0] (~Antoine@reactos/tester/GeekShadow)
18:24:50 Join JdGordon| [0] (~jonno@rockbox/developer/JdGordon)
18:24:50 Join Guest37503 [0] (~clemens@134.102.106.250)
18:24:50 Join DerPapst [0] (~Alexander@dslb-188-107-171-097.pools.arcor-ip.net)
18:24:50 Join avacore [0] (~avacore@1008ds1-rdo.0.fullrate.dk)
18:24:50 Join swilde [0] (~wilde@aktaia.intevation.org)
18:24:50 Join sasquatch [0] (~username@p4FF2DE9F.dip.t-dialin.net)
18:24:50 Join mudd1 [0] (~cmertes@ip-78-94-203-49.unitymediagroup.de)
18:24:50 Join n1s [0] (~n1s@rockbox/developer/n1s)
18:24:50 Join ender` [0] (krneki@foo.eternallybored.org)
18:24:50 Join shai_ [0] (~Shai@l192-117-110-233.cable.actcom.net.il)
18:24:50 Join balintx [0] (~quassel@szerver1.gulyasp-koll.sulinet.hu)
18:24:50 Join Barahir_ [0] (~jonathan@frnk-590fe7d8.pool.mediaWays.net)
18:24:50 Join pixelma [0] (quassel@rockbox/staff/pixelma)
18:24:50 Join amiconn [0] (quassel@rockbox/developer/amiconn)
18:24:50 Join bluefoxx [0] (fuzzylomba@S0106485b3917092d.vs.shawcable.net)
18:24:50 Join z35 [0] (~z35@ool-18bdad71.dyn.optonline.net)
18:24:50 Join powell14ski [0] (~powell14s@c-67-177-228-132.hsd1.co.comcast.net)
18:24:50 Join merbanan [0] (~banan@c-94-255-218-11.cust.bredband2.com)
18:24:50 Join Llorean [0] (~DarkkOne@rockbox/user/Llorean)
18:24:50 Join Bagder [0] (~daniel@rockbox/developer/bagder)
18:24:50 Join jhMikeS [0] (~jethead71@rockbox/developer/jhMikeS)
18:24:50 Join FoH [0] (~foh@adsl-240-126-222.bhm.bellsouth.net)
18:24:50 Join [Saint] [0] (S_a_i_n_t@203.184.1.61)
18:24:50 Join factor [0] (~factor@75.108.68.114)
18:24:50 Join literal [0] (hinrik@w.nix.is)
18:24:50 Join jfc [0] (~john@pool-72-73-80-12.ptldme.east.myfairpoint.net)
18:24:50 Join ved [0] (ved@ddsbox.co.cc)
18:24:50 Join knittl [0] (~knittl@unaffiliated/knittl)
18:24:50 Join zu_ [0] (~zu@ks355000.kimsufi.com)
18:24:50 Join alexbobp [0] (~alex@ppp-70-253-65-89.dsl.austtx.swbell.net)
18:24:50 Join simabeis_ [0] (~simabeis@lobmenschen.de)
18:24:50 Join parafin [0] (parafin@paraf.in)
18:24:50 Join Unhelpful [0] (~quassel@rockbox/developer/Unhelpful)
18:24:50 Join fkhodkov [0] (~fedor76@ppp-188-65-11-112-bras1.istra.ru)
18:24:50 Join Slasheri_ [0] (miipekk@xen.ihme.org)
18:24:50 Join kkit|sh [0] (~kkit@li135-248.members.linode.com)
18:24:50 Join Xerion [0] (~xerion@5419A4D7.cm-5-2c.dynamic.ziggo.nl)
18:24:50 Join elcan [0] (user36@pr0.us)
18:24:50 Join mystica555 [0] (~Mike@m3e2636d0.tmodns.net)
18:24:50 Join Battousai [0] (~bryan@gentoo/developer/battousai)
18:24:50 Join dionoea [0] (~dionoea@videolan/developer/dionoea)
18:24:50 Join eGen_ [0] (generat0r@gate.mmdecin.cz)
18:24:50 Join Loto [0] (~nfs@xbmc/user/Loto)
18:24:50 Join Guinness` [0] (Slayer@c-68-55-111-159.hsd1.va.comcast.net)
18:24:50 Join simonrvn [0] (~simon@70.35.161.143)
18:24:50 Join Kohlrabi [0] (~kohlrabi@kohlio.de)
18:24:50 Join tchan [0] (~tchan@lunar-linux/developer/tchan)
18:24:50 Join Rondom [0] (~rondom@lvps178-77-79-47.dedicated.hosteurope.de)
18:24:50 Join Galois [0] (djao@efnet-math.org)
18:24:50 Join Kuitsi [0] (~Kuitsi@a88-113-118-171.elisa-laajakaista.fi)
18:24:50 Join scorche [0] (~scorche@rockbox/administrator/scorche)
18:24:50 Join markun [0] (~markun@rockbox/developer/markun)
18:24:50 Join bzed [0] (~bzed@devel.recluse.de)
18:24:50 Join mc2739 [0] (~mc2739@rockbox/developer/mc2739)
18:24:50 Join linuxguy3 [0] (~timj@adsl-75-57-175-71.dsl.emhril.sbcglobal.net)
18:24:50 Join advcomp2019_ [0] (~advcomp20@unaffiliated/advcomp2019)
18:24:50 Join timccc [0] (~timccc@112.166.15.141)
18:24:50 Join yosafbridge [0] (~yosafbrid@li125-242.members.linode.com)
18:24:50 Join soap [0] (~soap@rockbox/staff/soap)
18:24:50 Join ack` [0] (~ack@mingbai.org)
18:24:50 Join guymann [0] (~charles@66-159-145-2.adsl.snet.net)
18:24:50 Join jepler- [0] (~jepler@emc/developer/pdpc.professional.jepler)
18:24:50 Join tah [0] (~thomas@aktaia.intevation.org)
18:24:50 Join @ChanServ [0] (ChanServ@services.)
18:24:50 Join cjcopi [0] (~craig@adsl-76-241-66-141.dsl.bcvloh.sbcglobal.net)
18:24:50 Join linuxstb [0] (~linuxstb@rockbox/developer/linuxstb)
18:24:50 Join n17ikh [0] (~n17ikh@c-68-59-25-51.hsd1.sc.comcast.net)
18:24:50 Join scorche|sh [0] (~scorche@rockbox/administrator/scorche)
18:24:50 Join pikytcus [0] (~bigd@failbox.co.cc)
18:24:50 Join Farthen [0] (~Farthen@static.225.178.40.188.clients.your-server.de)
18:24:50 Join Strife89 [0] (~Strife89@168.16.226.187)
18:24:50 Join rasher [0] (~rasher@rockbox/developer/rasher)
18:24:50 Join gevaerts [0] (~fg@rockbox/developer/gevaerts)
18:24:50 Join crwl [0] (~crwlll@dsl-jklbrasgw1-fe8edf00-29.dhcp.inet.fi)
18:24:50 Join GodEater [0] (~bibble@rockbox/staff/GodEater)
18:24:50 Join jordan` [0] (~jordan@jem75-13-78-235-252-137.fbx.proxad.net)
18:24:50 Join Zambezi [0] (Zulu@unaffiliated/zambezi)
18:24:50 Join feisar- [0] (jljhook@ihq.in)
18:24:50 Join jae [0] (~jae@dedicated.jaerhard.com)
18:24:50 Join ranmachan [0] (ranma@yumi.tdiedrich.de)
18:24:50 Join Elfish [0] (amba@2a01:4f8:100:90a1:abc:abc:abc:abc)
18:24:50 Join ps-auxw [0] (~arneb@2001:470:c807:0:1532:4e5f:2ad3:4123)
18:24:50 Join logiclost [0] (~lostlogic@erudite.lostlogicx.com)
18:24:50 Join amee2k [0] (~thomas@ve504.cugnet.net)
18:24:50 Join ehntoo [0] (~ehntoo@lug.mtu.edu)
18:24:50 Join AlexP [0] (~alex@rockbox/staff/AlexP)
18:24:50 Join Utchy [0] (~Utchy@rps6752.ovh.net)
18:24:50 Join plux [0] (~yogurt@h-34-156.A238.priv.bahnhof.se)
18:24:50 Join CIA-70 [0] (~CIA@208.69.182.149)
18:24:50 Join tmzt [0] (~tmzt@76.211.0.152)
18:24:50 Join Torne [0] (~torne@rockbox/developer/Torne)
18:24:50 Join Hadaka [0] (~naked@naked.iki.fi)
18:24:50 Join maraz [0] (maraz@kapsi.fi)
18:24:50 Join FOAD [0] (~dok@83.161.135.61)
18:24:50 Join aevin [0] (eivindsy@unaffiliated/aevin)
18:24:50 Join vedos [0] (~draft@ihku.org)
18:24:50 Join sinthetek [0] (~sinthetek@unaffiliated/sinthetek)
18:24:50 Join iq [0] (~iq@unaffiliated/iq)
18:24:50 Join [fred] [0] (~fred@ircop.efnet.at)
18:24:50 Join preglow [0] (thomj@tvilling2.pvv.ntnu.no)
18:24:50 Join TBCOOL [0] (~tb@c-3c3671d5.09-42-73746f22.cust.bredbandsbolaget.se)
18:24:50 Join YPSY [0] (~ypsy@geekpadawan.de)
18:24:58gevaertsAh, nice
18:25:56gevaertsCapsAdmin: the server is back if you need it
18:29:44DEBUGReceived signal 15 (SIGTERM), terminating (snapshot: fplrun.c line 385)
18:29:44***Cleanup
18:29:44***Saving seen data "./dancer.seen"
18:29:44***Exit
18:34:11***Started Dancer V4.16
18:34:11***Connected to irc.freenode.net on port 6667
18:34:11***Logfile for #rockbox started
18:34:14Mode"logbot :+i" by logbot
18:34:17***Server message 501: 'logbot :Unknown MODE flag'
18:34:17 Join logbot [0] (~rockbox@giant.haxx.se)
18:34:17 Join panni_ [0] (hannes@ip-178-203-73-7.unitymediagroup.de)
18:34:17 Join pjm0616 [0] (~user@sigfpe-1-pt.tunnel.tserv15.lax1.ipv6.he.net)
18:34:17 Join createsoftware [0] (~cfp@ip-43.net-81-220-116.brest.rev.numericable.fr)
18:34:17 Join Topy44 [0] (~Topy44@89.204.137.240)
18:34:17 Join kugel [0] (~kugel@rockbox/developer/kugel)
18:34:17 Join froggyman [0] (~seth@unaffiliated/froggyman)
18:34:17 Join dfkt [0] (dfkt@unaffiliated/dfkt)
18:34:17 Join CapsAdmin [0] (CapsAdmin@ti0143a340-dhcp0163.bb.online.no)
18:34:17 Join Dreamxtreme [0] (~Dre@92.30.25.120)
18:34:17 Join pamaury [0] (~quassel@rockbox/developer/pamaury)
18:34:17 Join domonoky [0] (~Domonoky@rockbox/developer/domonoky)
18:34:17 Join L-Strife89 [0] (~Strife89@207.144.201.128)
18:34:17 Join LambdaCalculus37 [0] (~rmenes@rockbox/staff/LambdaCalculus37)
18:34:17 Join Kitar|st [0] (~Kitarist@BSN-210-255-201.dial-up.dsl.siol.net)
18:34:17 Join bluebrother [0] (~dom@rockbox/developer/bluebrother)
18:34:17 Join kevku [0] (~kevku@2001:7d0:0:f9af:feed:feed:feed:feed)
18:34:17 Join Rob2222 [0] (~Miranda@p4FFF248D.dip.t-dialin.net)
18:34:17 Join komputes [0] (~komputes@ubuntu/member/komputes)
18:34:17 Join benedikt93 [0] (~benedikt9@unaffiliated/benedikt93)
18:34:17 Join Stummi [0] (~Stummi@rockbox/developer/Stummi)
18:34:17 Join niekie [0] (~niek@CAcert/Assurer/niekie)
18:34:17 Join MagusG [0] (magusg@c-71-59-57-46.hsd1.ga.comcast.net)
18:34:17 Join maxsin [0] (~maxsin@188-115-154-196.broadband.tenet.odessa.ua)
18:34:17 Join GeekShadow [0] (~Antoine@reactos/tester/GeekShadow)
18:34:17 Join JdGordon| [0] (~jonno@rockbox/developer/JdGordon)
18:34:17 Join Guest37503 [0] (~clemens@134.102.106.250)
18:34:17 Join DerPapst [0] (~Alexander@dslb-188-107-171-097.pools.arcor-ip.net)
18:34:17 Join avacore [0] (~avacore@1008ds1-rdo.0.fullrate.dk)
18:34:17 Join swilde [0] (~wilde@aktaia.intevation.org)
18:34:17 Join sasquatch [0] (~username@p4FF2DE9F.dip.t-dialin.net)
18:34:17 Join mudd1 [0] (~cmertes@ip-78-94-203-49.unitymediagroup.de)
18:34:17 Join n1s [0] (~n1s@rockbox/developer/n1s)
18:34:17 Join ender` [0] (krneki@foo.eternallybored.org)
18:34:17 Join shai_ [0] (~Shai@l192-117-110-233.cable.actcom.net.il)
18:34:17 Join balintx [0] (~quassel@szerver1.gulyasp-koll.sulinet.hu)
18:34:17 Join Barahir_ [0] (~jonathan@frnk-590fe7d8.pool.mediaWays.net)
18:34:17 Join pixelma [0] (quassel@rockbox/staff/pixelma)
18:34:17 Join amiconn [0] (quassel@rockbox/developer/amiconn)
18:34:17 Join bluefoxx [0] (fuzzylomba@S0106485b3917092d.vs.shawcable.net)
18:34:17 Join z35 [0] (~z35@ool-18bdad71.dyn.optonline.net)
18:34:17 Join powell14ski [0] (~powell14s@c-67-177-228-132.hsd1.co.comcast.net)
18:34:17 Join merbanan [0] (~banan@c-94-255-218-11.cust.bredband2.com)
18:34:17 Join Llorean [0] (~DarkkOne@rockbox/user/Llorean)
18:34:17 Join Bagder [0] (~daniel@rockbox/developer/bagder)
18:34:17 Join jhMikeS [0] (~jethead71@rockbox/developer/jhMikeS)
18:34:17 Join FoH [0] (~foh@adsl-240-126-222.bhm.bellsouth.net)
18:34:17 Join [Saint] [0] (S_a_i_n_t@203.184.1.61)
18:34:17 Join factor [0] (~factor@75.108.68.114)
18:34:17 Join literal [0] (hinrik@w.nix.is)
18:34:17 Join jfc [0] (~john@pool-72-73-80-12.ptldme.east.myfairpoint.net)
18:34:17 Join ved [0] (ved@ddsbox.co.cc)
18:34:17 Join knittl [0] (~knittl@unaffiliated/knittl)
18:34:17 Join zu_ [0] (~zu@ks355000.kimsufi.com)
18:34:17 Join alexbobp [0] (~alex@ppp-70-253-65-89.dsl.austtx.swbell.net)
18:34:17 Join simabeis_ [0] (~simabeis@lobmenschen.de)
18:34:17 Join parafin [0] (parafin@paraf.in)
18:34:17 Join Unhelpful [0] (~quassel@rockbox/developer/Unhelpful)
18:34:17 Join fkhodkov [0] (~fedor76@ppp-188-65-11-112-bras1.istra.ru)
18:34:17 Join Slasheri_ [0] (miipekk@xen.ihme.org)
18:34:17 Join kkit|sh [0] (~kkit@li135-248.members.linode.com)
18:34:17 Join Xerion [0] (~xerion@5419A4D7.cm-5-2c.dynamic.ziggo.nl)
18:34:17 Join elcan [0] (user36@pr0.us)
18:34:17 Join mystica555 [0] (~Mike@m3e2636d0.tmodns.net)
18:34:17 Join Battousai [0] (~bryan@gentoo/developer/battousai)
18:34:17 Join dionoea [0] (~dionoea@videolan/developer/dionoea)
18:34:17 Join eGen_ [0] (generat0r@gate.mmdecin.cz)
18:34:17 Join Loto [0] (~nfs@xbmc/user/Loto)
18:34:17 Join Guinness` [0] (Slayer@c-68-55-111-159.hsd1.va.comcast.net)
18:34:17 Join simonrvn [0] (~simon@70.35.161.143)
18:34:17 Join Kohlrabi [0] (~kohlrabi@kohlio.de)
18:34:17 Join tchan [0] (~tchan@lunar-linux/developer/tchan)
18:34:17 Join Rondom [0] (~rondom@lvps178-77-79-47.dedicated.hosteurope.de)
18:34:17 Join Galois [0] (djao@efnet-math.org)
18:34:17 Join Kuitsi [0] (~Kuitsi@a88-113-118-171.elisa-laajakaista.fi)
18:34:17 Join scorche [0] (~scorche@rockbox/administrator/scorche)
18:34:17 Join markun [0] (~markun@rockbox/developer/markun)
18:34:17 Join bzed [0] (~bzed@devel.recluse.de)
18:34:17 Join mc2739 [0] (~mc2739@rockbox/developer/mc2739)
18:34:17 Join linuxguy3 [0] (~timj@adsl-75-57-175-71.dsl.emhril.sbcglobal.net)
18:34:17 Join advcomp2019_ [0] (~advcomp20@unaffiliated/advcomp2019)
18:34:17 Join timccc [0] (~timccc@112.166.15.141)
18:34:17 Join yosafbridge [0] (~yosafbrid@li125-242.members.linode.com)
18:34:17 Join soap [0] (~soap@rockbox/staff/soap)
18:34:17 Join ack` [0] (~ack@mingbai.org)
18:34:17 Join guymann [0] (~charles@66-159-145-2.adsl.snet.net)
18:34:17 Join jepler- [0] (~jepler@emc/developer/pdpc.professional.jepler)
18:34:17 Join tah [0] (~thomas@aktaia.intevation.org)
18:34:17 Join @ChanServ [0] (ChanServ@services.)
18:34:17 Join cjcopi [0] (~craig@adsl-76-241-66-141.dsl.bcvloh.sbcglobal.net)
18:34:17 Join linuxstb [0] (~linuxstb@rockbox/developer/linuxstb)
18:34:17 Join n17ikh [0] (~n17ikh@c-68-59-25-51.hsd1.sc.comcast.net)
18:34:17 Join scorche|sh [0] (~scorche@rockbox/administrator/scorche)
18:34:17 Join pikytcus [0] (~bigd@failbox.co.cc)
18:34:17 Join Farthen [0] (~Farthen@static.225.178.40.188.clients.your-server.de)
18:34:17 Join Strife89 [0] (~Strife89@168.16.226.187)
18:34:17 Join rasher [0] (~rasher@rockbox/developer/rasher)
18:34:17 Join gevaerts [0] (~fg@rockbox/developer/gevaerts)
18:34:17 Join crwl [0] (~crwlll@dsl-jklbrasgw1-fe8edf00-29.dhcp.inet.fi)
18:34:17 Join GodEater [0] (~bibble@rockbox/staff/GodEater)
18:34:17 Join jordan` [0] (~jordan@jem75-13-78-235-252-137.fbx.proxad.net)
18:34:17 Join Zambezi [0] (Zulu@unaffiliated/zambezi)
18:34:17 Join feisar- [0] (jljhook@ihq.in)
18:34:17 Join jae [0] (~jae@dedicated.jaerhard.com)
18:34:17 Join ranmachan [0] (ranma@yumi.tdiedrich.de)
18:34:17 Join Elfish [0] (amba@2a01:4f8:100:90a1:abc:abc:abc:abc)
18:34:17 Join ps-auxw [0] (~arneb@2001:470:c807:0:1532:4e5f:2ad3:4123)
18:34:17 Join logiclost [0] (~lostlogic@erudite.lostlogicx.com)
18:34:17 Join amee2k [0] (~thomas@ve504.cugnet.net)
18:34:17 Join ehntoo [0] (~ehntoo@lug.mtu.edu)
18:34:17 Join AlexP [0] (~alex@rockbox/staff/AlexP)
18:34:17 Join Utchy [0] (~Utchy@rps6752.ovh.net)
18:34:17 Join plux [0] (~yogurt@h-34-156.A238.priv.bahnhof.se)
18:34:17 Join CIA-70 [0] (~CIA@208.69.182.149)
18:34:17 Join YPSY [0] (~ypsy@geekpadawan.de)
18:34:17 Join TBCOOL [0] (~tb@c-3c3671d5.09-42-73746f22.cust.bredbandsbolaget.se)
18:34:17 Join preglow [0] (thomj@tvilling2.pvv.ntnu.no)
18:34:17 Join [fred] [0] (~fred@ircop.efnet.at)
18:34:17 Join iq [0] (~iq@unaffiliated/iq)
18:34:17 Join sinthetek [0] (~sinthetek@unaffiliated/sinthetek)
18:34:17 Join vedos [0] (~draft@ihku.org)
18:34:17 Join aevin [0] (eivindsy@unaffiliated/aevin)
18:34:17 Join tmzt [0] (~tmzt@76.211.0.152)
18:34:17 Join Torne [0] (~torne@rockbox/developer/Torne)
18:34:17 Join Hadaka [0] (~naked@naked.iki.fi)
18:34:17 Join maraz [0] (maraz@kapsi.fi)
18:34:17 Join FOAD [0] (~dok@83.161.135.61)
18:37:05 Quit n1s (Ping timeout: 276 seconds)
18:39:46 Join TheSeven [0] (~TheSeven@rockbox/developer/TheSeven)
18:44:24 Quit swilde (Remote host closed the connection)
18:54:17 Join Lear [0] (chatzilla@rockbox/developer/lear)
18:54:39CapsAdminokay
18:54:40CapsAdminthanks for the help
19:00
19:00:48 Join Jerom [0] (~jerome@79.132.59.245)
19:15:21 Join liar [0] (~liar@clnet-p09-185.ikbnet.co.at)
19:19:03 Join esperegu [0] (~quassel@145.116.10.163)
19:23:17 Quit DerPapst (Quit: Leaving.)
19:35:06CIA-70New commit by alex (r29368): FS #11938 by Ismael Castiñeira Álvarez - Update of Galician language.
19:35:48CIA-70New commit by alex (r29369): FS #11938 by Ismael Castiñeira Álvarez - update for Galician language.
19:38:00 Join Horscht [0] (~Horscht@p5DD57836.dip.t-dialin.net)
19:38:00 Quit Horscht (Changing host)
19:38:00 Join Horscht [0] (~Horscht@xbmc/user/horscht)
19:38:51 Join T44 [0] (~Topy44@89.204.137.240)
19:39:13 Quit Topy44 (Read error: Connection reset by peer)
19:39:24CIA-70r29368 build result: 0 errors, 62 warnings (alex committed)
19:40:00 Join TheLemonMan [0] (~lem0n@ppp-97-131.98-62.inwind.it)
19:40:05AlexPhmmm
19:40:27AlexPaha
19:49:01CIA-70New commit by alex (r29370): Fix yellow
19:49:15CIA-70New commit by alex (r29371): Fix yellow
19:51:04 Join DerPapst [0] (~Alexander@p5DE5ADA0.dip.t-dialin.net)
19:53:38CIA-70r29371 build result: All green
19:55:57 Quit GeekShadow (Ping timeout: 240 seconds)
19:58:13 Join GeekShadow [0] (~Antoine@78.120.203.125)
19:58:13 Quit GeekShadow (Changing host)
19:58:13 Join GeekShadow [0] (~Antoine@reactos/tester/GeekShadow)
20:00
20:03:59 Quit L-Strife89 (Quit: Putting away lappy)
20:07:09 Nick shai_ is now known as shai (~Shai@l192-117-110-233.cable.actcom.net.il)
20:07:34shaiHi :) Does rockbox support ipod 4 (it is a new model) with a camera?
20:07:52gevaertsYou mean the nano 4G? No
20:07:59shaii'm not 100% sure ...
20:08:14shaia friend of mine is asking .. and I don't know exactly what model she is holding in her hand..
20:09:14shaiI'm trying to ask her what is written on its back .. but she only sees "ipod" and nothing else...
20:12:22shaigevaerts, She says its this one: Apple iPod touch 32 GB (4th Generation) NEWEST MODEL - as seen on: http://www.amazon.com/Apple-touch-Generation-NEWEST-MODEL/dp/B001FA1O18
20:12:46gevaertsRockbox doesn't run on the ipod touch
20:12:52shaiOK
20:12:54shaiThanks :)
20:16:59Kuitsido you have any estimates when classic 2G port reaches stable version? how usable it is at the moment?
20:17:18gevaertsKuitsi: no. We don't have estimates for anything
20:17:55Kuitsithen i just wait and hope for the best ;)
20:18:43gevaertsI don't have a classic, so I have no idea how well it runs right now
20:19:08 Join kugel_ [0] (~kugel@rockbox/developer/kugel)
20:19:29 Quit Jerom (Quit: Leaving.)
20:19:55 Quit maxsin (Ping timeout: 276 seconds)
20:21:07Kuitsii know there is some instructions at freemyipod how to install it but i don't know should i try it or not. i don't want to take any risks
20:21:57 Quit kugel (Ping timeout: 240 seconds)
20:24:07 Join kugel [0] (~kugel@g231107056.adsl.alicedsl.de)
20:24:07 Quit kugel (Changing host)
20:24:07 Join kugel [0] (~kugel@rockbox/developer/kugel)
20:24:23 Quit kugel_ (Ping timeout: 246 seconds)
20:29:38 Quit TheSeven (Remote host closed the connection)
20:31:53 Join bertrik [0] (~bertrik@ip117-49-211-87.adsl2.static.versatel.nl)
20:31:53 Quit bertrik (Changing host)
20:31:53 Join bertrik [0] (~bertrik@rockbox/developer/bertrik)
20:34:14***Saving seen data "./dancer.seen"
20:35:28 Join TheSeven [0] (~TheSeven@rockbox/developer/TheSeven)
20:38:30 Join Buschel [0] (~chatzilla@p54A3AF7B.dip.t-dialin.net)
20:39:07 Quit T44 (Read error: Connection reset by peer)
20:39:43 Join T44 [0] (~Topy44@89.204.137.240)
20:44:49 Join kugel_ [0] (~kugel@rockbox/developer/kugel)
20:45:03 Quit Rondom (Disconnected by services)
20:45:28 Join Rondom [0] (~rondom@lvps178-77-79-47.dedicated.hosteurope.de)
20:46:00 Quit kugel (Read error: Operation timed out)
20:46:54 Join Keripo [0] (~Keripo@SEAS194.wlan.seas.upenn.edu)
20:47:21*Buschel is still fighting with the metadata change
20:48:28LearBuschel: You saw my comment on Flyspray?
20:48:29 Nick T44 is now known as Topy44 (~Topy44@89.204.137.240)
20:49:55Buschelyes, but it is more complex than that. the function which also implements replaygain-parsing is also used to parse for album artists. and those may use multiple artists as well.
20:50:25BuschelI am now trying to find a solution within the helper functions themselves
20:50:31LearI don't follow...
20:51:26Buschellet me try to explain:
20:53:51Buschelespecially in cases where pp->func!= NULL the trimming is useful. my patch added trimming after calling pp->func. if I do not trim when pp->func==NULL there is no real benefit.
20:55:04LearWhat cases are those? I.e., where ppFunc != NULL?
20:58:52Buschelyes, e.g. when parsegenre(), parseuser() or parserva2() is called
20:59:49 Quit Keripo (Quit: Leaving.)
21:00
21:01:26LearMaybe those methods should trim too. Seems like a few strlen calls would be enough...
21:02:05Buschelyes, that is what I am trying now. my "simple" approach was too easy to be true :/
21:02:10Learparserva2 should do the necessary trimming already.
21:02:43 Quit liar (Ping timeout: 246 seconds)
21:03:08Buschelyes, seems like it does. but both paerseuser and parsegenre do not
21:03:58Learparseuser does, for replaygain stuff.
21:04:32Buschelbut not for the case of "ALBUM ARTIST"
21:04:37LearYes.
21:07:02Buschelbtw, maybe I am too blind to see, but: why does parseyearnum() advance the buffer if it does atoi and saves an integer without further using the buffer?
21:08:20LearIt still saves the year as a string. Don't remember which is used in the WPS though.
21:08:27 Join Keripo [0] (~Keripo@law075.wlan.law.upenn.edu)
21:14:51 Join milk [0] (~milk@94-193-93-226.zone7.bethere.co.uk)
21:21:13 Join n1s [0] (~n1s@nl118-175-108.student.uu.se)
21:21:13 Quit n1s (Changing host)
21:21:13 Join n1s [0] (~n1s@rockbox/developer/n1s)
21:24:33amiconnHmm, 'make clean' in an android build folder doesn't remove rockbox.apk
21:24:36amiconnImo it should
21:31:52 Quit esperegu (Ping timeout: 250 seconds)
21:36:29 Join esperegu [0] (~quassel@145.116.10.163)
21:45:08 Join aldinor [0] (~deathwolf@ppp-188-174-14-142.dynamic.mnet-online.de)
21:45:43 Quit esperegu (Ping timeout: 260 seconds)
21:46:18 Quit aldinor (Client Quit)
21:46:53 Join esperegu [0] (~quassel@145.116.10.163)
21:57:40 Quit kugel_ (Ping timeout: 264 seconds)
21:58:19 Quit benedikt93 (Quit: Bye ;))
21:59:30 Join kugel [0] (~kugel@e178062124.adsl.alicedsl.de)
21:59:31 Quit kugel (Changing host)
21:59:31 Join kugel [0] (~kugel@rockbox/developer/kugel)
22:00
22:03:44 Quit Lear (Quit: ChatZilla 0.9.86 [Firefox 4.0b12pre/20110221030349])
22:04:40 Join maxsin [0] (~maxsin@188-115-154-196.broadband.tenet.odessa.ua)
22:10:19Buschelcan someone who had issues with metadata parsing (FS #11955) check this patch? -> http://pastie.org/1590981
22:16:19 Join Luca_S [0] (~52390df8@giant.haxx.se)
22:16:41Luca_SBuschel: trying now
22:19:12 Quit createsoftware (Quit: Quitte)
22:20:25 Quit LambdaCalculus37 (Quit: Fwump)
22:20:37Luca_SBuschel: seems to work
22:20:43Buschelgood :)
22:22:43Luca_Srebuilding database now
22:22:56 Join stripwax [0] (~Miranda@87-194-34-169.bethere.co.uk)
22:24:49 Quit Keripo (Quit: Leaving.)
22:25:44Luca_Sdatabase rebuilt successfully
22:25:49Luca_Sdata is valid
22:26:05Buschelthanks for the test! :)
22:26:21 Join Zagor [0] (~bjst@giant.haxx.se)
22:26:21 Quit Zagor (Changing host)
22:26:21 Join Zagor [0] (~bjst@rockbox/developer/Zagor)
22:26:26Luca_Syou're welcome
22:26:27 Quit maxsin (Ping timeout: 264 seconds)
22:27:04Luca_Sunluckily rebuilding the database still fails on random files when I plug my uSD, but that's another problem I guess
22:27:09 Quit Topy44 (Quit: Leaving)
22:27:36 Quit balintx (Remote host closed the connection)
22:28:03 Join Topy44 [0] (~Topy44@89.204.153.160)
22:29:14 Join maxsin [0] (~maxsin@188-115-154-196.broadband.tenet.odessa.ua)
22:30:19 Quit n1s (Quit: Ex-Chat)
22:31:48 Join balintx [0] (~quassel@szerver1.gulyasp-koll.sulinet.hu)
22:34:16***Saving seen data "./dancer.seen"
22:35:45CIA-70New commit by Buschel (r29372): Fix FS #11955. ID3 tag parser was broken since r29349. Trimming strings must be done in the helper functions, not outside.
22:36:48 Join Keripo [0] (~Keripo@eng179.wireless-resnet.upenn.edu)
22:37:00*Buschel spotted another error in the parser
22:37:43Buschelthe last parameter of parse_replaygain() is the buffer size which is left, and not the length of the current read entry
22:37:44Luca_Senabling tagcache and metadata log the database finally completed scanning my uSD
22:37:53Luca_Shooray
22:38:56stripwaxhrm, enabling metadata log shouldn't change behaviour
22:39:28Luca_Sstripwax: something's fishy for sure, but in the meanwhile I have a workaround for everyday use
22:39:34CIA-70r29372 build result: All green
22:40:30stripwaxLuca_S - I (think I) observed something a few weeks ago, where I would get a data abort building database if my wps was trying to show metadata, but build database successfully if I navigate away from wps (e.g. leave it on one of the menu screens)
22:41:02stripwaxI wonder if you're experiencing something similar - was your database update abort reproducible if you leave metadata log turned off?
22:42:05Luca_Snot my case. I was on the Debug > Database screen when it enters the infinite loop. also, I noticed that if I tried to enter into the Files menu, it locked the entire player.
22:42:43stripwaxI mean specifically with the uSD failures, rather than the earlier issue
22:43:54stripwaxunless you mean - something fishy is up because turning on metadata log prevents an infinite loop on database build from uSD...
22:44:10stripwaxand if so I would agree
22:45:20Luca_Si am not convinced that it's the database fault, I don't think that would explain the lockup when entering the File menu while reiniting the DB
22:54:35 Quit Buschel (Quit: ChatZilla 0.9.86 [Firefox 3.6.13/20101203075014])
22:54:43 Quit Stummi (Quit: Bye!)
22:57:00 Join liar [0] (~liar@clnet-p09-185.ikbnet.co.at)
23:00
23:06:15 Quit TheLemonMan (Quit: free(me))
23:08:56 Quit liar (Quit: Leaving)
23:13:16 Quit Luca_S (Quit: CGI:IRC (EOF))
23:18:59 Quit scorche|sh (Ping timeout: 255 seconds)
23:23:22 Quit Keripo (Quit: Leaving.)
23:24:42 Join liar [0] (~liar@clnet-p09-185.ikbnet.co.at)
23:25:49 Quit esperegu (Ping timeout: 250 seconds)
23:25:54 Join scorche|sh [0] (~scorche@squisch.net)
23:28:26 Quit pikytcus (Ping timeout: 255 seconds)
23:33:16 Quit scorche|sh (Ping timeout: 272 seconds)
23:35:11 Join scorche|sh [0] (~scorche@squisch.net)
23:37:17 Join pikytcus [0] (~bigd@failbox.co.cc)
23:42:21 Quit stripwax (Quit: http://miranda-im.org)
23:48:40 Join robin0800 [0] (~robin0800@cpc2-brig8-0-0-cust964.3-3.cable.virginmedia.com)
23:56:26 Join esperegu [0] (~quassel@145.116.10.163)

Previous day | Next day