cannot reproduce: 16.64 - some type of bug happened!!

Report issues, odd behaviors or submit a detailed bug report.
Post Reply
User avatar
DerellLicht1
Posts: 216
Joined: 23 Jul 2021 17:38
Location: Fremont, CA, USA

cannot reproduce: 16.64 - some type of bug happened!!

Post by DerellLicht1 »

I was editing a readme.md file. It had the following lines in it:
```
- expanding the specified file spec to a fully-qualified form
- handling UNICODE
- providing access to debug/info functions such as syslog() and get_system_message()
```
I changed these lines to:
<li>expanding the specified file spec to a fully-qualified form</li>
<li>handling UNICODE</li>
<li>providing access to debug/info functions such as syslog() and get_system_message()</li>

and saved. I then realized that this was incorrect for a markdown file!! So I hit Control-Z to undo this change...
I got a popup error message saying something about "[some error message that I didn't read], unable to apply undo operation" ...
Sadly, I closed the window without fully reading it - BAD move on my part!!

Anyway, I'm now sitting here looking at the file...
I can type new data into the file, but the "changed" flag doesn't seem to get set; the green bar on the tab for the file does not change to yellow,
and I cannot save the file... I also cannot undo anything that I type now...

Note: all other files that I have open (8 files in total) *can* still be edited, undo-ed, and saved, only readme.md is broken.

Sadly, I am *not* using the debug version of RJTE ...

I'll try to keep this open in my editor, in case there is anything else you wish me to look at.
Last edited by DerellLicht1 on 30 Jun 2026 14:11, edited 2 times in total.
User avatar
DerellLicht1
Posts: 216
Joined: 23 Jul 2021 17:38
Location: Fremont, CA, USA

Re: 16.64 - some type of bug happened!!

Post by DerellLicht1 »

Well, I just went to an html file, typed in the three lines of <li>some text</li> and then undo-ed them, and had no problem at all...

This is typical of the sporadic, strange, usually un-reproducible issues that I've been getting recently; they *roughly* began about the time 16.61 was released...
I wonder if something is going on with your performance optimizations that you did in that version??
Though apparently nobody but me is seeing any of this...
Maybe it is Windows 10-related??
User avatar
Rickard Johansson
Site Admin
Posts: 6932
Joined: 19 Jul 2006 14:29

Re: 16.64 - some type of bug happened!!

Post by Rickard Johansson »

I tried editing, undo/redo using some debug tools (to check for memory issues, overflow and range checking ...), but can't find anything wrong.

I think you have to do a specific action for this to happen. Anything you may have done before it happens could be very helpful. E.g. running a macro, selection and replace, code completion, some editing function you often use with a keyboard shortcut, multi cursor editing...
User avatar
DerellLicht1
Posts: 216
Joined: 23 Jul 2021 17:38
Location: Fremont, CA, USA

Re: 16.64 - some type of bug happened!!

Post by DerellLicht1 »

Yeah, I agree, it's some random thing that I do, that mucks things up now and then. Whatever it is, though, it is pretty recent, just the last few months...

In this case, I had just finished doing code cleanup on a file, and I was updating documents and sources in both Github and my web page. So I was editing multiple files, doing search and replace, copying code back and forth, so alot was going on; I don't recall specifically what happened before this issue popped up, except specifically what I noted in my original post...

There's also another thing that might be involved - I'm 73yo and I've developed twitching fingers over the past year or so, so they do things like hit two adjacent characters, or clip a function key while trying to hit a regular key, so unexpected things can occur.

I think this is something I may have to just live with. Fortunately, closing/re-opening the editor works fine, clears this condition, and you always remember all my states, so I can live with it...

I'll mark this thread as "cannot reproduce" for now.
User avatar
Rickard Johansson
Site Admin
Posts: 6932
Joined: 19 Jul 2006 14:29

Re: cannot reproduce: 16.64 - some type of bug happened!!

Post by Rickard Johansson »

I will still try to replicate the state after you've encountered the undo error and fix it. You should still be able to edit and undo, even after the error...
Post Reply