History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: RSRP-60487
Type: Bug Bug
Status: Open Open
Priority: Major Major
Assignee: Ilya Ryzhenkov
Reporter: Valentijn Makkenze
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
ReSharper

Resharper crashes when too much logging is generated

Created: 06 Mar 08 12:03   Updated: 14 Mar 08 16:10
Component/s: Unit Testing
Fix Version/s: 4.0
Security Level: Everybody (All jira users)

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
File Attachments: 1. Text File Class1.cs (7 kb)


Build: 742


 Description  « Hide
Resharper crashes when too much logging is generated

I've included a simple project that generates lots of logging to reproduce the problem

This bug was reported earlier as RSRP-60034 but closed with a reference to rsrp-18766
That bug seems to be a longstanding bug but unrelated to this one, (other that that they both report out of memory)



 All   Comments   Work Log   Change History      Sort Order:
Ilya Ryzhenkov - 10 Mar 08 14:59
There is not enough memory to store the log, what can we do in this case? Should we truncate the log? We could store it in file instead of memory, but we still can't load it into HTML to display.