Hi, Dear All,
At first it couldn’t be compiled. When I updated the cygwin I compiled it.
But it doesn’t work.
compiled as below:
./configure --prefix /usr/local
make
make install
When I run root
bash-2.05b$ root
-
*
-
W E L C O M E to R O O T *
-
*
- Version 3.10/01 1 December 2003 *
-
*
- You are welcome to visit our Web site *
-
[root.cern.ch](http://root.cern.ch) *
-
*
FreeType Engine v2.1.3 used to render TrueType fonts.
Compiled for win32gcc with thread support.
CINT/ROOT C/C++ Interpreter version 5.15.105, Sep 28 2003
Type ? for help. Commands must be C++ statements.
Enclose multiple statements between { }.
root [0] .q
Segmentation fault (core dumped)
It is the file root.stackdump
Exception: STATUS_ACCESS_VIOLATION at eip=268025FF
eax=10916DE0 ebx=00000000 ecx=10029148 edx=00000000 esi=103908D0 edi=10916DE0
ebp=0022F578 esp=0022F55C program=C:\cygwin\usr\local\bin\root
cs=001B ds=0023 es=0023 fs=0038 gs=0000 ss=0023
Stack trace:
Frame Function Args
0022F578 268025FF (103908D0, 10916DE0, 00000000, 00000001)
0022F598 00709844 (103908D0, 10916DE0, 0022F5B8, 610A0F8C)
0022F5B8 006D1BBA (10390718, 10916DE0, 0022F5E8, 6109FFB8)
0022F5D8 006CE55B (10916DE0, 00000000, 0022F608, 610A0000)
0022F648 10029690 (10916DE0, 00000008, 0022F678, 6109FFB8)
0022F6B8 006FD6C7 (10916DE0, 00000000, FFFFFFFF, 10390F50)
0022F6D8 0070921A (103908D0, 006CE665, 00000000, 00000001)
0022F738 006CFADF (10390718, 007015FC, 0022F758, 00A26140)
0022F798 00799D1F (10390718, 006B7D19, 0022F808, 005510A7)
0022F7F8 006B8222 (00A8C270, FFFFFFFF, 0022F818, 005458EA)
0022F818 006B3C55 (00000000, 0000FFFF, 0022F838, 6101BBD3)
0022F828 006BD7FA (00000000, 610E616C, 0022F848, 6101BB1C)
0022F838 6101BBD3 (00C90008, 006B7D19, 0022F868, 610DDD6A)
0022F848 6101BB1C (00000000, 10002E79, 610E61F4, 10390718)
0022F868 610DDD6A (00000000, 10390718, 0022F888, 0079C5C7)
0022F878 61005BAA (00000000, 00A805DC, 0022F8B8, 10002F2D)
End of stack trace (more stack frames may be present)
I will try to use gdb to find the problem.
Did anyone face the same as me?
Thank you.
Hong