Обсуждение: crash after several Explains on MacOs
Hi guys,
I would like to report the bug which is easily replicated
1) This happens only under Mac Os
2) pgAdmin 1.12.3 ( MacOS) from binary
3) I also tried previous versions 1.12.1 & 1.12.2
4) It never happened to me on Windows versions
Steps to replicate
Open query editor, put there any sql statement (any), then click on the Explain button (from the window menu).
Keep clicking Explain and then use mouse to scroll the contents of the window or to scroll the results of the explain.
After 5-6 explains pgAdmin will crash. The trigger for the crash is the scroll and the condition is running explain.
It never happens if you don't run explain, so I presume, that the problem is with the graphics which render the explain results.
Please let me know if you need more details on it.
Cheers,
Dmitri.
Hi On Fri, Jun 10, 2011 at 3:11 PM, <mitek17@gmail.com> wrote: > Hi guys, > I would like to report the bug which is easily replicated > 1) This happens only under Mac Os > 2) pgAdmin 1.12.3 ( MacOS) from binary > 3) I also tried previous versions 1.12.1 & 1.12.2 > 4) It never happened to me on Windows versions > Steps to replicate > Open query editor, put there any sql statement (any), then click on the > Explain button (from the window menu). > Keep clicking Explain and then use mouse to scroll the contents of the > window or to scroll the results of the explain. > After 5-6 explains pgAdmin will crash. The trigger for the crash is the > scroll and the condition is running explain. > It never happens if you don't run explain, so I presume, that the problem is > with the graphics which render the explain results. > Please let me know if you need more details on it. I can't reproduce it here using 1.14-beta2 (http://ftp.pgadmin.org/release/v1.14.0-beta2/osx/). Can you try please? -- Dave Page Blog: http://pgsnake.blogspot.com Twitter: @pgsnake EnterpriseDB UK: http://www.enterprisedb.com The Enterprise PostgreSQL Company
[Please keep replies on-list] Please define what you mean by "mouse scroll"? I took it to mean adjusting the scrollbar with the mouse (trackpad in my case), rather than the keyboard. Are you actually talking about the wheel or something? Also, which pane exactly are you scrolling? The graphical explain output, the text explain output, or the SQL pane? On Fri, Jun 10, 2011 at 7:24 PM, <mitek17@gmail.com> wrote: > Hi Dave, > > Just to confirm - I have disabled mouse scroll in System Preferences and > have not got any problem for a while. > So the problem is really in mouse scroll handling by pgAdmin. > Please let me know if you nee more info, I'd be happy to help. > Cheers, > Dmitri. > On Sat, Jun 11, 2011 at 3:26 AM, <mitek17@gmail.com> wrote: >> >> Hi Dave, >> >> I've tried 1.14.beta1 & beta2 >> Same problem. Run explain a few times, then open new sql query window with >> function source code, swipe the mouse to scroll the text and it crashes >> immediately. >> Cheers, >> Dmitri. >> >> On Sat, Jun 11, 2011 at 1:42 AM, Dave Page <dpage@pgadmin.org> wrote: >>> >>> Hi >>> >>> On Fri, Jun 10, 2011 at 3:11 PM, <mitek17@gmail.com> wrote: >>> > Hi guys, >>> > I would like to report the bug which is easily replicated >>> > 1) This happens only under Mac Os >>> > 2) pgAdmin 1.12.3 ( MacOS) from binary >>> > 3) I also tried previous versions 1.12.1 & 1.12.2 >>> > 4) It never happened to me on Windows versions >>> > Steps to replicate >>> > Open query editor, put there any sql statement (any), then click on the >>> > Explain button (from the window menu). >>> > Keep clicking Explain and then use mouse to scroll the contents of the >>> > window or to scroll the results of the explain. >>> > After 5-6 explains pgAdmin will crash. The trigger for the crash is the >>> > scroll and the condition is running explain. >>> > It never happens if you don't run explain, so I presume, that the >>> > problem is >>> > with the graphics which render the explain results. >>> > Please let me know if you need more details on it. >>> >>> I can't reproduce it here using 1.14-beta2 >>> (http://ftp.pgadmin.org/release/v1.14.0-beta2/osx/). Can you try >>> please? >>> >>> -- >>> Dave Page >>> Blog: http://pgsnake.blogspot.com >>> Twitter: @pgsnake >>> >>> EnterpriseDB UK: http://www.enterprisedb.com >>> The Enterprise PostgreSQL Company >> > > -- Dave Page Blog: http://pgsnake.blogspot.com Twitter: @pgsnake EnterpriseDB UK: http://www.enterprisedb.com The Enterprise PostgreSQL Company
[Please remember to CC the mailing list] On Mon, Jun 13, 2011 at 4:21 PM, <mitek17@gmail.com> wrote: > Hi Dave, > I've got an Apple Mighty Mouse, so there is no wheel, but it does the page > scroll when you swipe your finger over the mouse's top. > Yes, I am scrolling the SQL panel when it crashes. Unfortunately I don't have a mighty mouse so I still cannot reproduce this. Neither two fingers on the trackpad or the wheel on a logitech mouse I have seem to trigger the bug. -- Dave Page Blog: http://pgsnake.blogspot.com Twitter: @pgsnake EnterpriseDB UK: http://www.enterprisedb.com The Enterprise PostgreSQL Company