torshind - 2002-09-20

(gdb) run read-cd ciccio.toc
Starting program: /usr/bin/cdrdao read-cd ciccio.toc
[New Thread 1024 (LWP 14637)]
Cdrdao version 1.1.6 - (C) Andreas Mueller <andreas@daneb.de>
  SCSI interface library - (C) Joerg Schilling
  L-EC encoding library - (C) Heiko Eissfeldt
  Paranoia DAE library - (C) Monty

Check http://cdrdao.sourceforge.net/drives.html#dt for current driver tables.

Using libscg version 'andreas-0.5-UNIXWARE_Patch'

0,0,0: MATSHITA DVD-ROM SR-8586 Rev: 3Z24
Using driver: Generic SCSI-3/MMC - Version 2.0 (options 0x0000)

cdrdao: Msf.cc:36: Msf::Msf(int, int, int): Assertion `sec >= 0 && sec < 60' failed.

Program received signal SIGABRT, Aborted.
[Switching to Thread 1024 (LWP 14637)]
0x400e2361 in __kill () at __kill:-1
-1      __kill: No such file or directory.
        in __kill
(gdb) bt
#0  0x400e2361 in __kill () at __kill:-1
#1  0x4002b052 in pthread_kill (thread=1024, signo=6) at signals.c:65
#2  0x4002b531 in raise (sig=6) at signals.c:236
#3  0x400e388b in abort () at ../sysdeps/generic/abort.c:88
#4  0x400dc3ab in Letext () at assert.c:74
#5  0x0807486e in Msf::Msf (this=0xbffff2fc, min=86, sec=68, frac=45)
    at Msf.cc:36
#6  0x0805b9a1 in GenericMMC::diskInfo (this=0x80cfdb0) at GenericMMC.cc:1416
#7  0x0804c0b9 in setupDevice (cmd=READ_CD, scsiDevice=0x80cda30 "0,0,0",
    driverId=0x80cda20 "generic-mmc", initDevice=1, checkReady=1,
    checkEmpty=0, remote=0, reload=0) at main.cc:1073
#8  0x0804df51 in main (argc=3, argv=0xbffff514) at main.cc:1969
#9  0x400d117d in __libc_start_main (main=0x804dc54 <main>, argc=3,
    ubp_av=0xbffff514, init=0x8049ae0 <_init>, fini=0x8091af0 <_fini>,
    rtld_fini=0x4000a534 <_dl_fini>, stack_end=0xbffff50c)
    at ../sysdeps/generic/libc-start.c:129

The drive sends senseless data...
With plextor and toshiba drivers fails in pregap detection, giving this error:

?: Input/output error.  : scsi sendcmd: no error
CDB:  15 00 00 00 0C 00
status: 0x2 (CHECK CONDITION)
Sense Bytes: 70 00 05 00 00 00 00 0A 00 00 00 00 20 00 00 00
Sense Key: 0x5 Illegal Request, Segment 0
Sense Code: 0x20 Qual 0x00 (invalid command operation code) Fru 0x0
Sense flags: Blk 0 (not valid)
cmd finished after 0.000s timeout 20s
ERROR: Cannot set block size.

Bye!