Merge branch 'master' of ssh://git-annex.branchable.com
This commit is contained in:
commit
829b4243f7
6 changed files with 79 additions and 0 deletions
|
@ -0,0 +1,8 @@
|
|||
[[!comment format=mdwn
|
||||
username="https://www.google.com/accounts/o8/id?id=AItOawmqz6wCn-Q1vzrsHGvEJHOt_T5ZESilxhc"
|
||||
nickname="Sören"
|
||||
subject="comment 5"
|
||||
date="2014-05-27T19:58:37Z"
|
||||
content="""
|
||||
On Android, the webserver returns a broken bootstrap.css. It seems like some binary garbage is appended to the end of the css file that looks suspiciously like the content or some fragment of the font file \"glyphicons-halflings-regular.eot\". Reason unknown.
|
||||
"""]]
|
|
@ -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:
|
||||
|
||||
<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.
|
||||
"""]]
|
|
@ -0,0 +1,12 @@
|
|||
[[!comment format=mdwn
|
||||
username="http://joeyh.name/"
|
||||
ip="209.250.56.176"
|
||||
subject="comment 1"
|
||||
date="2014-05-27T18:45:35Z"
|
||||
content="""
|
||||
I was able to use that server from git-annex on Linux successfully.
|
||||
|
||||
I also tried on OSX, which appears to be the OS you're using. The assistant didn't crash. I may not have exactly replicated what you did though.
|
||||
|
||||
Can you enable debug logging in Configuration -> Preferences and try to do this again, and send any parts of the log that mention XMPP?
|
||||
"""]]
|
|
@ -0,0 +1,10 @@
|
|||
[[!comment format=mdwn
|
||||
username="https://www.google.com/accounts/o8/id?id=AItOawmZilYULa6CDEGfuagoDlesyakBgnf-dF8"
|
||||
nickname="Maarten"
|
||||
subject="comment 2"
|
||||
date="2014-05-27T18:59:08Z"
|
||||
content="""
|
||||
This was debug logging enabled, it appeared to be the only relevant parts in the log but I can try again and post more verbosely.
|
||||
|
||||
If nothing more comes up, what else could I do to get you diagnostic data?
|
||||
"""]]
|
|
@ -0,0 +1,12 @@
|
|||
[[!comment format=mdwn
|
||||
username="http://joeyh.name/"
|
||||
ip="209.250.56.176"
|
||||
subject="comment 3"
|
||||
date="2014-05-27T19:03:20Z"
|
||||
content="""
|
||||
Hmm, so it was.. There was so little logged that I missed it.
|
||||
|
||||
Can you reproduce the crash?
|
||||
|
||||
I think that OSX has some ways to get a dump of information about a crash, but I don't know details.
|
||||
"""]]
|
|
@ -0,0 +1,8 @@
|
|||
[[!comment format=mdwn
|
||||
username="https://www.google.com/accounts/o8/id?id=AItOawmZilYULa6CDEGfuagoDlesyakBgnf-dF8"
|
||||
nickname="Maarten"
|
||||
subject="comment 4"
|
||||
date="2014-05-27T19:07:45Z"
|
||||
content="""
|
||||
I might attach wireshark but I don't know if it'll help much seeing as jabber.de as most XMPP services just went SSL only.
|
||||
"""]]
|
Loading…
Reference in a new issue