Re: [GnomeMeeting-list] Unexplained Error



This is the last part of strace where it failed. I changed the
permission on /dev/video back to what it was when I got the error
before.


lstat64("/dev/video", {st_mode=S_IFDIR|0666, st_size=4096, ...}) = 0
open("/dev/video/", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 17
fstat64(17, {st_mode=S_IFDIR|0666, st_size=4096, ...}) = 0
fcntl64(17, F_SETFD, FD_CLOEXEC)        = 0
gettimeofday({1047598029, 657694}, NULL) = 0
gettimeofday({1047598029, 657711}, NULL) = 0
gettimeofday({1047598029, 657727}, NULL) = 0
getdents64(0x11, 0x81406d8, 0x1000, 0x81406a8) = 176
lstat64("/dev/video/em8300_ma", 0xbffff100) = -1 EACCES (Permission
denied)
fstat64(1, {st_mode=S_IFCHR|0620, st_rdev=makedev(136, 0), ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1,
0) = 0x40059000
write(1, "Operating System error\n", 23Operating System error
) = 23
write(2, "Catastrophic failure, PProcess::"..., 51Catastrophic failure,
PProcess::Current() = NULL!!
) = 51
_exit(1)                                = ?






On Thu, 2003-03-13 at 12:55, derek indranet co nz wrote:
> Hi,
>  thanks for finding this.
> 
> Can you report where the code failed. 
> 
> Maybe, pwlib can be changed so that it does more complete checks.
>   So, the next time this happens, there will be no Catastrophic failure.
> 
> Derek.
> ================================================================
> On 13 Mar 2003, George wrote:
> 
> > Thanks Damien,
> > 
> > It turns out that the permissions on the /dev/video directory had
> > changed. strace showed that's where the error was. Changed the
> > permissions and everything is fine now.
> > 
> > 
> > 
> > On Thu, 2003-03-13 at 01:42, Damien Sandras wrote:
> > > Le jeu 13/03/2003 à 09:13, George a écrit :
> > > > Operating System error
> > > > Catastrophic failure, PProcess::Current() = NULL!!
> > > > 
> > > > 
> > > > Can someone please explain what this error means when I try to run
> > > > gnomemeeting? Gnomemeeting has been running fine until tonight. When I
> > > > tried to run it, I got this error. I know it must be a permission
> > > > problem because it runs fine as root, but I don't know what permissions
> > > > would have changed.
> > > > 
> > > > 
> > > 
> > > It is probably a bug in the detection of devices in pwlib. Try to strace
> > > GnomeMeeting to see where it fails, it will indicate what directory is
> > > the problem.
> > > 
> > > > Thanks
> > 
-- 
George <geboyd netzero net>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]