MarDiehl / stdlib_os

MIT License
12 stars 2 forks source link

Windows: expanduser function #13

Open ghost opened 3 years ago

ghost commented 3 years ago

The test program test\stdlib_os_test crashes on Windows at line https://github.com/MarDiehl/stdlib_os/blob/master/test/stdlib_test.f90#L32

Here is the output

C:\fortran\stdlib_os\build>test\stdlib_os_test.exe
 #aaa/bbb/#
 ##
 #aaa/#
 #bbb#
 #/aaa/#
 #bbb#
 #//#
 ##
 #\aaa\bbb#
 ##
 name of the operating system: OS_SYSTEM_NAME
 current working directory: C:\fortran\stdlib_os\build

Program received signal SIGSEGV: Segmentation fault - invalid memory reference.

Thank you for developing stdlib_os.