Hello

With strace the program is filling terminal with endless lines such as
...
lseek(3, 154642432, SEEK_SET)           = 154642432
read(3, 
"\r\0\0\0\2\1E\0\2\234\1E\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 
1024) = 1024
lseek(3, 154643456, SEEK_SET)           = 154643456
read(3, 
"\r\0\0\0\1\0\272\0\0\272\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 
1024) = 1024
lseek(3, 154644480, SEEK_SET)           = 154644480
read(3, 
"\r\0\0\0\2\0\26\0\2\237\0\26\0\0\0\0\0\0\0\0\0\0\205\4\247\217x\r\2\1\1\35"...,
 
1024) = 1024
lseek(3, 154645504, SEEK_SET)           = 154645504
read(3, 
"\r\0\0\0\1\0\272\0\0\272\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 
1024) = 1024
...

With respect,
Alexander Rabtchevich




Urs Schütz wrote:
> Latest lines from strace darktable:
>
> fcntl(3, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=1073741824,
> len=1}) = 0
> access("/home/urs/.config/darktable/library.db-journal", F_OK) = -1
> ENOENT (No such file or directory)
> fstat(3, {st_mode=S_IFREG|0644, st_size=1310720, ...}) = 0
> lseek(3, 24, SEEK_SET)                  = 24
> read(3, "\0\0004\33\0\0\0(\0\0\0\26\0\0\0\1", 16) = 16
> fstat(3, {st_mode=S_IFREG|0644, st_size=1310720, ...}) = 0
> access("/home/urs/.config/darktable/library.db-wal", F_OK) = -1 ENOENT
> (No such file or directory)
> fstat(3, {st_mode=S_IFREG|0644, st_size=1310720, ...}) = 0
> fcntl(3, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=0, len=0}) = 0
> stat("/usr/share/zoneinfo/zone.tab", {st_mode=S_IFREG|0644,
> st_size=20114, ...}) = 0
> open("/usr/share/zoneinfo/zone.tab", O_RDONLY) = 25
> fstat(25, {st_mode=S_IFREG|0644, st_size=20114, ...}) = 0
> mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0)
> = 0x7fa31943b000
> read(25, "# tz zone descriptions (deprecat"..., 4096) = 4096
> read(25, "a\tNE Brazil (MA, PI, CE, RN, PB)"..., 4096) = 4096
> read(25, "Africa/El_Aaiun\nER\t+1520+03853\tA"..., 4096) = 4096
> read(25, "\nMX\t+2540-10019\tAmerica/Monterre"..., 4096) = 4096
> read(25, "644\tAfrica/Sao_Tome\nSV\t+1342-089"..., 4096) = 3730
> read(25, "", 4096)                      = 0
> close(25)                               = 0
> munmap(0x7fa31943b000, 4096)            = 0
> brk(0x15d5000)                          = 0x15d5000
> futex(0x10c7e00, FUTEX_WAIT_PRIVATE, 2, NULL^CProcess 2382 detached
>    <detached ...>
>
> (manually stopped wit ctrl+c after darktable showing a black screen for
> about 15 seconds).
>
> Seems something after reading of zoneinfo data is hanging.
> Urs
>
> ------------------------------------------------------------------------------
> Dive into the World of Parallel Programming! The Go Parallel Website,
> sponsored by Intel and developed in partnership with Slashdot Media, is your
> hub for all things parallel software development, from weekly thought
> leadership blogs to news, videos, case studies, tutorials and more. Take a
> look and join the conversation now. http://goparallel.sourceforge.net
> _______________________________________________
> darktable-devel mailing list
> darktable-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/darktable-devel
>


------------------------------------------------------------------------------
Dive into the World of Parallel Programming! The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net
_______________________________________________
darktable-devel mailing list
darktable-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/darktable-devel

Reply via email to