[Bug] AV on click "Find next"

It occurs every time: Edit Package & body -> Ctrl + F -> Enter any text which you can find i this package -> Find next -> AV.
If you enter text which not occurs in package everything works fine.

My find configuration:
2025-06-16_13-15.jpg
 
This works fine for me. Does this happen for any source? I notice on your screenshot that the status line mentions "0 items found". Is that relevant? This indicates some prior action before the steps that cause the error.

I tested the following:

1. Start plyxon on Ubuntu 24.10
2. Open a package spec and body in a SQL Document
3. Type Ctrl-F
4. Enter "a" in the "Text to Find" field
5. Click on the "Find Next" button

Can you confirm that these exact steps cause the error for you?
 
"0 items found" left from my tests of when the error occurs and when it doesn't.

But, on fresh app AV also occurs.

This steps caused AV for my. Also in Beta 2.

Errors occurs even for simple package like this:

SQL:
create or replace package abc is
 --
end abc;
/

create or replace package body abc is
 --
end abc;
/
 
Back
Top