Hi! It's a pitty but I have to report that two programs which worked with the previous (November) wine release don't work anymore. The first one is a front panel for the measuring instrument, which worked perfectly after the serial handshake fixes but now (from about Dec 19) it crashes. The second one is a Nokia Logo Manager. It was not too useful for other wine problems but it at least ran. Now it crashes in exactly the same place as the first prog so I think it's a common problem. When started using winedbg, it shows a page fault on read acces to 0x48 from 0x400ccfd9. It's wine_server_call+0x21 in libntdll.so, crashing instruction is movl 0x40(%esi),%edx. ESI is 0x8, which forms the page fault address. Could somebody look at it ? The first program is of a high importance for me... With regards, Pavel Troller
Pavel Troller <patrol@sinus.cz> writes:> When started using winedbg, it shows a page fault on read acces to 0x48 from 0x400ccfd9. > It's wine_server_call+0x21 in libntdll.so, crashing instruction is movl 0x40(%esi),%edx. > ESI is 0x8, which forms the page fault address.Sounds like something was not recompiled correctly. You should try to do a make clean and rebuild. If you still have the problem, please send me a backtrace of the crash. -- Alexandre Julliard julliard@winehq.com
> > OK, thanks for the info, I think I nailed it. Does this work? >Hi! Yes, You caught the bug. The programs now don't crash. However, the front panel simulator doesn't communicate with the modem anymore. It fails even to initialize it and looking on modem LEDs, I see no blinking, so I think the program cannot send chars to it. I know that there have been changes recently in the serial comm code. I made a dump of --debugmsg +comm,+file,+dosfs and it's attached. Could some comm guru review it? With regards, Pavel Troller -------------- next part -------------- A non-text attachment was scrubbed... Name: wine.out.bz2 Type: application/octet-stream Size: 7031 bytes Desc: not available Url : http://www.winehq.org/pipermail/wine-users/attachments/20020103/2f739fdd/wine.out.obj