The Following 4 Users Say Thank You to zerojay For This Useful Post: | ||
![]() |
2009-09-03
, 06:43
|
|
Posts: 733 |
Thanked: 991 times |
Joined on Dec 2008
|
#102
|
![]() |
2009-09-03
, 07:05
|
|
Posts: 78 |
Thanked: 15 times |
Joined on Aug 2009
@ Melbourne
|
#103
|
![]() |
2009-09-03
, 07:06
|
|
Posts: 733 |
Thanked: 991 times |
Joined on Dec 2008
|
#104
|
![]() |
2009-09-03
, 07:41
|
|
Posts: 4,783 |
Thanked: 1,253 times |
Joined on Aug 2007
@ norway
|
#105
|
![]() |
2009-09-03
, 07:45
|
|
Posts: 4,384 |
Thanked: 5,524 times |
Joined on Jul 2007
@ ˙ǝɹǝɥʍou
|
#106
|
![]() |
2009-09-03
, 07:50
|
Posts: 2,802 |
Thanked: 4,491 times |
Joined on Nov 2007
|
#107
|
He didn't post his full strace, but there's absolutely nothing there showing that Skype's doing anything wrong whatsoever.
It's quite normal for programs to stat64 files.
![]() |
2009-09-03
, 07:54
|
|
Posts: 733 |
Thanked: 991 times |
Joined on Dec 2008
|
#108
|
![]() |
2009-09-03
, 07:59
|
|
Posts: 733 |
Thanked: 991 times |
Joined on Dec 2008
|
#109
|
![]() |
2009-09-03
, 08:02
|
|
Posts: 733 |
Thanked: 991 times |
Joined on Dec 2008
|
#110
|
He didn't post his full strace, but there's absolutely nothing there showing that Skype's doing anything wrong whatsoever.
If it was, his strace would look a lot closer to this, for example... Skype loading one of it's audio files before playing:
# Get file attributes/permissions/info
> stat64("/usr/share/skype/sounds/CallConnecting.wav", {st_mode=S_IFREG|0644, st_size=64044, ...}) = 0
# Get file handle
> open("/usr/share/skype/sounds/CallConnecting.wav", O_RDONLY|O_LARGEFILE) = 43
# Reading from opened file handle
> read(43, "MemTotal: 2060364 kB\nMemFr"..., 1024) = 1024
> read(43, "RIFF$\372\0\0WAVEfmt \20\0\0\0\1\0\1\0\200>\0\0\0}\0\0\2"..., 64044) = 64044
So enough of the FUD... or have your friend post his full strace before claiming that Skype's reading and sending his bookmarks back home.
It's quite normal for programs to stat64 files. Try using "ls" sometime.
Back on topic, please.