XhmikosR / notepad2-mod

LOOKING FOR DEVELOPERS - Notepad2-mod, a Notepad2 fork, a fast and light-weight Notepad-like text editor with syntax highlighting
https://xhmikosr.github.io/notepad2-mod/
Other
1.45k stars 270 forks source link

Block selecting crashes #99

Closed szepeviktor closed 10 years ago

szepeviktor commented 10 years ago

Thank you for developing this editor! Alt+Shift+arrows couse crash at a certain point.

Probléma-aláírás:
  Problémaesemény neve:   APPCRASH
  Alkalmazásnév:  Notepad2.exe
  Alkalmazásverzió:   4.2.25.935
  Alkalmazás időbélyegzője: 542a6fad
  Hiba – modul neve:  ntdll.dll
  Hiba – modul verziója: 6.1.7601.18247
  Hiba – modul időbélyegzője:  521eaf24
  Kivételkód: c0000005
  Kivétel – eltolás:    00000000000532f2
  Operációs rendszer verziója:   6.1.7601.2.1.0.256.48
  Területibeállítás-azonosító:    1038
  További információk 1: 5758
  További információk 2: 5758ae20bdcdf8c3436ea5f7e520549c
  További információk 3: e096
  További információk 4: e096a2a6ad2f620bbd25a533dc614ba9

Sorry, it's in Hungarian. n2-crash

XhmikosR commented 10 years ago

That doesn't help at all, sorry. Your best bet is to try to debug this yourself.

szepeviktor commented 10 years ago

What is the debugging tool for Notepad2?

XhmikosR commented 10 years ago

I use VS2013 update 3 for the builds I make.

oezgueremir commented 10 years ago

Is it always crashing or only on specific files or user action? Do you have some sample files where the crash occurs?

szepeviktor commented 10 years ago

E.g on the screenshot I've copy&pasted the release page and used block-selection: Alt+Shift+arrows (especially down and right) For me it crashes once out of ten selections.

Thank you for your help. I would debug any script language but not C.

szepeviktor commented 10 years ago

It is a typical bug: I does crash for months but not now.

oezgueremir commented 10 years ago

lol, well I will take a look into the changelog, perhaps this bug has been already fixed... Or haven't you done any updates recently?

szepeviktor commented 10 years ago

I've downloaded 4.2.25.935 yesturday but it crashed immediately. That is why I reported.

szepeviktor commented 10 years ago

https://github.com/XhmikosR/notepad2-mod/issues/37

XhmikosR commented 10 years ago

Well, either it's an upstream issue with Notepad2 or scintilla. That code isn't any different from the upstream Notepad2.

XhmikosR commented 10 years ago

When someone really is interested in helping, let me know.

szepeviktor commented 10 years ago

Yes, I think it is an upstream issue.

XhmikosR commented 10 years ago

@szepeviktor: feel free to use #37 for further comments. If you try Notepad2 4.2.25 and you have the same crash then it's definitely an upstream issue and not a Scintilla one.