Re: Issue 3765 in reviewboard: crash while handling list in markdown

2015-02-09 Thread reviewboard


Comment #2 on issue 3765 by dccar...@gmail.com: crash while handling list  
in markdown

https://code.google.com/p/reviewboard/issues/detail?id=3765

One more thing I forgot to mention.  The actual review request was created  
by, I believe, 2.0.11.  When created, this review did not cause any  
problems.


After I upgraded to 2.0.12, the user who created the review request tried  
to go back and look at the review.  With the upgrade, however, the review  
could no longer be opened, due to the Python exception.


I'm not certain it was created with 2.0.11 -- could have been 2.0.9.   
Either way, it was definitely not 2.0.12.



--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
"reviewboard-issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/d/optout.


Re: Issue 3765 in reviewboard: crash while handling list in markdown

2015-02-09 Thread reviewboard

Updates:
Status: Duplicate
Mergedinto: 3715

Comment #1 on issue 3765 by trowb...@gmail.com: crash while handling list  
in markdown

https://code.google.com/p/reviewboard/issues/detail?id=3765

This is already fixed in git and will ship in 2.0.13 (sometime in the next  
few days)


--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
"reviewboard-issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/d/optout.


Issue 3765 in reviewboard: crash while handling list in markdown

2015-02-09 Thread reviewboard

Status: New
Owner: 
Labels: Type-Defect Priority-Medium

New issue 3765 by dccar...@gmail.com: crash while handling list in markdown
https://code.google.com/p/reviewboard/issues/detail?id=3765

What version are you running?

2.0.12

What's the URL of the page containing the problem?

N/A

What steps will reproduce the problem?

1. Create a topic where the description is as below (see additional info).
2. Publish it.
3. Add a space to the line 'item three' (i.e., "3. item three ") and  
republish, which will produce a "review request changed" section.


What is the expected output? What do you see instead?

This raises an uncaught exception in Python.  If it does not do so  
immediately, try forcing a page refresh that does not hit the cache.


The end of the stack trace is:
   
File "/usr/lib/python2.7/site-packages/reviewboard/reviews/markdown_utils.py",  
line 241, in iter_markdown_lines

i += 1

TypeError: unsupported operand type(s) for +=: 'instance' and 'int'

What operating system are you using? What browser?

OS X 10.10.2.
Chrome Version 42.0.2289.0 canary (64-bit)

Please provide any additional information below.

Use the following as the description, minus the "--begin"/"--end" lines.

-- begin description --
1. item one -- change this item second time

/usr/bin #
* stuff here #

2. item two -- change this item
* stuff here

3. item three

3. wrong number
-- end description --

--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
"reviewboard-issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/d/optout.