Application crash Backtrace ... in mfc42

Questions about Wine on Linux
Post Reply
ilaixais
Newbie
Newbie
Posts: 2
Joined: Thu Feb 01, 2024 10:36 am

Application crash Backtrace ... in mfc42

Post by ilaixais »

Hi all. Maybe you can suggest a direction on how to solve the problem. Wine 7.22 32bit (compiled). Runs on Centos 7 x86_64. I'm running a regular win32 application that works with an external postgresql database via odbc (windows). When I start the application, I see a connection to the database (according to the database logs), but this application immediately crashes with the error below. In what direction should i can solve this issue? Thank you in advance.

Code: Select all

Unhandled exception: page fault on read access to 0x00000020 in 32-bit code (0x73e16aa2).
Register dump:
  CS:0023 SS:002b DS:002b ES:002b FS:0063 GS:006b
  EIP:73e16aa2 ESP:00a7f2a8 EBP:7e3f0ac0 EFLAGS:00210246( R- -- I Z- -P- )
  EAX:00000000 EBX:00010122 ECX:00000000 EDX:0000000b
  ESI:00000000 EDI:00a7f2c8
Stack dump:
0x00a7f2a8: 00a7f2c8 00000000 01500398 00a7f2d8
0x00a7f2b8: 00010122 0049095f 00a7f2c8 01500398
0x00a7f2c8: 014ed760 00010122 004915cb 01500398
0x00a7f2d8: 00a7f340 004908ef 00010122 01500398
0x00a7f2e8: 00000000 00000000 00000000 ffffffef
0x00a7f2f8: 00000000 00000000 00000000 014ed760
Backtrace:
=>0 0x73e16aa2 in mfc42 (+0x86aa2) (0x7e3f0ac0)
   1 0xfff0e483 (0x04244c8d)
0x73e16aa2 mfc42+0x86aa2: pushl 0x20(%esi)
ilaixais
Newbie
Newbie
Posts: 2
Joined: Thu Feb 01, 2024 10:36 am

[SOLVED]Application crash Backtrace ... in mfc42

Post by ilaixais »

Solved (I hope this was the reason) by replacing the postgres odbc driver from 8.2 to 9.1
Post Reply