david.hoksza@xxxxxxxxx writes: > Probably the reason is, that the dll is not loaded yet? But what's the > right way to set breakpoint into dll, which isn't loaded yet? Try forcing the .so to be loaded via the SQL "LOAD" command before you attach to the process with gdb. regards, tom lane