aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/Bootstrap3_icons_missing_on_Android/comment_6_7c2f1d914793798708ca13b6ac3dd474._comment
blob: 8806de16f47ca530ce34a10531df3706814812bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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:

<pre>
       (\"css/bootstrap.css\", 
        GHC.IO.unsafePerformIO
          (Data.ByteString.Unsafe.unsafePackAddressLen
             121220
             file_content_omitted)
</pre>

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.

<pre>
*Main> length foo
113023
</pre>

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.
"""]]