PMXBOT Log file Viewer

Help | Karma | Search:

#pil logs for Thursday the 14th of August, 2014

(Back to #pil overview) (Back to channel listing) (Animate logs)
[03:39:16] <tdsmith> does 2.5.2 fix the JPEG2000 race condition problem?
[03:51:00] <tdsmith> looks like no
[08:22:04] <travis-ci> [travis-ci] hugovk/Pillow#469 (master - 9cc0e47 : wiredfool): The build passed.
[08:22:04] <travis-ci> [travis-ci] Change view : https://github.com/hugovk/Pillow/compare/6eb00f605fb3...e51b7ad7bf7c
[08:22:04] <travis-ci> [travis-ci] Build details : http://travis-ci.org/hugovk/Pillow/builds/32516705
[16:41:42] <wiredfool> tdsmith: I haven't managed to fix that one
[16:47:57] <tdsmith> no worries; I was just wondering if the DOS vulnerability was the same issue by a different name
[16:51:20] <wiredfool> no, sorry. your Jpeg2k issue is a pthread deadlock where two threads wait on complementary signals, which shouldn't happen.
[16:52:11] <wiredfool> (according to static analysis). But threads are a maze of twisty passages