viewdown
viewdown copied to clipboard
Crashes
I'm having it crash under 10.7.5 It doesn't seem to like lists or something.
Text it crashes on
CS 241
- DC 2505
- [email protected]
- www.student.cs.uwaterloo.ca/~cs241
Abstraction
- everything (in digital computing) is a sequence of bits
- bit = binary digit = 2 states
I can't reproduce that crash.
test.md:
# CS 241 #
* DC 2505
* [email protected]
* www.student.cs.uwaterloo.ca/~cs241
## Abstraction ##
* everything (in digital computing) is a sequence of bits
* bit = binary digit = 2 states
Gives me this:
Any other clues?
It was breaking when I was changing and resaving the file. If i relaunched it, it usually wouldn't crash on the same input. Does your app have a debug log? I can try and run it with xcode's debugger if that would help.
Thanks for taking a look at this.