Re: [Firebird-devel] Unhandled exception in Why

2021-10-01 Thread Alex Peshkoff via Firebird-devel
On 9/30/21 9:04 PM, Jiří Činčura wrote: Can you share metadata backup? I can, but the build from Vlad works fine, so I think we know what the problem is and what the fix looks like. So probably not needed anymore. Certainly :) Firebird-Devel mailing list, web interface at https://lists.

Re: [Firebird-devel] Unhandled exception in Why

2021-09-30 Thread Jiří Činčura
> Can you share metadata backup? I can, but the build from Vlad works fine, so I think we know what the problem is and what the fix looks like. So probably not needed anymore. -- Mgr. Jiří Činčura https://www.tabsoverspaces.com/ Firebird-Devel mailing list, web interface at https://lists.so

Re: [Firebird-devel] Unhandled exception in Why

2021-09-30 Thread Jiří Činčura
Hi Vlad, I can confirm that with the build you provided, the crash does not happen. That's great news. Is this fix going to make it also into 3.0.8? -- Mgr. Jiří Činčura https://www.tabsoverspaces.com/ Firebird-Devel mailing list, web interface at https://lists.sourceforge.net/lists/listinf

Re: [Firebird-devel] Unhandled exception in Why

2021-09-27 Thread Vlad Khorsun
27.09.2021 12:20, Jiří Činčura wrote: I'm almost sure it is it. Could you confirm database have expression index which depends on PSQL function that uses UDR ? As far as I can tell there isn't any such index. Looking closer - index expression uses some table that have computed field, th

Re: [Firebird-devel] Unhandled exception in Why

2021-09-27 Thread Alex Peshkoff via Firebird-devel
On 9/27/21 12:20 PM, Jiří Činčura wrote: I'm almost sure it is it. Could you confirm database have expression index which depends on PSQL function that uses UDR ? As far as I can tell there isn't any such index. Can you share metadata backup? Firebird-Devel mailing list, web interface a

Re: [Firebird-devel] Unhandled exception in Why

2021-09-27 Thread Jiří Činčura
>I'm almost sure it is it. Could you confirm database have expression index > which depends on PSQL function that uses UDR ? As far as I can tell there isn't any such index. >If you wish, I could prepare build with this patch for you. That would be great. I'll do my best to test it ASAP.

Re: [Firebird-devel] Unhandled exception in Why

2021-09-27 Thread Vlad Khorsun
27.09.2021 10:33, Jiří Činčura wrote: You may, if you wish. It should fix the crash but there is another (less visible) issues. See discussion at https://github.com/FirebirdSQL/firebird/pull/6844. Sadly the artifacts on GitHub are expired. Is there a way to confirm I'm hitting same issue?

Re: [Firebird-devel] Unhandled exception in Why

2021-09-27 Thread Jiří Činčura
>You may, if you wish. It should fix the crash but there is another > (less visible) issues. > See discussion at https://github.com/FirebirdSQL/firebird/pull/6844. Sadly the artifacts on GitHub are expired. Is there a way to confirm I'm hitting same issue? Would memory dump help? -- Mgr. J

Re: [Firebird-devel] Unhandled exception in Why

2021-09-26 Thread Vlad Khorsun
26.09.2021 18:16, Jiří Činčura wrote: Yes, that looks very similar. Is it worth trying the build with https://github.com/FirebirdSQL/firebird/commit/2b0dc05f529c13a0dd070c9fde6d048bc7fdccf4 commit? You may, if you wish. It should fix the crash but there is another (less visible) issues. Se

Re: [Firebird-devel] Unhandled exception in Why

2021-09-26 Thread Jiří Činčura
Yes, that looks very similar. Is it worth trying the build with https://github.com/FirebirdSQL/firebird/commit/2b0dc05f529c13a0dd070c9fde6d048bc7fdccf4 commit? -- Mgr. Jiří Činčura https://www.tabsoverspaces.com/ Firebird-Devel mailing list, web interface at https://lists.sourceforge.net/lis

Re: [Firebird-devel] Unhandled exception in Why

2021-09-26 Thread Vlad Khorsun
26.09.2021 17:05, Jiří Činčura пишет: Hi, I can, although in pretty elaborate setup, trigger unhandled exception in Why (see below). It's 99% related to something that external engine is doing, because removing one external engine function call from PSQL function makes it not crash. What woul

[Firebird-devel] Unhandled exception in Why

2021-09-26 Thread Jiří Činčura
Hi, I can, although in pretty elaborate setup, trigger unhandled exception in Why (see below). It's 99% related to something that external engine is doing, because removing one external engine function call from PSQL function makes it not crash. What would be a best way to pin point what's happ