Tom's Guide | Tom's Hardware | Tom's Games
![]() |
![]() |
![]() |
Hi all,
I am running Cygwin under windows. When running rmic or rmiregistry, I get the following:
$ rmic
Segmentation fault (core dumped)and the .exe.stackdump
$ cat rmic.exe.stackdump
Exception: STATUS_ACCESS_VIOLATION at eip=004191E8
eax=00000000 ebx=10126824 ecx=77E69C05 edx=00000000 esi=00000000 edi=10126820
ebp=0022E9F8 esp=0022E96C program=C:\cygwin\bin\rmic.exe, pid 5140, thread main
cs=001B ds=0023 es=0023 fs=0038 gs=0000 ss=0023
Stack trace:
Frame Function Args
0022E9F8 004191E8 (10126820, 00000000, 0000001C, 0022EA10)
0022EA58 00426848 (1014DF78, 00000001, 00000000, 1014DF60)
0022EAC8 004269B4 (1014DF78, 10125B60, 00000000, 00000000)
0022EB48 0048A41D (1014DF90, 10149AB0, 00000200, 10149AF0)
0022EB68 004619AE (1014DF90, 10149AB0, 10125D01, 00000208)
0022EB98 0040A271 (0022EC08, 00570F10, 0055FC58, 00000001)
0022EC28 004261CD (0055FC70, 00000000, 00567040, 00000018)
0022EC48 0054A702 (0055FC70, 0022ECA8, 0022EC88, 6104ED16)
0022EC68 0040A621 (1012DF00, FFFFFFFF, 0022EF88, 77E93164)
0022ECE8 00475D48 (00567040, 00567040, 0022ED98, 00000280)
0022ED08 0042C01B (00000000, 00000000, 00567024, 00000001)
0022ED98 004261CD (00567040, FFFFFFFF, 0061A148, 0040903F)
0022EE48 0040975F (00000000, 00000002, 00000000, 005C78DA)
0022EEB8 00409806 (0055F760, 00000000, 00000001, 61157658)
0022EEE8 004099AB (0055F760, 00000001, 61157658, 00401063)
0022EF18 0040108C (00000001, 61157658, 10100090, 77FA88F0)
End of stack trace (more stack frames may be present)My questions:
What is .exe.stackdump?
How to solve the problem?Thankx in advance

The message Segmentation fault (core dumped) is usually produced because an error in the program causes it to access a part of memory which it isn't allowed to. The core dump can be used by some debuggers to analyze the error, because it contains the state of the cpu at the time of the segfault. You may safely delete it.
This message was produced with 100% recycled electrons

![]() |
![]() |
![]() |

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.
| Ads by Google |