start-stop-daemon bug?

Joakim Tjernlund joakim.tjernlund at transmode.se
Wed Apr 16 12:37:49 UTC 2008


Daemons started like so:
 start-stop-daemon --start --background --pidfile ${MY_PIDFILE} --exec $/opt/appl/abc/eq_tm_mgr -- eq_tm_mgr
looks in ps/top:
  316 root     /opt/appl/abc/bin eq_tm_mgr eq_tm_mgr 

Notice the space between "../bin eq_tm_mgr". This space
breaks glibc backtrace_symbols(), backstrace stops at the space, i.e,
"/opt/appl/abc/bin [0x1015afe4]"

I think the bug is in start-stop-daemon, but I am guessing here.
Anyone?

bb version 1.8.2

 Jocke



More information about the busybox mailing list