On Wed, Dec 13, 2017 at 4:27 PM, hv...@users.sourceforge.net [firebird-support] <firebird-support@yahoogroups.com> wrote:
> > > ---In firebird-support@yahoogroups.com, <rdsc1964@...> wrote : > > > 2. Fresh DMP files at: > > How do you produce Firebird dump ? > > It shows healthy process with one idle attachment to the HMS.FDB waiting > for user actions. > 1. In the firebird.config file set: BugcheckAbort = 1 2. Created registry entry: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Windows Error Reporting\LocalDumps Name = DumpType Type: REG_SZ Data = 2 3. Started my .NET front end application. When the exception "Error Reading Data from Connection" was caught (Message Box displayed) : (a) Right-click an empty area of the task bar, and then click *Task Manager*. Click the *Processes* tab. (In some versions of Windows, it may be necessary to click 'More details' to expand the Task Manager view to display the tabs.) (b) Right-click the name of the process (in my case the Firebird service and my .Net front end application) that you want, and then click *Create Dump File*. If you are prompted for an administrator password or confirmation, type your password or click *Continue*. (c) Message box displays dump file path for the process is created. 4. Disposed the exception message box displayed by my .NET application (Para 3 above). > > > Regards, > Vlad > > >