Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pt crashes on doing simple search #108

Closed
ShashankYadav opened this issue Nov 9, 2015 · 10 comments
Closed

pt crashes on doing simple search #108

ShashankYadav opened this issue Nov 9, 2015 · 10 comments

Comments

@ShashankYadav
Copy link

Hi there,

Have started using pt recently. Pt is crashing constantly when trying to search over a directory.

I am getting this error.
runtime/cgo: pthread_create failed: Resource temporarily unavailable
SIGABRT: abort
PC=0xf77afa30 m=2
...

The full log is with me however I am getting "Attaching documents requires write permission to this repository. Choose Files Try again with a PNG, GIF, or JPG." when I try to attach the log with this issue.

@syohex
Copy link
Contributor

syohex commented Nov 9, 2015

What is you environment (OS, architecture, go version etc) ?
Could you avoid this issue by setting larger number to max thread parameter ? ulimit -u, /proc/sys/kernel/threads-max(Only Linux), etc.

See Also

@ShashankYadav
Copy link
Author

fedora 18, 64 bit, go is not installed(I thought pt is independent of go installation)
Here is my current value(It seems high enough to me). Do i really need to increase it?
cat /proc/sys/kernel/threads-max: 1028978

@syohex
Copy link
Contributor

syohex commented Nov 9, 2015

Do i really need to increase it?

I suppose it is enough large. Could you show us output of ulimit -a ?

@ShashankYadav
Copy link
Author

Here is the output of ulimit -a
core file size (blocks, -c) unlimited
data seg size (kbytes, -d) unlimited
scheduling priority (-e) 0
file size (blocks, -f) unlimited
pending signals (-i) 514489
max locked memory (kbytes, -l) 64
max memory size (kbytes, -m) unlimited
open files (-n) 2048
pipe size (512 bytes, -p) 8
POSIX message queues (bytes, -q) 819200
real-time priority (-r) 0
stack size (kbytes, -s) 8192
cpu time (seconds, -t) unlimited
max user processes (-u) 1024
virtual memory (kbytes, -v) unlimited
file locks (-x) unlimited

I must inform you that i am searching on 113159 files. grep does not crash for me although it is too slow.
Pt works fine if i search in a subdirectory but it crashes when searching from the parent directory.

@syohex
Copy link
Contributor

syohex commented Nov 9, 2015

I must inform you that i am doing search on 113159 files. grep does not crash for me although it is too slow.

if opening too many files causes this issue, you may get error same as #106.

Could you retry after setting larger value to ulimit -u ? For example, ulimit -u 200000.

@ShashankYadav
Copy link
Author

Still crashes on setting ulimit -u to 200000. Also in #106, there is a panic which causes pt to crash. In the entire crash log, there is no panic message.

@ShashankYadav
Copy link
Author

Hi,

Here is the complete crash log. Hope this helps :) .

Regards,
Shashank Yadav

On Nov 9, 2015, at 3:45 PM, Syohei YOSHIDA notifications@github.com wrote:

I must inform you that i am doing search on 113159 files. grep does not crash for me although it is too slow.

if opening too many files causes this issue, you may get error same as #106 #106.

Could you retry after setting larger value to ulimit -u ? For example, ulimit -u 200000.


Reply to this email directly or view it on GitHub #108 (comment).

runtime/cgo: pthread_create failed: Resource temporarily unavailable
SIGABRT: abort
PC=0xf77afa30 m=2

goroutine 0 [idle]:
runtime: unwind vdso kernel_vsyscall: pc=0xf75d9baf sp=0xf7258eb4

goroutine 1 [chan receive]:
github.com/monochromegane/the_platinum_searcher.(*PlatinumSearcher).Search(0x18586a60, 0x0, 0x0)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/search.go:20 +0x16d
main.main()
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/cmd/pt/main.go:130 +0xa66

goroutine 17 [syscall, locked to thread]:
runtime.goexit()
/usr/lib/golang/src/runtime/asm_386.s:1662 +0x1

goroutine 20 [chan receive]:
github.com/monochromegane/the_platinum_searcher.(_find).findFiles(0x185884f8, 0x185884f0, 0x1, 0x1, 0x18586a80)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:45 +0x104
github.com/monochromegane/the_platinum_searcher.(_find).Start(0x185884f8, 0x185884f0, 0x1, 0x1, 0x18586a80)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:29 +0xd9
github.com/monochromegane/the_platinum_searcher.Find(0x185884f0, 0x1, 0x1, 0x18586a80, 0x18582e80, 0x831cc60)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:22 +0x88
github.com/monochromegane/the_platinum_searcher.(_PlatinumSearcher).find(0x18586a60, 0x18582e80, 0x18586a80)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/search.go:39 +0x49
created by github.com/monochromegane/the_platinum_searcher.(_PlatinumSearcher).Search
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/search.go:17 +0xf7

goroutine 21 [chan send]:
github.com/monochromegane/the_platinum_searcher.(_grep).ConcurrentStart(0x1850a180)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/grep.go:40 +0xc3
github.com/monochromegane/the_platinum_searcher.Grep(0x18582e80, 0x18582ec0, 0x831cc60)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/grep.go:30 +0x74
github.com/monochromegane/the_platinum_searcher.(_PlatinumSearcher).grep(0x18586a60, 0x18582e80, 0x18582ec0)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/search.go:43 +0x34
created by github.com/monochromegane/the_platinum_searcher.(*PlatinumSearcher).Search
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/search.go:18 +0x124

goroutine 22 [runnable]:
github.com/monochromegane/the_platinum_searcher.(_print).Start(0x1853c7a0)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/print.go:44 +0x78
github.com/monochromegane/the_platinum_searcher.Print(0x18582ec0, 0x18582f00, 0x831cc60)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/print.go:38 +0xe8
github.com/monochromegane/the_platinum_searcher.(_PlatinumSearcher).print(0x18586a60, 0x18582ec0, 0x18582f00)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/search.go:47 +0x34
created by github.com/monochromegane/the_platinum_searcher.(*PlatinumSearcher).Search
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/search.go:19 +0x151

goroutine 23 [semacquire]:
sync.runtime_Semacquire(0x1858ccfc)
/usr/lib/golang/src/runtime/sema.go:43 +0x26
sync.(_WaitGroup).Wait(0x1858ccf0)
/usr/lib/golang/src/sync/waitgroup.go:126 +0xa4
github.com/monochromegane/the_platinum_searcher.Walk(0x820fdc0, 0x1, 0x18588510, 0x1, 0x1, 0x18580000, 0x1858ccd0, 0x0, 0x0)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:129 +0x20c
github.com/monochromegane/the_platinum_searcher.(_find).findFile(0x185884f8, 0x820fdc0, 0x1, 0x18586a80, 0x18582f40)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:109 +0x224
created by github.com/monochromegane/the_platinum_searcher.(*find).findFiles
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:42 +0xbd

goroutine 24 [syscall]:
syscall.Syscall(0x3, 0xbc, 0x18db3800, 0x200, 0x8075362, 0x1852ca08, 0x19acabd0)
/usr/lib/golang/src/syscall/asm_linux_386.s:16 +0x5
syscall.read(0xbc, 0x18db3800, 0x200, 0x200, 0x1, 0x0, 0x0)
/usr/lib/golang/src/syscall/zsyscall_linux_386.go:783 +0x4f
syscall.Read(0xbc, 0x18db3800, 0x200, 0x200, 0x200, 0x0, 0x0)
/usr/lib/golang/src/syscall/syscall_unix.go:160 +0x45
os.(_File).read(0x18d9a180, 0x18db3800, 0x200, 0x200, 0x200, 0x0, 0x0)
/usr/lib/golang/src/os/file_unix.go:211 +0x4a
os.(_File).Read(0x18d9a180, 0x18db3800, 0x200, 0x200, 0x0, 0x0, 0x0)
/usr/lib/golang/src/os/file.go:95 +0x6f
github.com/monochromegane/the_platinum_searcher.IdentifyType(0x19acab70, 0x23, 0x0)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/file.go:38 +0x137
github.com/monochromegane/the_platinum_searcher.(*find).findFile.func1(0x19acab70, 0x23, 0x19e32380, 0x4, 0x18588510, 0x1, 0x1, 0x0, 0x0, 0x0, ...)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:102 +0x815
github.com/monochromegane/the_platinum_searcher.walk(0x19acab70, 0x23, 0x19e32380, 0x4, 0x18588510, 0x1, 0x1, 0x1858ccd0, 0x1858ccf0, 0x0, ...)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:142 +0x103
github.com/monochromegane/the_platinum_searcher.walk(0x1874aad0, 0xd, 0x18754e00, 0x4, 0x18588510, 0x1, 0x1, 0x1858ccd0, 0x1858ccf0, 0x0, ...)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:171 +0x705
github.com/monochromegane/the_platinum_searcher.walk(0x185e9180, 0x3, 0x18587fe0, 0x3, 0x18588510, 0x1, 0x1, 0x1858ccd0, 0x1858ccf0, 0x0, ...)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:171 +0x705
github.com/monochromegane/the_platinum_searcher.walkOnGoRoutine(0x185e9180, 0x3, 0x18587fe0, 0x2, 0x18588510, 0x1, 0x1, 0x1858ccd0, 0x1858ccf0, 0x0)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:134 +0x6d
created by github.com/monochromegane/the_platinum_searcher.walk
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:169 +0x548

goroutine 25 [syscall]:
syscall.Syscall(0x3, 0xa1, 0x19424600, 0x200, 0x8075362, 0x18534008, 0x19a9de90)
/usr/lib/golang/src/syscall/asm_linux_386.s:16 +0x5
syscall.read(0xa1, 0x19424600, 0x200, 0x200, 0x1, 0x0, 0x0)
/usr/lib/golang/src/syscall/zsyscall_linux_386.go:783 +0x4f
syscall.Read(0xa1, 0x19424600, 0x200, 0x200, 0x200, 0x0, 0x0)
/usr/lib/golang/src/syscall/syscall_unix.go:160 +0x45
os.(_File).read(0x193c60c8, 0x19424600, 0x200, 0x200, 0x200, 0x0, 0x0)
/usr/lib/golang/src/os/file_unix.go:211 +0x4a
os.(_File).Read(0x193c60c8, 0x19424600, 0x200, 0x200, 0x0, 0x0, 0x0)
/usr/lib/golang/src/os/file.go:95 +0x6f
github.com/monochromegane/the_platinum_searcher.IdentifyType(0x19a9b280, 0x17, 0x0)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/file.go:38 +0x137
github.com/monochromegane/the_platinum_searcher.(*find).findFile.func1(0x19a9b280, 0x17, 0x19a9b240, 0x3, 0x18588510, 0x1, 0x1, 0x0, 0x0, 0x0, ...)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:102 +0x815
github.com/monochromegane/the_platinum_searcher.walk(0x19a9b280, 0x17, 0x19a9b240, 0x3, 0x18588510, 0x1, 0x1, 0x1858ccd0, 0x1858ccf0, 0x0, ...)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:142 +0x103
github.com/monochromegane/the_platinum_searcher.walk(0x185e91c0, 0x5, 0x185f0000, 0x3, 0x18588510, 0x1, 0x1, 0x1858ccd0, 0x1858ccf0, 0x0, ...)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:171 +0x705
github.com/monochromegane/the_platinum_searcher.walkOnGoRoutine(0x185e91c0, 0x5, 0x185f0000, 0x2, 0x18588510, 0x1, 0x1, 0x1858ccd0, 0x1858ccf0, 0x0)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:134 +0x6d
created by github.com/monochromegane/the_platinum_searcher.walk
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:169 +0x548

goroutine 26 [chan send]:
github.com/monochromegane/the_platinum_searcher.(*find).findFile.func1(0x1888a1f0, 0x10, 0x19a9a660, 0x3, 0x18588510, 0x1, 0x1, 0x0, 0x0, 0x0, ...)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:107 +0x89c
github.com/monochromegane/the_platinum_searcher.walk(0x1888a1f0, 0x10, 0x19a9a660, 0x3, 0x18588510, 0x1, 0x1, 0x1858ccd0, 0x1858ccf0, 0x0, ...)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:142 +0x103
github.com/monochromegane/the_platinum_searcher.walk(0x185e9200, 0x6, 0x185f0020, 0x3, 0x18588510, 0x1, 0x1, 0x1858ccd0, 0x1858ccf0, 0x0, ...)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:171 +0x705
github.com/monochromegane/the_platinum_searcher.walkOnGoRoutine(0x185e9200, 0x6, 0x185f0020, 0x2, 0x18588510, 0x1, 0x1, 0x1858ccd0, 0x1858ccf0, 0x0)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:134 +0x6d
created by github.com/monochromegane/the_platinum_searcher.walk
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:169 +0x548

goroutine 27 [chan send]:
github.com/monochromegane/the_platinum_searcher.(*find).findFile.func1(0x1888a140, 0xc, 0x19a9a540, 0x3, 0x18588510, 0x1, 0x1, 0x0, 0x0, 0x0, ...)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:107 +0x89c
github.com/monochromegane/the_platinum_searcher.walk(0x1888a140, 0xc, 0x19a9a540, 0x3, 0x18588510, 0x1, 0x1, 0x1858ccd0, 0x1858ccf0, 0x0, ...)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:142 +0x103
github.com/monochromegane/the_platinum_searcher.walk(0x185e9240, 0x3, 0x185f0040, 0x3, 0x18588510, 0x1, 0x1, 0x1858ccd0, 0x1858ccf0, 0x0, ...)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:171 +0x705
github.com/monochromegane/the_platinum_searcher.walkOnGoRoutine(0x185e9240, 0x3, 0x185f0040, 0x2, 0x18588510, 0x1, 0x1, 0x1858ccd0, 0x1858ccf0, 0x0)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:134 +0x6d
created by github.com/monochromegane/the_platinum_searcher.walk
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:169 +0x548

goroutine 28 [syscall]:
syscall.Syscall(0x3, 0xa9, 0x19d3a000, 0x200, 0x8075319, 0x18522a08, 0x19d1c1b0)
/usr/lib/golang/src/syscall/asm_linux_386.s:16 +0x5
syscall.read(0xa9, 0x19d3a000, 0x200, 0x200, 0x1, 0x0, 0x0)
/usr/lib/golang/src/syscall/zsyscall_linux_386.go:783 +0x4f
syscall.Read(0xa9, 0x19d3a000, 0x200, 0x200, 0x200, 0x0, 0x0)
/usr/lib/golang/src/syscall/syscall_unix.go:160 +0x45
os.(_File).read(0x18954320, 0x19d3a000, 0x200, 0x200, 0x200, 0x0, 0x0)
/usr/lib/golang/src/os/file_unix.go:211 +0x4a
os.(_File).Read(0x18954320, 0x19d3a000, 0x200, 0x200, 0x0, 0x0, 0x0)
/usr/lib/golang/src/os/file.go:95 +0x6f
github.com/monochromegane/the_platinum_searcher.IdentifyType(0x19d04460, 0x14, 0x0)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/file.go:38 +0x137
github.com/monochromegane/the_platinum_searcher.(*find).findFile.func1(0x19d04460, 0x14, 0x19d04420, 0x3, 0x18588510, 0x1, 0x1, 0x0, 0x0, 0x0, ...)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:102 +0x815
github.com/monochromegane/the_platinum_searcher.walk(0x19d04460, 0x14, 0x19d04420, 0x3, 0x18588510, 0x1, 0x1, 0x1858ccd0, 0x1858ccf0, 0x0, ...)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:142 +0x103
github.com/monochromegane/the_platinum_searcher.walk(0x185e9280, 0x7, 0x185f0060, 0x3, 0x18588510, 0x1, 0x1, 0x1858ccd0, 0x1858ccf0, 0x0, ...)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:171 +0x705
github.com/monochromegane/the_platinum_searcher.walkOnGoRoutine(0x185e9280, 0x7, 0x185f0060, 0x2, 0x18588510, 0x1, 0x1, 0x1858ccd0, 0x1858ccf0, 0x0)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:134 +0x6d
created by github.com/monochromegane/the_platinum_searcher.walk
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:169 +0x548

goroutine 29 [syscall]:
syscall.Syscall(0x3, 0x77, 0x197d9400, 0x1ff, 0x8075362, 0x18534008, 0x198def60)
/usr/lib/golang/src/syscall/asm_linux_386.s:16 +0x5
syscall.read(0x77, 0x197d9400, 0x1ff, 0x1ff, 0x1, 0x0, 0x0)
/usr/lib/golang/src/syscall/zsyscall_linux_386.go:783 +0x4f
syscall.Read(0x77, 0x197d9400, 0x1ff, 0x1ff, 0x1ff, 0x0, 0x0)
/usr/lib/golang/src/syscall/syscall_unix.go:160 +0x45
os.(_File).read(0x1884a048, 0x197d9400, 0x1ff, 0x1ff, 0x1ff, 0x0, 0x0)
/usr/lib/golang/src/os/file_unix.go:211 +0x4a
os.(_File).Read(0x1884a048, 0x197d9400, 0x1ff, 0x1ff, 0x0, 0x0, 0x0)
/usr/lib/golang/src/os/file.go:95 +0x6f
github.com/monochromegane/the_platinum_searcher.IdentifyType(0x19a92560, 0x1c, 0x0)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/file.go:38 +0x137
github.com/monochromegane/the_platinum_searcher.(*find).findFile.func1(0x19a92560, 0x1c, 0x19a92520, 0x3, 0x18588510, 0x1, 0x1, 0x0, 0x0, 0x0, ...)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:102 +0x815
github.com/monochromegane/the_platinum_searcher.walk(0x19a92560, 0x1c, 0x19a92520, 0x3, 0x18588510, 0x1, 0x1, 0x1858ccd0, 0x1858ccf0, 0x0, ...)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:142 +0x103
github.com/monochromegane/the_platinum_searcher.walk(0x185e92c0, 0x7, 0x185f0080, 0x3, 0x18588510, 0x1, 0x1, 0x1858ccd0, 0x1858ccf0, 0x0, ...)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:171 +0x705
github.com/monochromegane/the_platinum_searcher.walkOnGoRoutine(0x185e92c0, 0x7, 0x185f0080, 0x2, 0x18588510, 0x1, 0x1, 0x1858ccd0, 0x1858ccf0, 0x0)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:134 +0x6d
created by github.com/monochromegane/the_platinum_searcher.walk
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:169 +0x548

goroutine 30 [syscall]:
syscall.Syscall(0x3, 0x172, 0x1920e100, 0x34, 0x8075362, 0x18527408, 0x19d1c2a0)
/usr/lib/golang/src/syscall/asm_linux_386.s:16 +0x5
syscall.read(0x172, 0x1920e100, 0x34, 0x34, 0x1, 0x0, 0x0)
/usr/lib/golang/src/syscall/zsyscall_linux_386.go:783 +0x4f
syscall.Read(0x172, 0x1920e100, 0x34, 0x34, 0x34, 0x0, 0x0)
/usr/lib/golang/src/syscall/syscall_unix.go:160 +0x45
os.(_File).read(0x19308038, 0x1920e100, 0x34, 0x34, 0x34, 0x0, 0x0)
/usr/lib/golang/src/os/file_unix.go:211 +0x4a
os.(_File).Read(0x19308038, 0x1920e100, 0x34, 0x34, 0x0, 0x0, 0x0)
/usr/lib/golang/src/os/file.go:95 +0x6f
github.com/monochromegane/the_platinum_searcher.IdentifyType(0x19cda960, 0x15, 0x0)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/file.go:38 +0x137
github.com/monochromegane/the_platinum_searcher.(*find).findFile.func1(0x19cda960, 0x15, 0x19cda900, 0x3, 0x18588510, 0x1, 0x1, 0x0, 0x0, 0x0, ...)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:102 +0x815
github.com/monochromegane/the_platinum_searcher.walk(0x19cda960, 0x15, 0x19cda900, 0x3, 0x18588510, 0x1, 0x1, 0x1858ccd0, 0x1858ccf0, 0x0, ...)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:142 +0x103
github.com/monochromegane/the_platinum_searcher.walk(0x185e9300, 0x6, 0x185f00a0, 0x3, 0x18588510, 0x1, 0x1, 0x1858ccd0, 0x1858ccf0, 0x0, ...)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:171 +0x705
github.com/monochromegane/the_platinum_searcher.walkOnGoRoutine(0x185e9300, 0x6, 0x185f00a0, 0x2, 0x18588510, 0x1, 0x1, 0x1858ccd0, 0x1858ccf0, 0x0)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:134 +0x6d
created by github.com/monochromegane/the_platinum_searcher.walk
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:169 +0x548

goroutine 32 [syscall]:
syscall.Syscall(0x3, 0x187, 0x199dca00, 0x200, 0x8075362, 0x1852d408, 0x19af0930)
/usr/lib/golang/src/syscall/asm_linux_386.s:16 +0x5
syscall.read(0x187, 0x199dca00, 0x200, 0x200, 0x1, 0x0, 0x0)
/usr/lib/golang/src/syscall/zsyscall_linux_386.go:783 +0x4f
syscall.Read(0x187, 0x199dca00, 0x200, 0x200, 0x200, 0x0, 0x0)
/usr/lib/golang/src/syscall/syscall_unix.go:160 +0x45
os.(_File).read(0x18e42060, 0x199dca00, 0x200, 0x200, 0x200, 0x0, 0x0)
/usr/lib/golang/src/os/file_unix.go:211 +0x4a
os.(_File).Read(0x18e42060, 0x199dca00, 0x200, 0x200, 0x0, 0x0, 0x0)
/usr/lib/golang/src/os/file.go:95 +0x6f
github.com/monochromegane/the_platinum_searcher.IdentifyType(0x19b7aa20, 0x17, 0x0)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/file.go:38 +0x137
github.com/monochromegane/the_platinum_searcher.(*find).findFile.func1(0x19b7aa20, 0x17, 0x19b7a9e0, 0x3, 0x18588510, 0x1, 0x1, 0x0, 0x0, 0x0, ...)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:102 +0x815
github.com/monochromegane/the_platinum_searcher.walk(0x19b7aa20, 0x17, 0x19b7a9e0, 0x3, 0x18588510, 0x1, 0x1, 0x1858ccd0, 0x1858ccf0, 0x0, ...)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:142 +0x103
github.com/monochromegane/the_platinum_searcher.walk(0x185e9380, 0x7, 0x185f00e0, 0x3, 0x18588510, 0x1, 0x1, 0x1858ccd0, 0x1858ccf0, 0x0, ...)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:171 +0x705
github.com/monochromegane/the_platinum_searcher.walkOnGoRoutine(0x185e9380, 0x7, 0x185f00e0, 0x2, 0x18588510, 0x1, 0x1, 0x1858ccd0, 0x1858ccf0, 0x0)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:134 +0x6d
created by github.com/monochromegane/the_platinum_searcher.walk
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:169 +0x548

goroutine 33 [syscall]:
syscall.Syscall(0x3, 0x177, 0x19584200, 0x200, 0x8075362, 0x1851f408, 0x19c6ef60)
/usr/lib/golang/src/syscall/asm_linux_386.s:16 +0x5
syscall.read(0x177, 0x19584200, 0x200, 0x200, 0x1, 0x0, 0x0)
/usr/lib/golang/src/syscall/zsyscall_linux_386.go:783 +0x4f
syscall.Read(0x177, 0x19584200, 0x200, 0x200, 0x200, 0x0, 0x0)
/usr/lib/golang/src/syscall/syscall_unix.go:160 +0x45
os.(_File).read(0x1941a048, 0x19584200, 0x200, 0x200, 0x200, 0x0, 0x0)
/usr/lib/golang/src/os/file_unix.go:211 +0x4a
os.(_File).Read(0x1941a048, 0x19584200, 0x200, 0x200, 0x0, 0x0, 0x0)
/usr/lib/golang/src/os/file.go:95 +0x6f
github.com/monochromegane/the_platinum_searcher.IdentifyType(0x1916be40, 0x18, 0x0)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/file.go:38 +0x137
github.com/monochromegane/the_platinum_searcher.(*find).findFile.func1(0x1916be40, 0x18, 0x1916be00, 0x3, 0x18588510, 0x1, 0x1, 0x0, 0x0, 0x0, ...)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:102 +0x815
github.com/monochromegane/the_platinum_searcher.walk(0x1916be40, 0x18, 0x1916be00, 0x3, 0x18588510, 0x1, 0x1, 0x1858ccd0, 0x1858ccf0, 0x0, ...)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:142 +0x103
github.com/monochromegane/the_platinum_searcher.walk(0x185e93c0, 0x7, 0x185f0100, 0x3, 0x18588510, 0x1, 0x1, 0x1858ccd0, 0x1858ccf0, 0x0, ...)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:171 +0x705
github.com/monochromegane/the_platinum_searcher.walkOnGoRoutine(0x185e93c0, 0x7, 0x185f0100, 0x2, 0x18588510, 0x1, 0x1, 0x1858ccd0, 0x1858ccf0, 0x0)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:134 +0x6d
created by github.com/monochromegane/the_platinum_searcher.walk
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:169 +0x548

goroutine 34 [chan send]:
github.com/monochromegane/the_platinum_searcher.(*find).findFile.func1(0x19de0740, 0x14, 0x19de0700, 0x3, 0x18588510, 0x1, 0x1, 0x0, 0x0, 0x0, ...)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:107 +0x89c
github.com/monochromegane/the_platinum_searcher.walk(0x19de0740, 0x14, 0x19de0700, 0x3, 0x18588510, 0x1, 0x1, 0x1858ccd0, 0x1858ccf0, 0x0, ...)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:142 +0x103
github.com/monochromegane/the_platinum_searcher.walk(0x185e9400, 0x5, 0x185f0120, 0x3, 0x18588510, 0x1, 0x1, 0x1858ccd0, 0x1858ccf0, 0x0, ...)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:171 +0x705
github.com/monochromegane/the_platinum_searcher.walkOnGoRoutine(0x185e9400, 0x5, 0x185f0120, 0x2, 0x18588510, 0x1, 0x1, 0x1858ccd0, 0x1858ccf0, 0x0)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:134 +0x6d
created by github.com/monochromegane/the_platinum_searcher.walk
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:169 +0x548

goroutine 35 [chan send]:
github.com/monochromegane/the_platinum_searcher.(*find).findFile.func1(0x19ae80a0, 0x12, 0x19ae8060, 0x3, 0x18588510, 0x1, 0x1, 0x0, 0x0, 0x0, ...)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:107 +0x89c
github.com/monochromegane/the_platinum_searcher.walk(0x19ae80a0, 0x12, 0x19ae8060, 0x3, 0x18588510, 0x1, 0x1, 0x1858ccd0, 0x1858ccf0, 0x0, ...)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:142 +0x103
github.com/monochromegane/the_platinum_searcher.walk(0x185e9440, 0x6, 0x185f0140, 0x3, 0x18588510, 0x1, 0x1, 0x1858ccd0, 0x1858ccf0, 0x0, ...)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:171 +0x705
github.com/monochromegane/the_platinum_searcher.walkOnGoRoutine(0x185e9440, 0x6, 0x185f0140, 0x2, 0x18588510, 0x1, 0x1, 0x1858ccd0, 0x1858ccf0, 0x0)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:134 +0x6d
created by github.com/monochromegane/the_platinum_searcher.walk
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:169 +0x548

goroutine 36 [syscall]:
syscall.Syscall(0x3, 0x36, 0x190d3600, 0x200, 0x8075362, 0x1852a008, 0x19e15c50)
/usr/lib/golang/src/syscall/asm_linux_386.s:16 +0x5
syscall.read(0x36, 0x190d3600, 0x200, 0x200, 0x1, 0x0, 0x0)
/usr/lib/golang/src/syscall/zsyscall_linux_386.go:783 +0x4f
syscall.Read(0x36, 0x190d3600, 0x200, 0x200, 0x200, 0x0, 0x0)
/usr/lib/golang/src/syscall/syscall_unix.go:160 +0x45
os.(_File).read(0x19078128, 0x190d3600, 0x200, 0x200, 0x200, 0x0, 0x0)
/usr/lib/golang/src/os/file_unix.go:211 +0x4a
os.(_File).Read(0x19078128, 0x190d3600, 0x200, 0x200, 0x0, 0x0, 0x0)
/usr/lib/golang/src/os/file.go:95 +0x6f
github.com/monochromegane/the_platinum_searcher.IdentifyType(0x1a028e60, 0x16, 0x0)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/file.go:38 +0x137
github.com/monochromegane/the_platinum_searcher.(*find).findFile.func1(0x1a028e60, 0x16, 0x1a028e20, 0x3, 0x18588510, 0x1, 0x1, 0x0, 0x0, 0x0, ...)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:102 +0x815
github.com/monochromegane/the_platinum_searcher.walk(0x1a028e60, 0x16, 0x1a028e20, 0x3, 0x18588510, 0x1, 0x1, 0x1858ccd0, 0x1858ccf0, 0x0, ...)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:142 +0x103
github.com/monochromegane/the_platinum_searcher.walk(0x185e9480, 0x5, 0x185f0160, 0x3, 0x18588510, 0x1, 0x1, 0x1858ccd0, 0x1858ccf0, 0x0, ...)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:171 +0x705
github.com/monochromegane/the_platinum_searcher.walkOnGoRoutine(0x185e9480, 0x5, 0x185f0160, 0x2, 0x18588510, 0x1, 0x1, 0x1858ccd0, 0x1858ccf0, 0x0)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:134 +0x6d
created by github.com/monochromegane/the_platinum_searcher.walk
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:169 +0x548

goroutine 37 [chan send]:
github.com/monochromegane/the_platinum_searcher.(*find).findFile.func1(0x199d8280, 0x1d, 0x199d8240, 0x3, 0x18588510, 0x1, 0x1, 0x0, 0x0, 0x0, ...)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:107 +0x89c
github.com/monochromegane/the_platinum_searcher.walk(0x199d8280, 0x1d, 0x199d8240, 0x3, 0x18588510, 0x1, 0x1, 0x1858ccd0, 0x1858ccf0, 0x0, ...)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:142 +0x103
github.com/monochromegane/the_platinum_searcher.walk(0x185e94c0, 0xc, 0x185f0180, 0x3, 0x18588510, 0x1, 0x1, 0x1858ccd0, 0x1858ccf0, 0x0, ...)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:171 +0x705
github.com/monochromegane/the_platinum_searcher.walkOnGoRoutine(0x185e94c0, 0xc, 0x185f0180, 0x2, 0x18588510, 0x1, 0x1, 0x1858ccd0, 0x1858ccf0, 0x0)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:134 +0x6d
created by github.com/monochromegane/the_platinum_searcher.walk
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:169 +0x548

goroutine 38 [chan send]:
github.com/monochromegane/the_platinum_searcher.(*find).findFile.func1(0x1999df80, 0x16, 0x1999df40, 0x3, 0x18588510, 0x1, 0x1, 0x0, 0x0, 0x0, ...)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:107 +0x89c
github.com/monochromegane/the_platinum_searcher.walk(0x1999df80, 0x16, 0x1999df40, 0x3, 0x18588510, 0x1, 0x1, 0x1858ccd0, 0x1858ccf0, 0x0, ...)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:142 +0x103
github.com/monochromegane/the_platinum_searcher.walk(0x185e9500, 0x7, 0x185f01a0, 0x3, 0x18588510, 0x1, 0x1, 0x1858ccd0, 0x1858ccf0, 0x0, ...)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:171 +0x705
github.com/monochromegane/the_platinum_searcher.walkOnGoRoutine(0x185e9500, 0x7, 0x185f01a0, 0x2, 0x18588510, 0x1, 0x1, 0x1858ccd0, 0x1858ccf0, 0x0)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:134 +0x6d
created by github.com/monochromegane/the_platinum_searcher.walk
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:169 +0x548

goroutine 39 [chan send]:
github.com/monochromegane/the_platinum_searcher.(*find).findFile.func1(0x18fbacb0, 0xf, 0x19ed6f40, 0x3, 0x18588510, 0x1, 0x1, 0x0, 0x0, 0x0, ...)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:107 +0x89c
github.com/monochromegane/the_platinum_searcher.walk(0x18fbacb0, 0xf, 0x19ed6f40, 0x3, 0x18588510, 0x1, 0x1, 0x1858ccd0, 0x1858ccf0, 0x0, ...)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:142 +0x103
github.com/monochromegane/the_platinum_searcher.walk(0x185e9540, 0x3, 0x185f01c0, 0x3, 0x18588510, 0x1, 0x1, 0x1858ccd0, 0x1858ccf0, 0x0, ...)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:171 +0x705
github.com/monochromegane/the_platinum_searcher.walkOnGoRoutine(0x185e9540, 0x3, 0x185f01c0, 0x2, 0x18588510, 0x1, 0x1, 0x1858ccd0, 0x1858ccf0, 0x0)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:134 +0x6d
created by github.com/monochromegane/the_platinum_searcher.walk
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:169 +0x548

goroutine 40 [syscall]:
syscall.Syscall(0x3, 0xb1, 0x19a40200, 0x200, 0x8075362, 0x18538008, 0x19d8c420)
/usr/lib/golang/src/syscall/asm_linux_386.s:16 +0x5
syscall.read(0xb1, 0x19a40200, 0x200, 0x200, 0x1, 0x0, 0x0)
/usr/lib/golang/src/syscall/zsyscall_linux_386.go:783 +0x4f
syscall.Read(0xb1, 0x19a40200, 0x200, 0x200, 0x200, 0x0, 0x0)
/usr/lib/golang/src/syscall/syscall_unix.go:160 +0x45
os.(_File).read(0x1941a038, 0x19a40200, 0x200, 0x200, 0x200, 0x0, 0x0)
/usr/lib/golang/src/os/file_unix.go:211 +0x4a
os.(_File).Read(0x1941a038, 0x19a40200, 0x200, 0x200, 0x0, 0x0, 0x0)
/usr/lib/golang/src/os/file.go:95 +0x6f
github.com/monochromegane/the_platinum_searcher.IdentifyType(0x19b1a2a0, 0x1f, 0x0)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/file.go:38 +0x137
github.com/monochromegane/the_platinum_searcher.(*find).findFile.func1(0x19b1a2a0, 0x1f, 0x19b1a260, 0x3, 0x18588510, 0x1, 0x1, 0x0, 0x0, 0x0, ...)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:102 +0x815
github.com/monochromegane/the_platinum_searcher.walk(0x19b1a2a0, 0x1f, 0x19b1a260, 0x3, 0x18588510, 0x1, 0x1, 0x1858ccd0, 0x1858ccf0, 0x0, ...)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:142 +0x103
github.com/monochromegane/the_platinum_searcher.walk(0x185e9580, 0xb, 0x185f01e0, 0x3, 0x18588510, 0x1, 0x1, 0x1858ccd0, 0x1858ccf0, 0x0, ...)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:171 +0x705
github.com/monochromegane/the_platinum_searcher.walkOnGoRoutine(0x185e9580, 0xb, 0x185f01e0, 0x2, 0x18588510, 0x1, 0x1, 0x1858ccd0, 0x1858ccf0, 0x0)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:134 +0x6d
created by github.com/monochromegane/the_platinum_searcher.walk
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:169 +0x548

goroutine 41 [syscall]:
syscall.Syscall(0x3, 0x35, 0x19be6a00, 0x200, 0x8075362, 0x18529408, 0x19dd9950)
/usr/lib/golang/src/syscall/asm_linux_386.s:16 +0x5
syscall.read(0x35, 0x19be6a00, 0x200, 0x200, 0x1, 0x0, 0x0)
/usr/lib/golang/src/syscall/zsyscall_linux_386.go:783 +0x4f
syscall.Read(0x35, 0x19be6a00, 0x200, 0x200, 0x200, 0x0, 0x0)
/usr/lib/golang/src/syscall/syscall_unix.go:160 +0x45
os.(_File).read(0x18c8a328, 0x19be6a00, 0x200, 0x200, 0x200, 0x0, 0x0)
/usr/lib/golang/src/os/file_unix.go:211 +0x4a
os.(_File).Read(0x18c8a328, 0x19be6a00, 0x200, 0x200, 0x0, 0x0, 0x0)
/usr/lib/golang/src/os/file.go:95 +0x6f
github.com/monochromegane/the_platinum_searcher.IdentifyType(0x19dd98f0, 0x2a, 0x0)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/file.go:38 +0x137
github.com/monochromegane/the_platinum_searcher.(*find).findFile.func1(0x19dd98f0, 0x2a, 0x19d58a20, 0x3, 0x18588510, 0x1, 0x1, 0x0, 0x0, 0x0, ...)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:102 +0x815
github.com/monochromegane/the_platinum_searcher.walk(0x19dd98f0, 0x2a, 0x19d58a20, 0x3, 0x18588510, 0x1, 0x1, 0x1858ccd0, 0x1858ccf0, 0x0, ...)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:142 +0x103
github.com/monochromegane/the_platinum_searcher.walk(0x185e95c0, 0xb, 0x185f0200, 0x3, 0x18588510, 0x1, 0x1, 0x1858ccd0, 0x1858ccf0, 0x0, ...)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:171 +0x705
github.com/monochromegane/the_platinum_searcher.walkOnGoRoutine(0x185e95c0, 0xb, 0x185f0200, 0x2, 0x18588510, 0x1, 0x1, 0x1858ccd0, 0x1858ccf0, 0x0)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:134 +0x6d
created by github.com/monochromegane/the_platinum_searcher.walk
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:169 +0x548

goroutine 42 [syscall]:
syscall.Syscall(0x3, 0xbb, 0x19d3a200, 0x200, 0x8075362, 0x18522a08, 0x19d1c5d0)
/usr/lib/golang/src/syscall/asm_linux_386.s:16 +0x5
syscall.read(0xbb, 0x19d3a200, 0x200, 0x200, 0x1, 0x0, 0x0)
/usr/lib/golang/src/syscall/zsyscall_linux_386.go:783 +0x4f
syscall.Read(0xbb, 0x19d3a200, 0x200, 0x200, 0x200, 0x0, 0x0)
/usr/lib/golang/src/syscall/syscall_unix.go:160 +0x45
os.(_File).read(0x18954350, 0x19d3a200, 0x200, 0x200, 0x200, 0x0, 0x0)
/usr/lib/golang/src/os/file_unix.go:211 +0x4a
os.(_File).Read(0x18954350, 0x19d3a200, 0x200, 0x200, 0x0, 0x0, 0x0)
/usr/lib/golang/src/os/file.go:95 +0x6f
github.com/monochromegane/the_platinum_searcher.IdentifyType(0x19d053e0, 0x17, 0x0)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/file.go:38 +0x137
github.com/monochromegane/the_platinum_searcher.(*find).findFile.func1(0x19d053e0, 0x17, 0x19d053a0, 0x3, 0x18588510, 0x1, 0x1, 0x0, 0x0, 0x0, ...)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:102 +0x815
github.com/monochromegane/the_platinum_searcher.walk(0x19d053e0, 0x17, 0x19d053a0, 0x3, 0x18588510, 0x1, 0x1, 0x1858ccd0, 0x1858ccf0, 0x0, ...)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:142 +0x103
github.com/monochromegane/the_platinum_searcher.walk(0x185e9600, 0x7, 0x185f0220, 0x3, 0x18588510, 0x1, 0x1, 0x1858ccd0, 0x1858ccf0, 0x0, ...)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:171 +0x705
github.com/monochromegane/the_platinum_searcher.walkOnGoRoutine(0x185e9600, 0x7, 0x185f0220, 0x2, 0x18588510, 0x1, 0x1, 0x1858ccd0, 0x1858ccf0, 0x0)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:134 +0x6d
created by github.com/monochromegane/the_platinum_searcher.walk
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:169 +0x548

goroutine 43 [syscall]:
syscall.Syscall(0x3, 0x63, 0x18f5b800, 0x200, 0x8075362, 0x1852aa08, 0x19e160c0)
/usr/lib/golang/src/syscall/asm_linux_386.s:16 +0x5
syscall.read(0x63, 0x18f5b800, 0x200, 0x200, 0x1, 0x0, 0x0)
/usr/lib/golang/src/syscall/zsyscall_linux_386.go:783 +0x4f
syscall.Read(0x63, 0x18f5b800, 0x200, 0x200, 0x200, 0x0, 0x0)
/usr/lib/golang/src/syscall/syscall_unix.go:160 +0x45
os.(_File).read(0x18bc2208, 0x18f5b800, 0x200, 0x200, 0x200, 0x0, 0x0)
/usr/lib/golang/src/os/file_unix.go:211 +0x4a
os.(_File).Read(0x18bc2208, 0x18f5b800, 0x200, 0x200, 0x0, 0x0, 0x0)
/usr/lib/golang/src/os/file.go:95 +0x6f
github.com/monochromegane/the_platinum_searcher.IdentifyType(0x198eff60, 0x18, 0x0)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/file.go:38 +0x137
github.com/monochromegane/the_platinum_searcher.(*find).findFile.func1(0x198eff60, 0x18, 0x198eff20, 0x3, 0x18588510, 0x1, 0x1, 0x0, 0x0, 0x0, ...)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:102 +0x815
github.com/monochromegane/the_platinum_searcher.walk(0x198eff60, 0x18, 0x198eff20, 0x3, 0x18588510, 0x1, 0x1, 0x1858ccd0, 0x1858ccf0, 0x0, ...)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:142 +0x103
github.com/monochromegane/the_platinum_searcher.walk(0x185e9640, 0x9, 0x185f0240, 0x3, 0x18588510, 0x1, 0x1, 0x1858ccd0, 0x1858ccf0, 0x0, ...)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:171 +0x705
github.com/monochromegane/the_platinum_searcher.walkOnGoRoutine(0x185e9640, 0x9, 0x185f0240, 0x2, 0x18588510, 0x1, 0x1, 0x1858ccd0, 0x1858ccf0, 0x0)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:134 +0x6d
created by github.com/monochromegane/the_platinum_searcher.walk
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:169 +0x548

goroutine 44 [chan send]:
github.com/monochromegane/the_platinum_searcher.(*find).findFile.func1(0x19df67c0, 0x17, 0x19df6780, 0x3, 0x18588510, 0x1, 0x1, 0x0, 0x0, 0x0, ...)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:107 +0x89c
github.com/monochromegane/the_platinum_searcher.walk(0x19df67c0, 0x17, 0x19df6780, 0x3, 0x18588510, 0x1, 0x1, 0x1858ccd0, 0x1858ccf0, 0x0, ...)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:142 +0x103
github.com/monochromegane/the_platinum_searcher.walk(0x185e9680, 0x7, 0x185f0260, 0x3, 0x18588510, 0x1, 0x1, 0x1858ccd0, 0x1858ccf0, 0x0, ...)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:171 +0x705
github.com/monochromegane/the_platinum_searcher.walkOnGoRoutine(0x185e9680, 0x7, 0x185f0260, 0x2, 0x18588510, 0x1, 0x1, 0x1858ccd0, 0x1858ccf0, 0x0)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:134 +0x6d
created by github.com/monochromegane/the_platinum_searcher.walk
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:169 +0x548

goroutine 45 [syscall]:
syscall.Syscall(0x3, 0x18, 0x18e55a00, 0x200, 0x8075362, 0x18522a08, 0x19463320)
/usr/lib/golang/src/syscall/asm_linux_386.s:16 +0x5
syscall.read(0x18, 0x18e55a00, 0x200, 0x200, 0x1, 0x0, 0x0)
/usr/lib/golang/src/syscall/zsyscall_linux_386.go:783 +0x4f
syscall.Read(0x18, 0x18e55a00, 0x200, 0x200, 0x200, 0x0, 0x0)
/usr/lib/golang/src/syscall/syscall_unix.go:160 +0x45
os.(_File).read(0x18954300, 0x18e55a00, 0x200, 0x200, 0x200, 0x0, 0x0)
/usr/lib/golang/src/os/file_unix.go:211 +0x4a
os.(_File).Read(0x18954300, 0x18e55a00, 0x200, 0x200, 0x0, 0x0, 0x0)
/usr/lib/golang/src/os/file.go:95 +0x6f
github.com/monochromegane/the_platinum_searcher.IdentifyType(0x1977d420, 0x20, 0x0)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/file.go:38 +0x137
github.com/monochromegane/the_platinum_searcher.(*find).findFile.func1(0x1977d420, 0x20, 0x1977d3e0, 0x3, 0x18588510, 0x1, 0x1, 0x0, 0x0, 0x0, ...)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:102 +0x815
github.com/monochromegane/the_platinum_searcher.walk(0x1977d420, 0x20, 0x1977d3e0, 0x3, 0x18588510, 0x1, 0x1, 0x1858ccd0, 0x1858ccf0, 0x0, ...)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:142 +0x103
github.com/monochromegane/the_platinum_searcher.walk(0x185e96c0, 0x9, 0x185f0280, 0x3, 0x18588510, 0x1, 0x1, 0x1858ccd0, 0x1858ccf0, 0x0, ...)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:171 +0x705
github.com/monochromegane/the_platinum_searcher.walkOnGoRoutine(0x185e96c0, 0x9, 0x185f0280, 0x2, 0x18588510, 0x1, 0x1, 0x1858ccd0, 0x1858ccf0, 0x0)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:134 +0x6d
created by github.com/monochromegane/the_platinum_searcher.walk
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:169 +0x548

goroutine 46 [syscall]:
syscall.Syscall(0x3, 0x147, 0x187a6000, 0x200, 0x8075319, 0x18528008, 0x19ce02a0)
/usr/lib/golang/src/syscall/asm_linux_386.s:16 +0x5
syscall.read(0x147, 0x187a6000, 0x200, 0x200, 0x1, 0x0, 0x0)
/usr/lib/golang/src/syscall/zsyscall_linux_386.go:783 +0x4f
syscall.Read(0x147, 0x187a6000, 0x200, 0x200, 0x200, 0x0, 0x0)
/usr/lib/golang/src/syscall/syscall_unix.go:160 +0x45
os.(_File).read(0x19198008, 0x187a6000, 0x200, 0x200, 0x200, 0x0, 0x0)
/usr/lib/golang/src/os/file_unix.go:211 +0x4a
os.(_File).Read(0x19198008, 0x187a6000, 0x200, 0x200, 0x0, 0x0, 0x0)
/usr/lib/golang/src/os/file.go:95 +0x6f
github.com/monochromegane/the_platinum_searcher.IdentifyType(0x19c70460, 0x1c, 0x0)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/file.go:38 +0x137
github.com/monochromegane/the_platinum_searcher.(*find).findFile.func1(0x19c70460, 0x1c, 0x19c70420, 0x3, 0x18588510, 0x1, 0x1, 0x0, 0x0, 0x0, ...)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:102 +0x815
github.com/monochromegane/the_platinum_searcher.walk(0x19c70460, 0x1c, 0x19c70420, 0x3, 0x18588510, 0x1, 0x1, 0x1858ccd0, 0x1858ccf0, 0x0, ...)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:142 +0x103
github.com/monochromegane/the_platinum_searcher.walk(0x185e9700, 0x7, 0x185f02a0, 0x3, 0x18588510, 0x1, 0x1, 0x1858ccd0, 0x1858ccf0, 0x0, ...)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:171 +0x705
github.com/monochromegane/the_platinum_searcher.walkOnGoRoutine(0x185e9700, 0x7, 0x185f02a0, 0x2, 0x18588510, 0x1, 0x1, 0x1858ccd0, 0x1858ccf0, 0x0)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:134 +0x6d
created by github.com/monochromegane/the_platinum_searcher.walk
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:169 +0x548

goroutine 47 [chan send]:
github.com/monochromegane/the_platinum_searcher.(*find).findFile.func1(0x187a36e0, 0x1f, 0x187a36a0, 0x3, 0x18588510, 0x1, 0x1, 0x0, 0x0, 0x0, ...)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:107 +0x89c
github.com/monochromegane/the_platinum_searcher.walk(0x187a36e0, 0x1f, 0x187a36a0, 0x3, 0x18588510, 0x1, 0x1, 0x1858ccd0, 0x1858ccf0, 0x0, ...)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:142 +0x103
github.com/monochromegane/the_platinum_searcher.walk(0x185e9740, 0x8, 0x185f02c0, 0x3, 0x18588510, 0x1, 0x1, 0x1858ccd0, 0x1858ccf0, 0x0, ...)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:171 +0x705
github.com/monochromegane/the_platinum_searcher.walkOnGoRoutine(0x185e9740, 0x8, 0x185f02c0, 0x2, 0x18588510, 0x1, 0x1, 0x1858ccd0, 0x1858ccf0, 0x0)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:134 +0x6d
created by github.com/monochromegane/the_platinum_searcher.walk
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:169 +0x548

goroutine 48 [syscall]:
syscall.Syscall6(0x127, 0xffffff9c, 0x19b39020, 0x88000, 0x0, 0x0, 0x0, 0x19b38ff5, 0xa, 0xa)
/usr/lib/golang/src/syscall/asm_linux_386.s:41 +0x5
syscall.openat(0xffffff9c, 0x19b39000, 0x1f, 0x88000, 0x0, 0x0, 0x0, 0x0)
/usr/lib/golang/src/syscall/zsyscall_linux_386.go:40 +0x9a
syscall.Open(0x19b39000, 0x1f, 0x80000, 0x0, 0x19b38fc0, 0x0, 0x0)
/usr/lib/golang/src/syscall/syscall_linux.go:51 +0x53
os.OpenFile(0x19b39000, 0x1f, 0x0, 0x0, 0x2, 0x0, 0x0)
/usr/lib/golang/src/os/file_unix.go:93 +0x93
os.Open(0x19b39000, 0x1f, 0x2, 0x0, 0x0)
/usr/lib/golang/src/os/file.go:246 +0x43
github.com/monochromegane/the_platinum_searcher.newIgnoreMatcher(0x19b38fc0, 0x14, 0x826c17a, 0xa, 0x0, 0x0)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/ignore.go:40 +0x111
github.com/monochromegane/the_platinum_searcher.newIgnoreMatchers(0x19b38fc0, 0x14, 0x18586a40, 0x3, 0x4, 0x0, 0x0, 0x0)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/ignore.go:27 +0xa3
github.com/monochromegane/the_platinum_searcher.(*find).findFile.func1(0x19b38fc0, 0x14, 0x19b38f80, 0x3, 0x18588510, 0x1, 0x1, 0x0, 0x0, 0x0, ...)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:80 +0x31e
github.com/monochromegane/the_platinum_searcher.walk(0x19b38fc0, 0x14, 0x19b38f80, 0x3, 0x18588510, 0x1, 0x1, 0x1858ccd0, 0x1858ccf0, 0x0, ...)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:142 +0x103
github.com/monochromegane/the_platinum_searcher.walk(0x185e9780, 0x8, 0x185f02e0, 0x3, 0x18588510, 0x1, 0x1, 0x1858ccd0, 0x1858ccf0, 0x0, ...)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:171 +0x705
github.com/monochromegane/the_platinum_searcher.walkOnGoRoutine(0x185e9780, 0x8, 0x185f02e0, 0x2, 0x18588510, 0x1, 0x1, 0x1858ccd0, 0x1858ccf0, 0x0)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:134 +0x6d
created by github.com/monochromegane/the_platinum_searcher.walk
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:169 +0x548

goroutine 49 [syscall]:
syscall.Syscall(0x3, 0xd3, 0x185ac120, 0x11d, 0x8075362, 0x1851ea08, 0x19d74240)
/usr/lib/golang/src/syscall/asm_linux_386.s:16 +0x5
syscall.read(0xd3, 0x185ac120, 0x11d, 0x11d, 0x1, 0x0, 0x0)
/usr/lib/golang/src/syscall/zsyscall_linux_386.go:783 +0x4f
syscall.Read(0xd3, 0x185ac120, 0x11d, 0x11d, 0x11d, 0x0, 0x0)
/usr/lib/golang/src/syscall/syscall_unix.go:160 +0x45
os.(_File).read(0x185887a0, 0x185ac120, 0x11d, 0x11d, 0x11d, 0x0, 0x0)
/usr/lib/golang/src/os/file_unix.go:211 +0x4a
os.(_File).Read(0x185887a0, 0x185ac120, 0x11d, 0x11d, 0x0, 0x0, 0x0)
/usr/lib/golang/src/os/file.go:95 +0x6f
github.com/monochromegane/the_platinum_searcher.IdentifyType(0x19cdaa60, 0x11, 0x0)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/file.go:38 +0x137
github.com/monochromegane/the_platinum_searcher.(*find).findFile.func1(0x19cdaa60, 0x11, 0x19cdaa20, 0x3, 0x18588510, 0x1, 0x1, 0x0, 0x0, 0x0, ...)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:102 +0x815
github.com/monochromegane/the_platinum_searcher.walk(0x19cdaa60, 0x11, 0x19cdaa20, 0x3, 0x18588510, 0x1, 0x1, 0x1858ccd0, 0x1858ccf0, 0x0, ...)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:142 +0x103
github.com/monochromegane/the_platinum_searcher.walk(0x185e97c0, 0x6, 0x185f0300, 0x3, 0x18588510, 0x1, 0x1, 0x1858ccd0, 0x1858ccf0, 0x0, ...)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:171 +0x705
github.com/monochromegane/the_platinum_searcher.walkOnGoRoutine(0x185e97c0, 0x6, 0x185f0300, 0x2, 0x18588510, 0x1, 0x1, 0x1858ccd0, 0x1858ccf0, 0x0)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:134 +0x6d
created by github.com/monochromegane/the_platinum_searcher.walk
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:169 +0x548

goroutine 50 [chan send]:
github.com/monochromegane/the_platinum_searcher.(*find).findFile.func1(0x193f9740, 0xe, 0x19eacba0, 0x3, 0x18588510, 0x1, 0x1, 0x0, 0x0, 0x0, ...)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:107 +0x89c
github.com/monochromegane/the_platinum_searcher.walk(0x193f9740, 0xe, 0x19eacba0, 0x3, 0x18588510, 0x1, 0x1, 0x1858ccd0, 0x1858ccf0, 0x0, ...)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:142 +0x103
github.com/monochromegane/the_platinum_searcher.walk(0x185e9800, 0x4, 0x185f0320, 0x3, 0x18588510, 0x1, 0x1, 0x1858ccd0, 0x1858ccf0, 0x0, ...)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:171 +0x705
github.com/monochromegane/the_platinum_searcher.walkOnGoRoutine(0x185e9800, 0x4, 0x185f0320, 0x2, 0x18588510, 0x1, 0x1, 0x1858ccd0, 0x1858ccf0, 0x0)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:134 +0x6d
created by github.com/monochromegane/the_platinum_searcher.walk
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:169 +0x548

goroutine 51 [syscall]:
syscall.Syscall(0x3, 0x8d, 0x19365400, 0x200, 0x8075362, 0x18532008, 0x19bf6720)
/usr/lib/golang/src/syscall/asm_linux_386.s:16 +0x5
syscall.read(0x8d, 0x19365400, 0x200, 0x200, 0x1, 0x0, 0x0)
/usr/lib/golang/src/syscall/zsyscall_linux_386.go:783 +0x4f
syscall.Read(0x8d, 0x19365400, 0x200, 0x200, 0x200, 0x0, 0x0)
/usr/lib/golang/src/syscall/syscall_unix.go:160 +0x45
os.(_File).read(0x19308120, 0x19365400, 0x200, 0x200, 0x200, 0x0, 0x0)
/usr/lib/golang/src/os/file_unix.go:211 +0x4a
os.(_File).Read(0x19308120, 0x19365400, 0x200, 0x200, 0x0, 0x0, 0x0)
/usr/lib/golang/src/os/file.go:95 +0x6f
github.com/monochromegane/the_platinum_searcher.IdentifyType(0x19c0a170, 0xf, 0x0)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/file.go:38 +0x137
github.com/monochromegane/the_platinum_searcher.(*find).findFile.func1(0x19c0a170, 0xf, 0x19c0e100, 0x3, 0x18588510, 0x1, 0x1, 0x0, 0x0, 0x0, ...)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:102 +0x815
github.com/monochromegane/the_platinum_searcher.walk(0x19c0a170, 0xf, 0x19c0e100, 0x3, 0x18588510, 0x1, 0x1, 0x1858ccd0, 0x1858ccf0, 0x0, ...)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:142 +0x103
github.com/monochromegane/the_platinum_searcher.walk(0x185e9840, 0x3, 0x185f0340, 0x3, 0x18588510, 0x1, 0x1, 0x1858ccd0, 0x1858ccf0, 0x0, ...)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:171 +0x705
github.com/monochromegane/the_platinum_searcher.walkOnGoRoutine(0x185e9840, 0x3, 0x185f0340, 0x2, 0x18588510, 0x1, 0x1, 0x1858ccd0, 0x1858ccf0, 0x0)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:134 +0x6d
created by github.com/monochromegane/the_platinum_searcher.walk
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:169 +0x548

goroutine 52 [syscall]:
syscall.Syscall(0x3, 0x9a, 0x1880f800, 0x200, 0x8075362, 0x18521408, 0x19bb41b0)
/usr/lib/golang/src/syscall/asm_linux_386.s:16 +0x5
syscall.read(0x9a, 0x1880f800, 0x200, 0x200, 0x1, 0x0, 0x0)
/usr/lib/golang/src/syscall/zsyscall_linux_386.go:783 +0x4f
syscall.Read(0x9a, 0x1880f800, 0x200, 0x200, 0x200, 0x0, 0x0)
/usr/lib/golang/src/syscall/syscall_unix.go:160 +0x45
os.(_File).read(0x18802210, 0x1880f800, 0x200, 0x200, 0x200, 0x0, 0x0)
/usr/lib/golang/src/os/file_unix.go:211 +0x4a
os.(_File).Read(0x18802210, 0x1880f800, 0x200, 0x200, 0x0, 0x0, 0x0)
/usr/lib/golang/src/os/file.go:95 +0x6f
github.com/monochromegane/the_platinum_searcher.IdentifyType(0x19b8aae0, 0x11, 0x0)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/file.go:38 +0x137
github.com/monochromegane/the_platinum_searcher.(*find).findFile.func1(0x19b8aae0, 0x11, 0x19b8aaa0, 0x3, 0x18588510, 0x1, 0x1, 0x0, 0x0, 0x0, ...)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:102 +0x815
github.com/monochromegane/the_platinum_searcher.walk(0x19b8aae0, 0x11, 0x19b8aaa0, 0x3, 0x18588510, 0x1, 0x1, 0x1858ccd0, 0x1858ccf0, 0x0, ...)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:142 +0x103
github.com/monochromegane/the_platinum_searcher.walk(0x185e9880, 0x6, 0x185f0360, 0x3, 0x18588510, 0x1, 0x1, 0x1858ccd0, 0x1858ccf0, 0x0, ...)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:171 +0x705
github.com/monochromegane/the_platinum_searcher.walkOnGoRoutine(0x185e9880, 0x6, 0x185f0360, 0x2, 0x18588510, 0x1, 0x1, 0x1858ccd0, 0x1858ccf0, 0x0)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:134 +0x6d
created by github.com/monochromegane/the_platinum_searcher.walk
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:169 +0x548

goroutine 53 [syscall]:
syscall.Syscall(0x3, 0x85, 0x196a2400, 0x200, 0x8075362, 0x1852e008, 0x198e2210)
/usr/lib/golang/src/syscall/asm_linux_386.s:16 +0x5
syscall.read(0x85, 0x196a2400, 0x200, 0x200, 0x1, 0x0, 0x0)
/usr/lib/golang/src/syscall/zsyscall_linux_386.go:783 +0x4f
syscall.Read(0x85, 0x196a2400, 0x200, 0x200, 0x200, 0x0, 0x0)
/usr/lib/golang/src/syscall/syscall_unix.go:160 +0x45
os.(_File).read(0x191980b8, 0x196a2400, 0x200, 0x200, 0x200, 0x0, 0x0)
/usr/lib/golang/src/os/file_unix.go:211 +0x4a
os.(_File).Read(0x191980b8, 0x196a2400, 0x200, 0x200, 0x0, 0x0, 0x0)
/usr/lib/golang/src/os/file.go:95 +0x6f
github.com/monochromegane/the_platinum_searcher.IdentifyType(0x18f1b010, 0x10, 0x0)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/file.go:38 +0x137
github.com/monochromegane/the_platinum_searcher.(*find).findFile.func1(0x18f1b010, 0x10, 0x19c10000, 0x3, 0x18588510, 0x1, 0x1, 0x0, 0x0, 0x0, ...)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:102 +0x815
github.com/monochromegane/the_platinum_searcher.walk(0x18f1b010, 0x10, 0x19c10000, 0x3, 0x18588510, 0x1, 0x1, 0x1858ccd0, 0x1858ccf0, 0x0, ...)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:142 +0x103
github.com/monochromegane/the_platinum_searcher.walk(0x185e98c0, 0x5, 0x185f0380, 0x3, 0x18588510, 0x1, 0x1, 0x1858ccd0, 0x1858ccf0, 0x0, ...)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:171 +0x705
github.com/monochromegane/the_platinum_searcher.walkOnGoRoutine(0x185e98c0, 0x5, 0x185f0380, 0x2, 0x18588510, 0x1, 0x1, 0x1858ccd0, 0x1858ccf0, 0x0)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:134 +0x6d
created by github.com/monochromegane/the_platinum_searcher.walk
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:169 +0x548

goroutine 54 [syscall]:
syscall.Syscall(0x3, 0xb9, 0x18ef6c00, 0x200, 0x8075362, 0x18524a08, 0x19dae660)
/usr/lib/golang/src/syscall/asm_linux_386.s:16 +0x5
syscall.read(0xb9, 0x18ef6c00, 0x200, 0x200, 0x1, 0x0, 0x0)
/usr/lib/golang/src/syscall/zsyscall_linux_386.go:783 +0x4f
syscall.Read(0xb9, 0x18ef6c00, 0x200, 0x200, 0x200, 0x0, 0x0)
/usr/lib/golang/src/syscall/syscall_unix.go:160 +0x45
os.(_File).read(0x18868288, 0x18ef6c00, 0x200, 0x200, 0x200, 0x0, 0x0)
/usr/lib/golang/src/os/file_unix.go:211 +0x4a
os.(_File).Read(0x18868288, 0x18ef6c00, 0x200, 0x200, 0x0, 0x0, 0x0)
/usr/lib/golang/src/os/file.go:95 +0x6f
github.com/monochromegane/the_platinum_searcher.IdentifyType(0x19dae600, 0x29, 0x0)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/file.go:38 +0x137
github.com/monochromegane/the_platinum_searcher.(*find).findFile.func1(0x19dae600, 0x29, 0x19bb17c0, 0x4, 0x18588510, 0x1, 0x1, 0x0, 0x0, 0x0, ...)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:102 +0x815
github.com/monochromegane/the_platinum_searcher.walk(0x19dae600, 0x29, 0x19bb17c0, 0x4, 0x18588510, 0x1, 0x1, 0x1858ccd0, 0x1858ccf0, 0x0, ...)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:142 +0x103
github.com/monochromegane/the_platinum_searcher.walk(0x19bb16a0, 0x19, 0x19bb1660, 0x4, 0x18588510, 0x1, 0x1, 0x1858ccd0, 0x1858ccf0, 0x0, ...)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:171 +0x705
github.com/monochromegane/the_platinum_searcher.walk(0x185e9900, 0xc, 0x185f03a0, 0x3, 0x18588510, 0x1, 0x1, 0x1858ccd0, 0x1858ccf0, 0x0, ...)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:171 +0x705
github.com/monochromegane/the_platinum_searcher.walkOnGoRoutine(0x185e9900, 0xc, 0x185f03a0, 0x2, 0x18588510, 0x1, 0x1, 0x1858ccd0, 0x1858ccf0, 0x0)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:134 +0x6d
created by github.com/monochromegane/the_platinum_searcher.walk
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:169 +0x548

goroutine 55 [syscall]:
syscall.Syscall(0xdc, 0xb3, 0x19bc5000, 0x1000, 0x807e8f0, 0x0, 0x64)
/usr/lib/golang/src/syscall/asm_linux_386.s:16 +0x5
syscall.Getdents(0xb3, 0x19bc5000, 0x1000, 0x1000, 0x81f4320, 0x0, 0x0)
/usr/lib/golang/src/syscall/zsyscall_linux_386.go:508 +0x4f
syscall.ReadDirent(0xb3, 0x19bc5000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
/usr/lib/golang/src/syscall/syscall_linux.go:770 +0x45
os.(_File).readdirnames(0x18cf4100, 0xffffffff, 0x1958ee00, 0x0, 0x64, 0x0, 0x0)
/usr/lib/golang/src/os/dir_unix.go:39 +0x1b4
os.(_File).Readdirnames(0x18cf4100, 0xffffffff, 0x0, 0x0, 0x0, 0x0, 0x0)
/usr/lib/golang/src/os/doc.go:134 +0x75
os.(_File).readdir(0x18cf4100, 0xffffffff, 0x0, 0x0, 0x0, 0x0, 0x0)
/usr/lib/golang/src/os/file_unix.go:179 +0x84
os.(_File).Readdir(0x18cf4100, 0xffffffff, 0x0, 0x0, 0x0, 0x0, 0x0)
/usr/lib/golang/src/os/doc.go:115 +0x75
io/ioutil.ReadDir(0x19de1c00, 0x13, 0x0, 0x0, 0x0, 0x0, 0x0)
/usr/lib/golang/src/io/ioutil/ioutil.go:105 +0x8c
github.com/monochromegane/the_platinum_searcher.walk(0x19de1c00, 0x13, 0x19de1bc0, 0x3, 0x18588510, 0x1, 0x1, 0x1858ccd0, 0x1858ccf0, 0x0, ...)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:154 +0x209
github.com/monochromegane/the_platinum_searcher.walk(0x185e9940, 0x9, 0x185f03c0, 0x3, 0x18588510, 0x1, 0x1, 0x1858ccd0, 0x1858ccf0, 0x0, ...)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:171 +0x705
github.com/monochromegane/the_platinum_searcher.walkOnGoRoutine(0x185e9940, 0x9, 0x185f03c0, 0x2, 0x18588510, 0x1, 0x1, 0x1858ccd0, 0x1858ccf0, 0x0)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:134 +0x6d
created by github.com/monochromegane/the_platinum_searcher.walk
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:169 +0x548

goroutine 56 [chan send]:
github.com/monochromegane/the_platinum_searcher.(*find).findFile.func1(0x19c62860, 0xe, 0x19d58700, 0x3, 0x18588510, 0x1, 0x1, 0x0, 0x0, 0x0, ...)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:107 +0x89c
github.com/monochromegane/the_platinum_searcher.walk(0x19c62860, 0xe, 0x19d58700, 0x3, 0x18588510, 0x1, 0x1, 0x1858ccd0, 0x1858ccf0, 0x0, ...)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:142 +0x103
github.com/monochromegane/the_platinum_searcher.walk(0x185e9980, 0x4, 0x185f03e0, 0x3, 0x18588510, 0x1, 0x1, 0x1858ccd0, 0x1858ccf0, 0x0, ...)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:171 +0x705
github.com/monochromegane/the_platinum_searcher.walkOnGoRoutine(0x185e9980, 0x4, 0x185f03e0, 0x2, 0x18588510, 0x1, 0x1, 0x1858ccd0, 0x1858ccf0, 0x0)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:134 +0x6d
created by github.com/monochromegane/the_platinum_searcher.walk
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:169 +0x548

goroutine 57 [chan send]:
github.com/monochromegane/the_platinum_searcher.(*find).findFile.func1(0x1991d7a0, 0x17, 0x1991d760, 0x3, 0x18588510, 0x1, 0x1, 0x0, 0x0, 0x0, ...)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:107 +0x89c
github.com/monochromegane/the_platinum_searcher.walk(0x1991d7a0, 0x17, 0x1991d760, 0x3, 0x18588510, 0x1, 0x1, 0x1858ccd0, 0x1858ccf0, 0x0, ...)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:142 +0x103
github.com/monochromegane/the_platinum_searcher.walk(0x185e99c0, 0x8, 0x185f0400, 0x3, 0x18588510, 0x1, 0x1, 0x1858ccd0, 0x1858ccf0, 0x0, ...)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:171 +0x705
github.com/monochromegane/the_platinum_searcher.walkOnGoRoutine(0x185e99c0, 0x8, 0x185f0400, 0x2, 0x18588510, 0x1, 0x1, 0x1858ccd0, 0x1858ccf0, 0x0)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:134 +0x6d
created by github.com/monochromegane/the_platinum_searcher.walk
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:169 +0x548

goroutine 58 [chan send]:
github.com/monochromegane/the_platinum_searcher.(*find).findFile.func1(0x19a8d7a0, 0x15, 0x19a8d760, 0x3, 0x18588510, 0x1, 0x1, 0x0, 0x0, 0x0, ...)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:107 +0x89c
github.com/monochromegane/the_platinum_searcher.walk(0x19a8d7a0, 0x15, 0x19a8d760, 0x3, 0x18588510, 0x1, 0x1, 0x1858ccd0, 0x1858ccf0, 0x0, ...)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:142 +0x103
github.com/monochromegane/the_platinum_searcher.walk(0x185e9a00, 0x6, 0x185f0420, 0x3, 0x18588510, 0x1, 0x1, 0x1858ccd0, 0x1858ccf0, 0x0, ...)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:171 +0x705
github.com/monochromegane/the_platinum_searcher.walkOnGoRoutine(0x185e9a00, 0x6, 0x185f0420, 0x2, 0x18588510, 0x1, 0x1, 0x1858ccd0, 0x1858ccf0, 0x0)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:134 +0x6d
created by github.com/monochromegane/the_platinum_searcher.walk
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:169 +0x548

goroutine 59 [syscall]:
syscall.Syscall(0x3, 0x11, 0x194bec00, 0x200, 0x8075362, 0x18528a08, 0x198df350)
/usr/lib/golang/src/syscall/asm_linux_386.s:16 +0x5
syscall.read(0x11, 0x194bec00, 0x200, 0x200, 0x1, 0x0, 0x0)
/usr/lib/golang/src/syscall/zsyscall_linux_386.go:783 +0x4f
syscall.Read(0x11, 0x194bec00, 0x200, 0x200, 0x200, 0x0, 0x0)
/usr/lib/golang/src/syscall/syscall_unix.go:160 +0x45
os.(_File).read(0x1942a118, 0x194bec00, 0x200, 0x200, 0x200, 0x0, 0x0)
/usr/lib/golang/src/os/file_unix.go:211 +0x4a
os.(_File).Read(0x1942a118, 0x194bec00, 0x200, 0x200, 0x0, 0x0, 0x0)
/usr/lib/golang/src/os/file.go:95 +0x6f
github.com/monochromegane/the_platinum_searcher.IdentifyType(0x19a8cda0, 0x13, 0x0)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/file.go:38 +0x137
github.com/monochromegane/the_platinum_searcher.(*find).findFile.func1(0x19a8cda0, 0x13, 0x19a8cd60, 0x3, 0x18588510, 0x1, 0x1, 0x0, 0x0, 0x0, ...)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:102 +0x815
github.com/monochromegane/the_platinum_searcher.walk(0x19a8cda0, 0x13, 0x19a8cd60, 0x3, 0x18588510, 0x1, 0x1, 0x1858ccd0, 0x1858ccf0, 0x0, ...)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:142 +0x103
github.com/monochromegane/the_platinum_searcher.walk(0x185e9a40, 0x5, 0x185f0440, 0x3, 0x18588510, 0x1, 0x1, 0x1858ccd0, 0x1858ccf0, 0x0, ...)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:171 +0x705
github.com/monochromegane/the_platinum_searcher.walkOnGoRoutine(0x185e9a40, 0x5, 0x185f0440, 0x2, 0x18588510, 0x1, 0x1, 0x1858ccd0, 0x1858ccf0, 0x0)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:134 +0x6d
created by github.com/monochromegane/the_platinum_searcher.walk
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:169 +0x548

goroutine 60 [syscall]:
syscall.Syscall(0x3, 0x94, 0x19584800, 0x200, 0x8075362, 0x18537408, 0x199b1380)
/usr/lib/golang/src/syscall/asm_linux_386.s:16 +0x5
syscall.read(0x94, 0x19584800, 0x200, 0x200, 0x1, 0x0, 0x0)
/usr/lib/golang/src/syscall/zsyscall_linux_386.go:783 +0x4f
syscall.Read(0x94, 0x19584800, 0x200, 0x200, 0x200, 0x0, 0x0)
/usr/lib/golang/src/syscall/syscall_unix.go:160 +0x45
os.(_File).read(0x1942e120, 0x19584800, 0x200, 0x200, 0x200, 0x0, 0x0)
/usr/lib/golang/src/os/file_unix.go:211 +0x4a
os.(_File).Read(0x1942e120, 0x19584800, 0x200, 0x200, 0x0, 0x0, 0x0)
/usr/lib/golang/src/os/file.go:95 +0x6f
github.com/monochromegane/the_platinum_searcher.IdentifyType(0x19a54d20, 0x16, 0x0)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/file.go:38 +0x137
github.com/monochromegane/the_platinum_searcher.(*find).findFile.func1(0x19a54d20, 0x16, 0x19a54ce0, 0x4, 0x18588510, 0x1, 0x1, 0x0, 0x0, 0x0, ...)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:102 +0x815
github.com/monochromegane/the_platinum_searcher.walk(0x19a54d20, 0x16, 0x19a54ce0, 0x4, 0x18588510, 0x1, 0x1, 0x1858ccd0, 0x1858ccf0, 0x0, ...)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:142 +0x103
github.com/monochromegane/the_platinum_searcher.walk(0x188602c0, 0xb, 0x18864440, 0x4, 0x18588510, 0x1, 0x1, 0x1858ccd0, 0x1858ccf0, 0x0, ...)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:171 +0x705
github.com/monochromegane/the_platinum_searcher.walk(0x185e9a80, 0x5, 0x185f0460, 0x3, 0x18588510, 0x1, 0x1, 0x1858ccd0, 0x1858ccf0, 0x0, ...)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:171 +0x705
github.com/monochromegane/the_platinum_searcher.walkOnGoRoutine(0x185e9a80, 0x5, 0x185f0460, 0x2, 0x18588510, 0x1, 0x1, 0x1858ccd0, 0x1858ccf0, 0x0)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:134 +0x6d
created by github.com/monochromegane/the_platinum_searcher.walk
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:169 +0x548

goroutine 61 [chan send]:
github.com/monochromegane/the_platinum_searcher.(*find).findFile.func1(0x19499100, 0x11, 0x194990c0, 0x3, 0x18588510, 0x1, 0x1, 0x0, 0x0, 0x0, ...)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:107 +0x89c
github.com/monochromegane/the_platinum_searcher.walk(0x19499100, 0x11, 0x194990c0, 0x3, 0x18588510, 0x1, 0x1, 0x1858ccd0, 0x1858ccf0, 0x0, ...)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:142 +0x103
github.com/monochromegane/the_platinum_searcher.walk(0x185e9ac0, 0x5, 0x185f0480, 0x3, 0x18588510, 0x1, 0x1, 0x1858ccd0, 0x1858ccf0, 0x0, ...)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:171 +0x705
github.com/monochromegane/the_platinum_searcher.walkOnGoRoutine(0x185e9ac0, 0x5, 0x185f0480, 0x2, 0x18588510, 0x1, 0x1, 0x1858ccd0, 0x1858ccf0, 0x0)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:134 +0x6d
created by github.com/monochromegane/the_platinum_searcher.walk
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:169 +0x548

goroutine 62 [chan send]:
github.com/monochromegane/the_platinum_searcher.(*find).findFile.func1(0x1913ccc0, 0x17, 0x1913cc80, 0x3, 0x18588510, 0x1, 0x1, 0x0, 0x0, 0x0, ...)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:107 +0x89c
github.com/monochromegane/the_platinum_searcher.walk(0x1913ccc0, 0x17, 0x1913cc80, 0x3, 0x18588510, 0x1, 0x1, 0x1858ccd0, 0x1858ccf0, 0x0, ...)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:142 +0x103
github.com/monochromegane/the_platinum_searcher.walk(0x185e9b00, 0x8, 0x185f04a0, 0x3, 0x18588510, 0x1, 0x1, 0x1858ccd0, 0x1858ccf0, 0x0, ...)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:171 +0x705
github.com/monochromegane/the_platinum_searcher.walkOnGoRoutine(0x185e9b00, 0x8, 0x185f04a0, 0x2, 0x18588510, 0x1, 0x1, 0x1858ccd0, 0x1858ccf0, 0x0)
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:134 +0x6d
created by github.com/monochromegane/the_platinum_searcher.walk
/home/syadav/go/src/github.com/monochromegane/the_platinum_searcher/find.go:169 +0x548

goroutine 63 [syscall]:
syscall.Syscall(0x3, 0xe0, 0x190d3800, 0x200, 0x8075362, 0x1852a008, 0x19e15cb0)
/usr

@syohex
Copy link
Contributor

syohex commented Nov 9, 2015

Could you try 64bit binary if you use 32bit binary ? It seems you use 32bit binary because there is asm_386.s in your log. I suppose 64bit binary uses asm_amd64.s

https://github.com/monochromegane/the_platinum_searcher/releases/download/v1.7.9/pt_linux_amd64.tar.gz

@ShashankYadav
Copy link
Author

Yup that fixed it :) . Thanks

@syohex
Copy link
Contributor

syohex commented Nov 9, 2015

Could you close this issue if you have no problems ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants