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

some files use path;number #9

Closed
xsuchy opened this issue Jul 17, 2014 · 4 comments
Closed

some files use path;number #9

xsuchy opened this issue Jul 17, 2014 · 4 comments

Comments

@xsuchy
Copy link
Contributor

xsuchy commented Jul 17, 2014

tracer -n kde-plasma-nm.x86_64
shows nothing for me. Even when I am using this applet.

Can it be because:

# lsof |grep /usr/lib64/kde4/kded_networkmanagement.so
lsof: WARNING: can't stat() fuse.gvfsd-fuse file system /run/user/501/gvfs
      Output information may be incomplete.
kded4     1868        msuchy  DEL       REG              253,1                197306 /usr/lib64/kde4/kded_networkmanagement.so;53c7cd86
QProcessM 1868 1882   msuchy  DEL       REG              253,1                197306 /usr/lib64/kde4/kded_networkmanagement.so;53c7cd86
gdbus     1868 1917   msuchy  DEL       REG              253,1                197306 /usr/lib64/kde4/kded_networkmanagement.so;53c7cd86
QInotifyF 1868 1921   msuchy  DEL       REG              253,1                197306 /usr/lib64/kde4/kded_networkmanagement.so;53c7cd86

? I'm not sure what the number after semicolon means.

@xsuchy
Copy link
Contributor Author

xsuchy commented Sep 12, 2014

Another instance of this problem:

[root@dri//home/msuchy/projects/tracer{master}]# tracer -i
[1] plugin-container
[2] firefox
[3] workrave
[4] thunderbird
[5] gdb
[6] ibus-x11
[7] gvfsd-http

Press application number for help or 'q' to quit
--> 1
error: file /usr/lib64/firefox/plugin-container;5412e36f: No such file or directory
* plugin-container
    Package:     plugin-container is not provided by any package
    State:       plugin-container has been started by msuchy 3 days ago. PID - 6719

Despite that:

# rpm -qf /usr/lib64/firefox/plugin-container
firefox-32.0-1.fc20.x86_64

I guess that the number is inode (deleted) and we should just strip it and use the path before semicolon and query that one.

@FrostyX
Copy link
Owner

FrostyX commented Sep 12, 2014

Thank you,
please what fedora version do you use? Becouse I just can't reproduce it.

But recently I have noticed something similar on my Gentoo machine. See

$[FrostyX  ~]-> lsof -p `pidof perl` |grep deleted
info.pl 1655 frostyx  txt    REG    8,2      9572   912079 /usr/bin/perl5.16.3#new (deleted)

I have solved it stripping out the #new and (deleted) labels. So I agree with

we should just strip it and use the path before semicolon

@xsuchy
Copy link
Contributor Author

xsuchy commented Sep 12, 2014

Fedora 20

@FrostyX
Copy link
Owner

FrostyX commented Sep 12, 2014

I have found one file with semicolon so I have just stripped number after it. It was done in 768a865 and it will appear in v0.4.5. Can you please try it then?

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

No branches or pull requests

2 participants