From fd3814540872dfac5acc32476d9a852629089179 Mon Sep 17 00:00:00 2001 From: "http://joeyh.name/" Date: Tue, 27 May 2014 20:23:04 +0000 Subject: [PATCH] Added a comment --- ..._7c2f1d914793798708ca13b6ac3dd474._comment | 29 +++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 doc/bugs/Bootstrap3_icons_missing_on_Android/comment_6_7c2f1d914793798708ca13b6ac3dd474._comment diff --git a/doc/bugs/Bootstrap3_icons_missing_on_Android/comment_6_7c2f1d914793798708ca13b6ac3dd474._comment b/doc/bugs/Bootstrap3_icons_missing_on_Android/comment_6_7c2f1d914793798708ca13b6ac3dd474._comment new file mode 100644 index 0000000000..8806de16f4 --- /dev/null +++ b/doc/bugs/Bootstrap3_icons_missing_on_Android/comment_6_7c2f1d914793798708ca13b6ac3dd474._comment @@ -0,0 +1,29 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + ip="209.250.56.176" + subject="comment 6" + date="2014-05-27T20:23:03Z" + content=""" +I checked the evilspliced tmp/androidtree/Assistant/WebApp/Types.hs, and the bootstrap.css there ends correctly, nothing weird appended. + +The TH generated for this: + +
+       (\"css/bootstrap.css\", 
+        GHC.IO.unsafePerformIO
+          (Data.ByteString.Unsafe.unsafePackAddressLen
+             121220
+             file_content_omitted)
+
+ +That looks right, in particular the size is the same as the number of bytes in the file. + +Hmm.. To double-check, I edited the file so that the string containing the content of this file was defined in foo. + +
+*Main> length foo
+113023
+
+ +This might be innocuous; there are some unicode characters in the string that encode to multiple bytes. OTOH, if you see exactly 8197 bytes of extra garbage appended, I think we have our culprit. +"""]]