Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crash while paste or type on "big" files #1146

Closed
TomBraider42 opened this issue Dec 8, 2017 · 3 comments
Closed

Crash while paste or type on "big" files #1146

TomBraider42 opened this issue Dec 8, 2017 · 3 comments

Comments

@TomBraider42
Copy link

TomBraider42 commented Dec 8, 2017

CT 1.28:
When i paste text from clipboard or type new text CT crashes. Sometimes with message "Access Violation".
Also the syntax highlighting goes wrong.
Oh, new message on closing: "EDivByZero"

@Alexey-T
Copy link
Owner

Alexey-T commented Dec 8, 2017

Please give test file. And steps: what to do.

@Alexey-T Alexey-T added the bug label Dec 8, 2017
@TomBraider42
Copy link
Author

TomBraider42 commented Dec 8, 2017

  • pur/empty CT 1.28
  • open the cache.json from cache.zip
  • paste some code near the top, e.g. end of line 13, like:
<tr>
	<td class="ls">&nbsp;</td>
	<td rowspan="2">&nbsp;</td>
	<td class="ls">&nbsp;</td>
	<td rowspan="2">&nbsp;</td>
	<td class="ls">&nbsp;</td>
	<td rowspan="2">&nbsp;</td>
	<td class="ls">&nbsp;</td>
	<td rowspan="2">&nbsp;</td>
	<td class="ls">&nbsp;</td>
	<td rowspan="2">&nbsp;</td>
	<td rowspan="3" class="ls">&nbsp;</td>
	<td rowspan="2">&nbsp;</td>
	<td class="ls">&nbsp;</td>
	<td rowspan="2">&nbsp;</td>
	<td rowspan="3" class="ls">&nbsp;</td>
</tr>

I think Cuda tries to highlight the (at the moment) wrong syntax and craches.
I also somtimes got a message "AccessViolation".
This doesn't happen in CT 1.25.1, my last version.
CT 1.27 works too, just checked.

@Alexey-T
Copy link
Owner

Alexey-T commented Dec 9, 2017

was my error inside "generic list". Wrong mem usage. Fixed in my build. Delete 1.28 yet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants