BUG #9530: Debugg recursion function

From: martin(dot)klinger(at)sitkhaso(dot)cz
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #9530: Debugg recursion function
Date: 2014-03-11 14:31:55
Message-ID: 20140311143155.335.44063@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 9530
Logged by: Martin Klinger
Email address: martin(dot)klinger(at)sitkhaso(dot)cz
PostgreSQL version: 9.3.2
Operating system: W7
Description:

Hallo,

for debugging using pgAdmin with set in postgres.conf:
....
shared_preload_libraries = '$ libdir / plugin_debugger.dll
....
generally not a problem and works.

I'll try to describe a case that does not work:

I have a function "function1" imposed on PostgreSQL 9.3, I run pgAdmin
1.18.1, log on to SQL, I find the procedure in the tree and set up via the
right mouse button / debug / breakpoint.

The body function "function1" calling again the "function1" (recursion) ->
execute function1. First start-up procedures breakpoint activates and stops,
the second call the same procedure recursion, the breakpoint will be lost
and freezes pgAdmin.

The same situation works in pgAdmin 1.16.1 in connection with the same
function on the same PostgreSQL9.3 correctly, and thus function recursion
can be debugged.

Thank you,
With Regards
Martin Klinger

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2014-03-11 15:38:40 Re: HP-UX 11.31 Itanium2 64bit again
Previous Message H.Merijn Brand 2014-03-11 12:32:58 HP-UX 11.31 Itanium2 64bit again