On 7/23/2020 12:48 AM, Marco Atzeri via Cygwin wrote:
On 23.07.2020 00:12, Ken Brown via Cygwin wrote:
On 7/22/2020 6:07 PM, Tony Richardson via Cygwin wrote:
On Wed, Jul 22, 2020 at 3:48 PM Marco Atzeri via Cygwin <cygwin@cygwin.com>
wrote:

On 22.07.2020 14:06, Ken Brown via Cygwin wrote:
On 7/22/2020 1:36 AM, Marco Atzeri via Cygwin wrote:
On 22.07.2020 02:10, Tony Richardson via Cygwin wrote:
I have attached both the cygcheck and strace output.

Tony Richardson


something is clearly interfering with your Cygwin installation

--- Process 11136 loaded C:\Applications\cygwin64\bin\cygwin1.dll at
0000000000c80000
--- Process 11136 unloaded DLL at 0000000000c80000

I can reproduce the problem on my system:

$ strace graph
...

Segmentation fault


I thought that simply rebuilding plotutils might fix the problem, but
there were a lot of compilation warnings, and the build failed. Some of
the warnings look serious to me, but I have no idea if they could cause
Windows to try to load DLLs at strange addresses.

Ken
--

Hi Ken,
I rebuilt and uploaded a test version 2.6-6 only for 64bit
try to see if something change

Regards
Marco


I tried the test version, unfortunately it still segfaults for me.
no surprise. It was unlikely to work


Same for me.  I'm also getting strange output from ldd, but maybe that's just another manifestation of the same problem:

$ ldd /usr/bin/graph
         ntdll.dll => /c/WINDOWS/SYSTEM32/ntdll.dll (0x7ff82a4c0000)
         KERNEL32.DLL => /c/WINDOWS/System32/KERNEL32.DLL (0x7ff8289c0000)
         KERNELBASE.dll => /c/WINDOWS/System32/KERNELBASE.dll (0x7ff8280c0000)
         cygplot-2.dll => /usr/bin/cygplot-2.dll (0x9f0000)
         cygplot-2.dll => /usr/bin/cygplot-2.dll (0xbf0000)
         cygplot-2.dll => /usr/bin/cygplot-2.dll (0xbf0000)
         cygwin1.dll => /usr/bin/cygwin1.dll (0xd20000)
[...]
         cygintl-8.dll => /usr/bin/cygintl-8.dll (0x1760000)
         cygintl-8.dll => /usr/bin/cygintl-8.dll (0x1760000)
         cygiconv-2.dll => /usr/bin/cygiconv-2.dll (0x1780000)
         cygiconv-2.dll => /usr/bin/cygiconv-2.dll (0x1780000)

Ken
--


can you check with
   cat /proc/self/maps

Usually I see

locale.nls loaded verylow

00010000-00020000 rw-s 00000000 0000:0000 0                   [win heap 1 default shared]
00030000-0004D000 r--s 00000000 0000:0000 0
00050000-00054000 r--s 00000000 0000:0000 0
00060000-00061000 r--s 00000000 0000:0000 0
00070000-00072000 rw-p 00000000 0000:0000 0
00080000-00149000 r--s 00000000 98EE:C713 281474977436242 /cygdrive/c/Windows/System32/locale.nls 00150000-00152000 rw-p 00000000 0000:0000 0                   [win heap 0 default grow] 00152000-00182000 ===p 00002000 0000:0000 0                   [win heap 0 default grow]

the program itself

100400000-100401000 r--p 00000000 D603:FB6E 281474976713960 /usr/bin/cat.exe
100401000-100406000 r-xp 00001000 D603:FB6E 281474976713960 /usr/bin/cat.exe
100406000-100407000 rw-p 00006000 D603:FB6E 281474976713960 /usr/bin/cat.exe
100407000-10040C000 r--p 00007000 D603:FB6E 281474976713960 /usr/bin/cat.exe
10040C000-10040F000 rw-p 0000C000 D603:FB6E 281474976713960 /usr/bin/cat.exe
10040F000-100410000 r--p 0000F000 D603:FB6E 281474976713960 /usr/bin/cat.exe
180010000-180020000 rw-s 00000000 0000:0000 0                 [procinfo]
180020000-180029000 rw-s 00000000 0000:0000 0 [cygwin-user-shared]
180030000-18003C000 rw-s 00000000 0000:0000 0 [cygwin-shared]

loading area for cygwin  DLLs

180040000-180041000 r--p 00000000 D603:FB6E 1688849860266440 
/usr/bin/cygwin1.dll
180041000-180229000 r-xp 00001000 D603:FB6E 1688849860266440 
/usr/bin/cygwin1.dll
180229000-18022D000 rwxp 001E9000 D603:FB6E 1688849860266440 
/usr/bin/cygwin1.dll
18022D000-180266000 rw-p 001ED000 D603:FB6E 1688849860266440 
/usr/bin/cygwin1.dll
180266000-1802EA000 r--p 00226000 D603:FB6E 1688849860266440 
/usr/bin/cygwin1.dll
1802EA000-180322000 rw-p 002AA000 D603:FB6E 1688849860266440 
/usr/bin/cygwin1.dll
180322000-180331000 r--p 002E2000 D603:FB6E 1688849860266440 
/usr/bin/cygwin1.dll
180331000-180342000 rw-p 002F1000 D603:FB6E 1688849860266440 
/usr/bin/cygwin1.dll
180342000-180343000 r--p 00302000 D603:FB6E 1688849860266440 
/usr/bin/cygwin1.dll
180343000-180650000 rw-p 00303000 D603:FB6E 1688849860266440 
/usr/bin/cygwin1.dll
3CC3A0000-3CC3A1000 r--p 00000000 D603:FB6E 281474976713233 
/usr/bin/cygintl-8.dll
3CC3A1000-3CC3A8000 r-xp 00001000 D603:FB6E 281474976713233 
/usr/bin/cygintl-8.dll
3CC3A8000-3CC3A9000 rw-p 00008000 D603:FB6E 281474976713233 
/usr/bin/cygintl-8.dll
3CC3A9000-3CC3AE000 r--p 00009000 D603:FB6E 281474976713233 
/usr/bin/cygintl-8.dll
3CC3AE000-3CC3AF000 rw-p 0000E000 D603:FB6E 281474976713233 
/usr/bin/cygintl-8.dll
3CC3AF000-3CC3B0000 r--p 0000F000 D603:FB6E 281474976713233 
/usr/bin/cygintl-8.dll
3CC3B0000-3CC3B2000 rw-p 00010000 D603:FB6E 281474976713233 
/usr/bin/cygintl-8.dll
3CC3B2000-3CC3B4000 r--p 00012000 D603:FB6E 281474976713233 
/usr/bin/cygintl-8.dll
3D9690000-3D9691000 r--p 00000000 D603:FB6E 281474976713163 
/usr/bin/cygiconv-2.dll
3D9691000-3D96A9000 r-xp 00001000 D603:FB6E 281474976713163 
/usr/bin/cygiconv-2.dll
3D96A9000-3D96AA000 rw-p 00019000 D603:FB6E 281474976713163 
/usr/bin/cygiconv-2.dll
3D96AA000-3D978F000 r--p 0001A000 D603:FB6E 281474976713163 
/usr/bin/cygiconv-2.dll
3D978F000-3D9790000 rw-p 000FF000 D603:FB6E 281474976713163 
/usr/bin/cygiconv-2.dll
3D9790000-3D9791000 r--p 00100000 D603:FB6E 281474976713163 
/usr/bin/cygiconv-2.dll
3D9791000-3D9793000 rw-p 00101000 D603:FB6E 281474976713163 
/usr/bin/cygiconv-2.dll
3D9793000-3D9795000 r--p 00103000 D603:FB6E 281474976713163 
/usr/bin/cygiconv-2.dll
800000000-800080000 rw-p 00000000 0000:0000 0                 [heap]
800080000-820000000 ===p 00080000 0000:0000 0                 [heap]

and over the Windows DLL

7FF9C0880000-7FF9C0881000 r--p 00000000 98EE:C713 281474977436944 /cygdrive/c/Windows/System32/cryptbase.dll 7FF9C0881000-7FF9C0884000 r-xp 00001000 98EE:C713 281474977436944 /cygdrive/c/Windows/System32/cryptbase.dll 7FF9C0884000-7FF9C0887000 r--p 00004000 98EE:C713 281474977436944 /cygdrive/c/Windows/System32/cryptbase.dll 7FF9C0887000-7FF9C0888000 rw-p 00007000 98EE:C713 281474977436944 /cygdrive/c/Windows/System32/cryptbase.dll

$ cat /proc/self/maps
00010000-00020000 rw-s 00000000 0000:0000 0 [win heap 1 default shared]
00030000-0004B000 r--s 00000000 0000:0000 0
00050000-00054000 r--s 00000000 0000:0000 0
00060000-00061000 r--s 00000000 0000:0000 0
00070000-00072000 rw-p 00000000 0000:0000 0
00090000-0009E000 rw-p 00000000 0000:0000 0 [win heap 0 default grow] 0009E000-00190000 ===p 0000E000 0000:0000 0 [win heap 0 default grow]
00190000-00191000 rw-p 00000000 0000:0000 0                   [win heap 2 grow]
00191000-001F2000 ===p 00001000 0000:0000 0                   [win heap 2 grow]
00200000-00265000 ===p 00000000 0000:0000 0
00265000-00266000 rw-p 00065000 0000:0000 0                   [peb]
00266000-00268000 rw-p 00066000 0000:0000 0                   [teb (tid 5324)]
00268000-0026A000 rw-p 00068000 0000:0000 0                   [teb (tid 34320)]
0026A000-0026C000 rw-p 0006A000 0000:0000 0                   [teb (tid 19900)]
0026C000-0026E000 rw-p 0006C000 0000:0000 0                   [teb (tid 27136)]
0026E000-00270000 rw-p 0006E000 0000:0000 0                   [teb (tid 41112)]
00270000-00400000 ===p 00070000 0000:0000 0
00600000-006C7000 r--s 00000000 74D6:767B 562949956731830 /c/Windows/System32/locale.nls
006D0000-008CB000 ===p 00000000 0000:0000 0                   [stack (tid 
34320)]
[...]
00CCF000-00CD0000 rw-p 001FF000 0000:0000 0                   [stack (tid 
27136)]
00CD0000-00CD2000 rw-p 00000000 0000:0000 0 [win heap 0 default grow] 00CD2000-00D32000 ===p 00002000 0000:0000 0 [win heap 0 default grow]
00D80000-00D86000 rw-p 00000000 0000:0000 0                   [win heap 2 grow]
00D86000-00D90000 ===p 00006000 0000:0000 0                   [win heap 2 grow]
00D90000-00F89000 ===p 00000000 0000:0000 0                   [stack (tid 
41112)]
00F89000-00F8C000 rw-g 001F9000 0000:0000 0                   [stack (tid 
41112)]
00F8C000-00F90000 rw-p 001FC000 0000:0000 0                   [stack (tid 
41112)]
7FFE0000-7FFE1000 r--p 00000000 0000:0000 0                   [shared-user-data]
7FFED000-7FFEE000 r--p 00000000 0000:0000 0
FFE00000-FFFF7000 ===p 00000000 0000:0000 0                   [stack (tid 5324)]
FFFF7000-FFFFA000 rw-g 001F7000 0000:0000 0                   [stack (tid 5324)]
FFFFA000-100000000 rw-p 001FA000 0000:0000 0                  [stack (tid 5324)]
100400000-100401000 r--p 00000000 74D6:767B 562949953767039   /usr/bin/cat.exe
100401000-100406000 r-xp 00001000 74D6:767B 562949953767039   /usr/bin/cat.exe
100406000-100407000 rw-p 00006000 74D6:767B 562949953767039   /usr/bin/cat.exe
100407000-10040C000 r--p 00007000 74D6:767B 562949953767039   /usr/bin/cat.exe
10040C000-10040F000 rw-p 0000C000 74D6:767B 562949953767039   /usr/bin/cat.exe
10040F000-100410000 r--p 0000F000 74D6:767B 562949953767039   /usr/bin/cat.exe
180010000-180020000 rw-s 00000000 0000:0000 0                 [procinfo]
180020000-180029000 rw-s 00000000 0000:0000 0                 
[cygwin-user-shared]
180030000-18003C000 rw-s 00000000 0000:0000 0                 [cygwin-shared]
180040000-180041000 r--p 00000000 74D6:767B 145804037936153408 /usr/bin/cygwin1.dll 180041000-180229000 r-xp 00001000 74D6:767B 145804037936153408 /usr/bin/cygwin1.dll 180229000-18022D000 rwxp 001E9000 74D6:767B 145804037936153408 /usr/bin/cygwin1.dll 18022D000-180266000 rw-p 001ED000 74D6:767B 145804037936153408 /usr/bin/cygwin1.dll 180266000-1802EA000 r--p 00226000 74D6:767B 145804037936153408 /usr/bin/cygwin1.dll 1802EA000-180322000 rw-p 002AA000 74D6:767B 145804037936153408 /usr/bin/cygwin1.dll 180322000-180331000 r--p 002E2000 74D6:767B 145804037936153408 /usr/bin/cygwin1.dll 180331000-180342000 rw-p 002F1000 74D6:767B 145804037936153408 /usr/bin/cygwin1.dll 180342000-180343000 r--p 00302000 74D6:767B 145804037936153408 /usr/bin/cygwin1.dll 180343000-180650000 rw-p 00303000 74D6:767B 145804037936153408 /usr/bin/cygwin1.dll
3EBE50000-3EBE51000 r--p 00000000 74D6:767B 844424930473503   
/usr/bin/cygintl-8.dll
3EBE51000-3EBE58000 r-xp 00001000 74D6:767B 844424930473503   
/usr/bin/cygintl-8.dll
3EBE58000-3EBE59000 rw-p 00008000 74D6:767B 844424930473503   
/usr/bin/cygintl-8.dll
3EBE59000-3EBE5E000 r--p 00009000 74D6:767B 844424930473503   
/usr/bin/cygintl-8.dll
3EBE5E000-3EBE5F000 rw-p 0000E000 74D6:767B 844424930473503   
/usr/bin/cygintl-8.dll
3EBE5F000-3EBE60000 r--p 0000F000 74D6:767B 844424930473503   
/usr/bin/cygintl-8.dll
3EBE60000-3EBE62000 rw-p 00010000 74D6:767B 844424930473503   
/usr/bin/cygintl-8.dll
3EBE62000-3EBE64000 r--p 00012000 74D6:767B 844424930473503   
/usr/bin/cygintl-8.dll
3F3590000-3F3591000 r--p 00000000 74D6:767B 1125899907184087 /usr/bin/cygiconv-2.dll 3F3591000-3F35AB000 r-xp 00001000 74D6:767B 1125899907184087 /usr/bin/cygiconv-2.dll 3F35AB000-3F35AC000 rw-p 0001B000 74D6:767B 1125899907184087 /usr/bin/cygiconv-2.dll 3F35AC000-3F368F000 r--p 0001C000 74D6:767B 1125899907184087 /usr/bin/cygiconv-2.dll 3F368F000-3F3690000 rw-p 000FF000 74D6:767B 1125899907184087 /usr/bin/cygiconv-2.dll 3F3690000-3F3691000 r--p 00100000 74D6:767B 1125899907184087 /usr/bin/cygiconv-2.dll 3F3691000-3F3693000 rw-p 00101000 74D6:767B 1125899907184087 /usr/bin/cygiconv-2.dll 3F3693000-3F3695000 r--p 00103000 74D6:767B 1125899907184087 /usr/bin/cygiconv-2.dll
800000000-800080000 rw-p 00000000 0000:0000 0                 [heap]
800080000-820000000 ===p 00080000 0000:0000 0                 [heap]
7FF4FDE90000-7FF4FDE95000 r--s 00000000 0000:0000 0
7FF4FDE95000-7FF4FDF90000 ===s 00005000 0000:0000 0
7FF4FDF90000-7FF5FDFB0000 ===p 00000000 0000:0000 0
7FF5FDFB0000-7FF5FFFB0000 ===p 00000000 0000:0000 0
7FF5FFFB0000-7FF5FFFB1000 rw-p 02000000 0000:0000 0
7FF5FFFC0000-7FF5FFFC1000 r--s 00000000 0000:0000 0
7FF5FFFD0000-7FF5FFFF3000 r--s 00000000 0000:0000 0
7FF826DB0000-7FF826DB1000 r--p 00000000 74D6:767B 562949956628053 /c/Windows/System32/cryptbase.dll 7FF826DB1000-7FF826DB4000 r-xp 00001000 74D6:767B 562949956628053 /c/Windows/System32/cryptbase.dll 7FF826DB4000-7FF826DB7000 r--p 00004000 74D6:767B 562949956628053 /c/Windows/System32/cryptbase.dll 7FF826DB7000-7FF826DB8000 rw-p 00007000 74D6:767B 562949956628053 /c/Windows/System32/cryptbase.dll 7FF826DB8000-7FF826DBC000 r--p 00008000 74D6:767B 562949956628053 /c/Windows/System32/cryptbase.dll 7FF827FE0000-7FF827FE1000 r--p 00000000 74D6:767B 281474981547162 /c/Windows/System32/bcryptprimitives.dll 7FF827FE1000-7FF828047000 r-xp 00001000 74D6:767B 281474981547162 /c/Windows/System32/bcryptprimitives.dll 7FF828047000-7FF82805A000 r--p 00067000 74D6:767B 281474981547162 /c/Windows/System32/bcryptprimitives.dll 7FF82805A000-7FF82805B000 rw-p 0007A000 74D6:767B 281474981547162 /c/Windows/System32/bcryptprimitives.dll 7FF82805B000-7FF828060000 r--p 0007B000 74D6:767B 281474981547162 /c/Windows/System32/bcryptprimitives.dll 7FF8280C0000-7FF8280C1000 r--p 00000000 74D6:767B 844424936044676 /c/Windows/System32/KernelBase.dll 7FF8280C1000-7FF8281C6000 r-xp 00001000 74D6:767B 844424936044676 /c/Windows/System32/KernelBase.dll 7FF8281C6000-7FF828329000 r--p 00106000 74D6:767B 844424936044676 /c/Windows/System32/KernelBase.dll 7FF828329000-7FF82832E000 rw-p 00269000 74D6:767B 844424936044676 /c/Windows/System32/KernelBase.dll 7FF82832E000-7FF828364000 r--p 0026E000 74D6:767B 844424936044676 /c/Windows/System32/KernelBase.dll 7FF828720000-7FF828721000 r--p 00000000 74D6:767B 844424936044675 /c/Windows/System32/sechost.dll 7FF828721000-7FF828782000 r-xp 00001000 74D6:767B 844424936044675 /c/Windows/System32/sechost.dll 7FF828782000-7FF8287A9000 r--p 00062000 74D6:767B 844424936044675 /c/Windows/System32/sechost.dll 7FF8287A9000-7FF8287AD000 rw-p 00089000 74D6:767B 844424936044675 /c/Windows/System32/sechost.dll 7FF8287AD000-7FF8287B7000 r--p 0008D000 74D6:767B 844424936044675 /c/Windows/System32/sechost.dll 7FF8287C0000-7FF8287C1000 r--p 00000000 74D6:767B 562949958047607 /c/Windows/System32/advapi32.dll 7FF8287C1000-7FF828820000 r-xp 00001000 74D6:767B 562949958047607 /c/Windows/System32/advapi32.dll 7FF828820000-7FF828855000 r--p 00060000 74D6:767B 562949958047607 /c/Windows/System32/advapi32.dll 7FF828855000-7FF82885A000 rw-p 00095000 74D6:767B 562949958047607 /c/Windows/System32/advapi32.dll 7FF82885A000-7FF828863000 r--p 0009A000 74D6:767B 562949958047607 /c/Windows/System32/advapi32.dll 7FF8289C0000-7FF8289C1000 r--p 00000000 74D6:767B 844424934916959 /c/Windows/System32/kernel32.dll 7FF8289C1000-7FF828A36000 r-xp 00001000 74D6:767B 844424934916959 /c/Windows/System32/kernel32.dll 7FF828A36000-7FF828A68000 r--p 00076000 74D6:767B 844424934916959 /c/Windows/System32/kernel32.dll 7FF828A68000-7FF828A6A000 rw-p 000A8000 74D6:767B 844424934916959 /c/Windows/System32/kernel32.dll 7FF828A6A000-7FF828A72000 r--p 000AA000 74D6:767B 844424934916959 /c/Windows/System32/kernel32.dll 7FF828A80000-7FF828A81000 r--p 00000000 74D6:767B 562949956628691 /c/Windows/System32/msvcrt.dll 7FF828A81000-7FF828AF6000 r-xp 00001000 74D6:767B 562949956628691 /c/Windows/System32/msvcrt.dll 7FF828AF6000-7FF828B0F000 r--p 00076000 74D6:767B 562949956628691 /c/Windows/System32/msvcrt.dll 7FF828B0F000-7FF828B17000 rw-p 0008F000 74D6:767B 562949956628691 /c/Windows/System32/msvcrt.dll 7FF828B17000-7FF828B1E000 r--p 00097000 74D6:767B 562949956628691 /c/Windows/System32/msvcrt.dll 7FF828B20000-7FF828B21000 r--p 00000000 74D6:767B 281474980717246 /c/Windows/System32/rpcrt4.dll 7FF828B21000-7FF828BFE000 r-xp 00001000 74D6:767B 281474980717246 /c/Windows/System32/rpcrt4.dll 7FF828BFE000-7FF828C29000 r--p 000DE000 74D6:767B 281474980717246 /c/Windows/System32/rpcrt4.dll 7FF828C29000-7FF828C2B000 rw-p 00109000 74D6:767B 281474980717246 /c/Windows/System32/rpcrt4.dll 7FF828C2B000-7FF828C40000 r--p 0010B000 74D6:767B 281474980717246 /c/Windows/System32/rpcrt4.dll 7FF82A4C0000-7FF82A4C1000 r--p 00000000 74D6:767B 281474981547158 /c/Windows/System32/ntdll.dll 7FF82A4C1000-7FF82A5D8000 r-xp 00001000 74D6:767B 281474981547158 /c/Windows/System32/ntdll.dll 7FF82A5D8000-7FF82A61F000 r--p 00118000 74D6:767B 281474981547158 /c/Windows/System32/ntdll.dll 7FF82A61F000-7FF82A62B000 rw-p 0015F000 74D6:767B 281474981547158 /c/Windows/System32/ntdll.dll 7FF82A62B000-7FF82A6B0000 r--p 0016B000 74D6:767B 281474981547158 /c/Windows/System32/ntdll.dll

I don't see anything unusual there.

FYI, all my dlls are loaded between


$ rebase -si | awk '{print $3, $1}'| sort  | head
0x000394760000 /usr/lib/qt4/plugins/designer/cygqdeclarativeview.dll
0x000394780000 /usr/lib/qt4/plugins/codecs/cygqtwcodecs.dll
0x000396730000 /usr/lib/python3.6/site-packages/dbus/mainloop/pyqt5.dll
0x000398df0000 /usr/lib/python3.6/site-packages/PIL/_webp.cpython-36m-x86_64-cygwin.dll
0x000399a60000 /usr/libexec/coreutils/libstdbuf.so
0x000399a70000 /usr/lib/zsh/5.8/zsh/zutil.dll
0x000399a80000 /usr/lib/zsh/5.8/zsh/zselect.dll
0x000399a90000 /usr/lib/zsh/5.8/zsh/zpty.dll
0x000399aa0000 /usr/lib/zsh/5.8/zsh/zprof.dll
0x000399ab0000 /usr/lib/zsh/5.8/zsh/zleparameter.dll

$ rebase -si | awk '{print $3, $1}'| sort  | head
0x0003c8150000 /usr/bin/cygphp7-7-3.dll
0x0003c8870000 /usr/bin/cygblas-0.dll
0x0003c9b20000 /usr/bin/cygMagickCore-6.Q16-6.dll
0x0003ca010000 /usr/bin/cygarchive-13.dll
0x0003ca0d0000 /usr/bin/cyggs-9.dll
0x0003cad10000 /usr/bin/cygzstd-1.dll
0x0003cadd0000 /usr/bin/cyggimpwidgets-2.0-0.dll
0x0003caed0000 /usr/lib/python3.8/lib-dynload/unicodedata.cpython-38-x86_64-cygwin.dll
0x0003cafe0000 /usr/bin/cygwebkitgtk-1.0-0.dll
0x0003cc7d0000 /usr/bin/cygjavascriptcoregtk-1.0-0.dll

$ rebase -si | awk '{print $3, $1}'| sort  | tail
0x0003ffd50000 /usr/bin/cygFS-6.dll
0x0003ffd70000 /usr/bin/cygFLAC-8.dll
0x0003ffdf0000 /usr/bin/cygFLAC++-6.dll
0x0003ffe10000 /usr/bin/cygEMF-1.dll
0x0003ffe40000 /usr/bin/cygEGL-1.dll
0x0003ffe70000 /usr/bin/cyg4ti2util-0.dll
0x0003ffe90000 /usr/bin/cyg4ti2int64-0.dll
0x0003fff00000 /usr/bin/cyg4ti2int32-0.dll
0x0003fff70000 /usr/bin/cyg4ti2gmp-0.dll
0x0003ffff0000 /usr/bin/cyg4ti2common-0.dll

$ rebase -si | awk '{print $3, $1}'| sort  | tail
0x0003fd9e0000 /usr/bin/cygMagick++-6.Q16-8.dll
0x0003fda50000 /usr/bin/cygLLVM-5.0.dll
0x0003ffde0000 /usr/bin/cygICE-6.dll
0x0003ffe00000 /usr/bin/cygGLU-1.dll
0x0003ffe70000 /usr/bin/cygraqm-0.dll
0x0003ffe80000 /usr/bin/cygGLESv2-2.dll
0x0003ffea0000 /usr/bin/cygGL-1.dll
0x0003fff20000 /usr/bin/cygFLAC-8.dll
0x0003fffa0000 /usr/bin/cygEMF-1.dll
0x0003fffd0000 /usr/bin/cygEGL-1.dll

Again nothing unusual.

There really does seem to be something peculiar about the graph program. I don't recall ever seeing this behavior with any other program. Since it doesn't happen to everyone, it might depend on the Windows version. Mine is Windows 10 1909, Build 18363.959.

I'm going to drop out of this discussion now. I'm not a graph user, and I only jumped in to confirm that I could reproduce the problem, so that the other posters wouldn't think the problem was just with their systems.

Ken
--
Problem reports:      https://cygwin.com/problems.html
FAQ:                  https://cygwin.com/faq/
Documentation:        https://cygwin.com/docs.html
Unsubscribe info:     https://cygwin.com/ml/#unsubscribe-simple

Reply via email to