Hi,
I noticed that I get following lines in dmesg when I start emacs:
syscall: sp c420028730 not inside 7f7fff78a000-7f7ffffda000
Seems the above doesn't trigger on clean config and tracked it so far to
initializing go oracle:
(let ((oracle-file (concat-path (getenv "GOPATH")
"src/code.google.com/p/go.tools/cmd/oracle/oracle.el")))
(when (file-exists-p oracle-file)
(load oracle-file)
(setq go-oracle-command (concat (getenv "GOPATH") "/bin/oracle"))))
When the above part of my emacs init file is commented the dmesg line doesn't
appear. Don't know how to proceed with this though.
Timo