I'm debugging the quelcom source code, have tracked the issue down to this 
section: 
 
FILE:     libs/qfile.cc 
FUNCTION: qfile::qfile(string filename, u_int32_t f) 
 
LOGIC: 
 
  if ((map=(caddr_t)mmap((caddr_t)
0,size,mapflags,MAP_SHARED,fd,0))==MAP_FAILED) { 
    close(fd); 
    throw qexception(__PRETTY_FUNCTION__,strerror(errno)); 
  } 
 
For some reason the mmap call is failing. 
 
I'll send more info as I find it. 
 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to