This thread is locked.Only browsing is available.
Top Page > Browsing
cygwin_exception::open_stackdumpfile: Dumping stack
Date: 2020/01/21 03:11
Name: masood

Dear OpenMX Developer,

The compiled OpenMX v3.9 on cygwin is encountered with the following error:



*******************************************************
*******************************************************
Welcome to OpenMX Ver. 3.9
Copyright (C), 2002-2019, T. Ozaki
OpenMX comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to
redistribute it under the constitution of the GNU-GPL.
*******************************************************
*******************************************************

0 [] openmx 4677 cygwin_exception::open_stackdumpfile: Dumping stack trace to openmx.exe.stackdump



=======================================================================================
openmx.exe.stackdump file:



the Exception: STATUS_STACK_OVERFLOW at rip=001008CD616
rax=0000000000008058 rbx=00000000FFFFCBBC rcx=00000000FFE03B18
rdx=0000000000000000 rsi=000000060004A580 rdi=0000000000000001
r8 =00000000FFFFCACC r9 =0000000180151130 r10=0000000100000000
r11=00000001008CF546 r12=0000000100A6A1A0 r13=0000000100AA5140
r14=0000000000000000 r15=0000000000000000
rbp=0000000600000530 rsp=00000000FFFFCB00
program=C:\cygwin64\home\nano\openmx3.9\work\openmx.exe, pid 4656, thread
cs=0033 ds=002B es=002B fs=0053 gs=002B ss=002B
Stack trace:
Frame Function Args
00600000530 001008CD616 (0010043DD0C, 000FFFFCBBC, 0060004A580, 001008CEC92)
00600000530 00000200058 (000FFFFCBBC, 0060004A580, 001008CEC92, 00100A67218)
00600000530 000FFFFCC60 (0060004A580, 001008CEC92, 00100A67218, 001008D6010)
00600000530 0010043DD0C (001008D6010, 000FFFFCACC, 00180151130, 00044000000)
00600000530 001008CEC92 (000FFFFCC60, 00000000000, 00000000030, 30001000000FF00)
000FFFFCCD0 0018004A816 (00000000000, 00000000000, 00000000000, 00000000000)
00000000000 00180048353 (00000000000, 00000000000, 00000000000, 00000000000)
000FFFFFFF0 00180048404 (00000000000, 00000000000, 00000000000, 00000000000)
End of stack trace



How to fix the problem?

Thanks
メンテ
Page: [1]

Re: cygwin_exception::open_stackdumpfile: Dumping stack ( No.1 )
Date: 2020/01/21 12:59
Name: Naoya Yamaguchi

Hi,

I guess that your problem is that Cygwin cannot allocate enough stack size to run OpenMX. For the default setting, the allocated stack size and memory size may be too small in some cases. And, you may solve this problem by increasing the allocated stack size in some ways.
For example, you may get information as follows:
http://cygwin.org/ml/cygwin/2013-08/msg00318.html
https://unix.stackexchange.com/questions/157992/increasing-stack-size-in-64-bit-cygwin-installing-ocaml

And, if necessary, you can increase the allocated memory size as follows:
https://cygwin.com/cygwin-ug-net/setup-maxmem.html

Or, another option is to use Linux not Cygwin.

Regards,
Naoya Yamaguchi
メンテ
Re: cygwin_exception::open_stackdumpfile: Dumping stack ( No.2 )
Date: 2020/01/22 02:05
Name: masood

Dear Naoya Yamaguchi,

The problem was solved.

Thanks for your advice.


Regards
メンテ

Page: [1]