IRC Logs

Log of #ghostscript at irc.freenode.net.

Search:
 <<<Back 1 day (to 2013/02/20)2013/02/21 
pjp3rd hi all, anyone here able to give me some pointers on mupdf and android?05:12.24 
henrys pjp3rd best to come around business hours GMT05:56.34 
pjp3rd henrys, thanks will wait a couple hours and try again06:38.10 
Robin_Watts pjp3rd: hi09:31.50 
  tor8: When is your meeting today? good luck!09:58.28 
tor8 Robin_Watts: just got back from the meeting. check your mail :)09:58.44 
Robin_Watts Ah. Nice.09:59.33 
tor8 big kudos to you and paul for the form and annotation work. without that, we wouldn't have got anywhere.10:00.10 
  we definitely made the right choice when we decided to work on those10:00.49 
Robin_Watts More paul than me, but, yes, I think that's transformed the saleability.10:01.16 
  but having forms and annotations wouldn't have counted for anything if the core pdf reader/renderer wasn't up to scratch.10:02.09 
  So we can all feel smug :)10:02.20 
tor8 Robin_Watts: yes. the forms and annotation are the only thing that can possibly push someone over to switch :)10:02.37 
Robin_Watts tor8: progressive loading would be a killer feature, I think if we could get that in there.10:03.08 
  How to integrate that with android is the big question though.10:03.35 
  I have progressive loading kinda working here.10:03.46 
tor8 Robin_Watts: possibly. it'd only make sense as a core component in android though. as a third party app, I'm not so sure it'd matter much.10:03.50 
Robin_Watts tor8: Well, how many times have you clicked on a PDF link in chrome, and seen page 1 while the rest downloads? And realised from page 1 that it was the wrong document and cancelled out?10:04.44 
tor8 rarely :) but yes, I definitely see it as a good feature10:05.09 
  especially on slow (read: mobile) connections10:05.22 
Robin_Watts I noted that my phone was downloading slowly yesterday. Wondered why. Then I realised I'd left Wifi turned on.10:05.52 
tor8 but I wonder how long that'll remain true (outside the US I should qualify). 3g internet connections around here are plenty fast IME.10:06.37 
pjp3rd Robin_Watts: hi11:00.22 
  should be a simple question, im trying to use muPDF on android to render a PDF to PNG - http://pastebin.com/NUDRve5e11:01.20 
Robin_Watts pjp3rd: OK. Before you embark on this you should know that the C level is the published API.11:59.28 
  The MuPDFCore level is a private interface that our example app happens to use.11:59.53 
  There may be all sorts of assumptions etc made by the MuPDFCore level that aren't documented anywhere.12:00.11 
pjp3rd Robin_Watts: thanks will keep that in mind12:39.37 
  probably missing something silly though by I can't get that code to work12:40.41 
  logcat is showing me: goto page -2, error: cannot find page -1, cannot make displaylist from page -212:41.27 
Robin_Watts "Goto page -2..." you mean ?12:49.04 
  That means that MuPDFCore_gotoPageInternal is ending up being called with -2.12:49.52 
  Ah. You haven't called countPages.12:50.43 
  tor8: Did you make an rc2 ?13:02.52 
tor8 not yet...13:06.04 
pjp3rd LOL, knew it was something silly. great it's working now! thanks a mil13:12.26 
Robin_Watts pjp3rd: No worries.13:12.37 
paulgardiner Robin_Watts: looks like the cluster is having problems with mujstest14:21.43 
Robin_Watts how so?14:23.57 
paulgardiner as though v8 wasn't installed on the servers14:24.11 
Robin_Watts http://ghostscript.com/cgi-bin/clustermonitor.cgi?report=9d20a4f3a69fdea855f8678c1ad50b5db7472d81&project=mujstest14:24.26 
  Looks OK to me.14:24.29 
  oh, your personal test, right.14:25.00 
paulgardiner yeah. I may have broken something, but the compile failures are in pdf_jsimp_v8.cpp, and I haven't changed anything there14:25.48 
Robin_Watts paulgardiner: How are you clusterpushing? via gitpush ?14:27.04 
paulgardiner I think I used "git cluster mujstest"14:27.34 
Robin_Watts paulgardiner: And do you have v8 checked out in the thing you are pushing from?14:28.59 
paulgardiner Ah no. I didn't think we checked out v8. Thought we just had the libs and h files in the directories14:30.33 
  It's as I had it last time I used mujstest, I believe14:31.04 
Robin_Watts Let me try here.14:31.26 
  paulgardiner: Yeah, not working for me either.14:41.47 
  Peeves looks to correctly have the v8 stuff in its thirdparty directory.14:45.24 
paulgardiner Strange14:46.15 
Robin_Watts Ah. user directories contain a much stranger v8.14:49.57 
  paulgardiner: Has this every worked?15:24.04 
  -y15:24.28 
  paulgardiner: Try now ?15:27.21 
  Aha, a marcosw 16:25.31 
  I had the Google security guys emailing again this morning.16:25.47 
marcosw Robin_Watts: uh oh.16:25.48 
Robin_Watts You remember you sorted the list of mupdf SEGVs they sent into different causes?16:26.39 
  We now have a list of postscript gs ones.16:26.52 
  (as well as the list of pdf gs ones).16:26.57 
  What happened with the pdf gs ones that they sent us previously? Did you split them out into bugs ?16:27.21 
marcosw I don't recall what happened with the pdf gs bugs; it's possible I dropped the ball.16:31.28 
  can you remind me of when this would have been.16:32.00 
Robin_Watts The timestamp on the samples_{mupdf,gs}_001.zip files in my home dir are Dec 12th16:33.29 
  The samples_gs-ps_002.zip there is the new one (Feb 8th, but I'd forgotten to speak to you about it)16:34.13 
marcosw I'll try to figure out what happened, and also grab the samples_gs-ps_002..zip file.16:35.48 
Robin_Watts marcosw: ok, thanks!16:36.11 
marcosw Robin_Watts: it does appear I never did anything with the non-mupdf bugs. I don't recall what happened, but presumably the mupdf bugs were given priority and I became distracted before getting around to the gs ones.16:41.28 
Robin_Watts marcosw: Yeah, what you did for the mupdf ones was enough for my purposes (and much appreciated)16:42.13 
sebras Robin_Watts: were they fuzzing mupdf?17:54.29 
Robin_Watts sebras: Yes.17:54.39 
  I've fixed all the mupdf ones, except for ones that involve crashes in openjpeg.17:55.05 
sebras Robin_Watts: maybe we should try to help the openjpeg devs with that though.17:55.28 
Robin_Watts sebras: It's on my list of things to look at.17:55.43 
  but if you want to have a go...17:55.53 
  I can point you to where all the files are on casper if you're interested.17:56.16 
  I find that openjpeg code makes me lose the will to live.17:56.36 
sebras Robin_Watts: I would want to, but I'm having facing deadlines at work (which is also why I haven't gotten back to henrys about the translation stuff).17:56.37 
  Robin_Watts: :)17:56.47 
Robin_Watts Speaking of which, I need tea...17:56.52 
  brb17:56.55 
sebras Robin_Watts: Oolong tea!17:57.07 
Robin_Watts sebras: You callin' me fat?18:04.49 
  Perfumed teas are just wrong. Green tea is evil.18:05.27 
  speaking of tea... mvrhel_laptop, do you need tea brought to Miami?18:05.48 
mvrhel_laptop Hi Robin_Watts. Oh. let me check with my wife. I need to bring you something in return. 18:06.22 
  Robin_Watts: Milkshakes dont travel well18:07.28 
Robin_Watts :)18:07.35 
sebras Robin_Watts: am I? because green tea supposed burns fat? no, because I like it. :)18:23.42 
  supposedly.18:23.48 
sebras is not from .uk, obviously.18:24.03 
Robin_Watts I googled for "Oolong tea" and it said "weight loss!" :)18:24.04 
sebras oh! it is a fermented green tea which is sort of inbetween black and green I think.18:25.08 
  Robin_Watts: tor8 generally refers to it as tasting grass. :)18:25.27 
Robin_Watts so green tea with a yeasty smell? You're not selling it to me :)18:25.55 
tor8 gunpowder tea is the best oolong tea18:26.25 
Robin_Watts mvrhel_laptop: You brought me VS2010 Pro last time, so you're ahead on points already :)18:26.35 
tor8 no need for tea bags or sieves18:26.38 
sebras tor8: that's the poweder kind, no..?18:27.04 
tor8 sebras: nope, it's the pellet kind18:27.14 
sebras tor8: ok. I have seen ground up tea that you just pour in hot water and mix. tastes nice, but is a bit strange.18:28.19 
chrisl sebras: I'm from the UK and I only drink jasmine tea - I hate black tea!18:34.24 
sebras chrisl: looks like this is what I was thinking of: http://en.wikipedia.org/wiki/Matcha18:36.33 
chrisl sebras: yeh, I'm not to keen on drinks with sediment in them.....18:37.49 
Robin_Watts chrisl: So, no red wine then.18:40.42 
  or proper beer.18:40.58 
chrisl Robin_Watts: no red wine, no. Proper beer shouldn't have sediment when it's pulled18:41.30 
  Okay, fix committed, so I'm calling it a day - 'nite folks!19:42.54 
Robin_Watts night chrisl19:53.36 
mvrhel_laptop bbiaw21:59.48 
 Forward 1 day (to 2013/02/22)>>> 
ghostscript.com
Search: