From mboxrd@z Thu Jan 1 00:00:00 1970 From: jankomEarthlink Subject: Re: Problem with dosemu Date: Mon, 21 Apr 2014 22:31:11 -0400 Message-ID: <5355D46F.7040309@earthlink.net> References: <53323C56.4090205@earthlink.net> <5338674A.70108@hanzlici.cz> <5338A746.6030207@earthlink.net> <533919B4.7010809@hanzlici.cz> <534BFE2C.5080507@earthlink.net> <534C5FA3.2000407@hanzlici.cz> <534C984E.7070808@earthlink.net> <53557D37.8000007@hanzlici.cz> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <53557D37.8000007@hanzlici.cz> Sender: linux-msdos-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: Frantisek Hanzlik , linux-msdos@vger.kernel.org Thank you, Franta, for getting back to this problem. In the meantime I ran strace and googled the issue and saw some bug reports on this segmentation fault. Here is the last part of the strace listing. (Btw., I'll try your rpm tomorrow, it is getting late here, and I have to clean up my system again before I install your rpm, and will let you know if it worked). [apu@Andraslinux ~]$ strace dosemu ... write(3, "PKT: Cannot open raw sockets: Pe"..., 48) = 48 statfs("/dev/shm/", {f_type=0x1021994, f_bsize=4096, f_blocks=129447, f_bfree=129447, f_bavail=129447, f_files=129447, f_ffree=129446, f_fsid={0, 0}, f_namelen=255, f_frsize=4096}) = 0 futex(0xd79258, FUTEX_WAKE, 2147483647) = 0 open("/dev/shm/dosemu_3778", O_RDWR|O_CREAT|O_TRUNC|O_NOFOLLOW, 0600) = 4 fcntl64(4, F_GETFD) = 0 fcntl64(4, F_SETFD, FD_CLOEXEC) = 0 unlink("/dev/shm/dosemu_3778") = 0 ftruncate64(4, 0) = 0 ftruncate64(4, 17891328) = 0 mmap2(NULL, 17891328, PROT_READ|PROT_WRITE, MAP_SHARED, 4, 0) = 0xb6bbb000 mprotect(0xb6bbb000, 17891328, PROT_READ|PROT_WRITE|PROT_EXEC) = 0 mprotect(0xb6bbb000, 17891328, PROT_READ|PROT_WRITE) = 0 mprotect(0xb6bbb000, 1114112, PROT_READ|PROT_WRITE) = 0 mmap2(NULL, 1114112, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_SHARED|MAP_FIXED, 4, 0) = 0 mprotect(0, 655360, PROT_NONE) = 0 --- SIGSEGV (Segmentation fault) @ 0 (0) --- +++ killed by SIGSEGV +++ There is also an error just before the raw socket message about not finding libc.mo file for messages in locale, but I don't think it is important. Interestingly, there is such a file in my /user/share/locale/ directories in many languages, including en_GB, but not in plain en. I think the problem is with the mmap, mprotect stuff. I hope this helps the developers. Janos On 04/21/2014 04:19 PM, Frantisek Hanzlik wrote: > Hi Janos, this reminded me of something similar that I have met cca > three years ago. You can try to find my thread "same distro, svn1999 > DOSEMU crashes on some PCs on SEGV, on others run fine" from > 12/13/2010 in dosemu-users list - this was on Fedora 14, but this may > be same problem which you see now on Fedora 3. But something better - > I managed to compile almost last dosemu devel version on Fedora 3 > i686, and this work well at me machine, both in console and under X > (also both in terminal mode 'dosemu -t' and with native X (xdosemu). > Because there was lots things corrected and improved, maybe it will > run on Your system too. There is only one particularity: after > installing RPM and first dosemu run must be copied kernel.sys to C:\ > drive: cp /usr/share/dosemu/drive_z/kernel.sys ~/.dosemu/drives/c/ You > can download RPM and SRPM package at: > http://www.hanzlici.cz/packages/fedora/dosemu/fc3/dosemu-1.4.0.8-git621.g431face.3.dbgemu.fc3.i686.rpm > http://www.hanzlici.cz/packages/fedora/dosemu/fc3/dosemu-1.4.0.8-git621.g431face.3.dbgemu.fc3.src.rpm > Good luck, Franta Hanzlik