sane-project-website/old-archive/2001-02/0197.html

459 wiersze
18 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
"http://www.w3.org/TR/REC-html40/loose.dtd">
<HTML>
<HEAD>
<TITLE>sane-devel: always Segmentation Fault</TITLE>
<META NAME="Author" CONTENT="Christoph H. (ch@basis.dhs.org)">
<META NAME="Subject" CONTENT="always Segmentation Fault">
</HEAD>
<BODY BGCOLOR="#FFFFFF" TEXT="#000000">
<H1>always Segmentation Fault</H1>
<!-- received="Thu Feb 22 17:37:55 2001" -->
<!-- isoreceived="20010223013755" -->
<!-- sent="Fri, 23 Feb 2001 02:48:34 +0100" -->
<!-- isosent="20010223014834" -->
<!-- name="Christoph H." -->
<!-- email="ch@basis.dhs.org" -->
<!-- subject="always Segmentation Fault" -->
<!-- id="01022302483402.00354@gen" -->
<STRONG>From:</STRONG> Christoph H. (<A HREF="mailto:ch@basis.dhs.org?Subject=Re:%20always%20Segmentation%20Fault&In-Reply-To=&lt;01022302483402.00354@gen&gt;"><EM>ch@basis.dhs.org</EM></A>)<BR>
<STRONG>Date:</STRONG> Thu Feb 22 2001 - 17:48:34 PST
<P>
<!-- next="start" -->
<LI><STRONG>Next message:</STRONG> <A HREF="0198.html">Ulrich Deiters: "Re: Umax Astra 2400S Scsi help"</A>
<UL>
<LI><STRONG>Previous message:</STRONG> <A HREF="0196.html">Steffen Kluge: "Re: xsane; script that converts file names from .tiff to .tif"</A>
<!-- nextthread="start" -->
<LI><STRONG>Next in thread:</STRONG> <A HREF="0208.html">Henning Meier-Geinitz: "Re: always Segmentation Fault"</A>
<LI><STRONG>Reply:</STRONG> <A HREF="0208.html">Henning Meier-Geinitz: "Re: always Segmentation Fault"</A>
<LI><STRONG>Reply:</STRONG> <A HREF="0214.html">abel deuring: "Re: always Segmentation Fault"</A>
<!-- reply="end" -->
<LI><STRONG>Messages sorted by:</STRONG>
<A HREF="date.html#197">[ date ]</A>
<A HREF="index.html#197">[ thread ]</A>
<A HREF="subject.html#197">[ subject ]</A>
<A HREF="author.html#197">[ author ]</A>
</UL>
<HR NOSHADE><P>
<!-- body="start" -->
<P>
Hi!
<BR>
<P>A few month ago I changed my system from Slackware 7 to Debian 2.2.
<BR>
Under Slackware I used my Mustek ScanExpress 12000 SP without problems, but
<BR>
now (under Debian) I always get a Segmentation Fault error with any of the programs included
<BR>
in the sane-package, if they try to access the scanner device /dev/sg2.
<BR>
Nothing was changed of the hardware configuration!
<BR>
<P>My configuration:
<BR>
&nbsp;- SCSI-adapter: AHA-2940U PCI
<BR>
&nbsp;- Scanner: Mustek 12000-SP
<BR>
&nbsp;- Linux: Debian 2.2 Potato
<BR>
&nbsp;- Kernel: 2.2.17 (self-compiled with support for generic SCSI devices (32k buffer))
<BR>
<P>I tried it with:
<BR>
&nbsp;- Sane 1.0.1 (included in Debian 2.2)
<BR>
&nbsp;- Sane 1.0.3 (self-compiled)
<BR>
&nbsp;- Sane 1.0.4 (self-compiled)
<BR>
--&gt; always the same: Segmentation fault
<BR>
<P>I don't know what to do, please help me.
<BR>
<P>Perhaps the strace-output of scanimage can help you to give me a hint how to solve the problem:
<BR>
(I think it has something to do with the &quot;inappropriate ioctl for device&quot;-error at the end of the output)
<BR>
<P>------------------------------
<BR>
# strace /usr/local/bin/scanimage
<BR>
execve(&quot;/usr/local/bin/scanimage&quot;, [&quot;/usr/local/bin/scanimage&quot;], [/* 26 vars */]) = 0
<BR>
brk(0) = 0x804fee8
<BR>
open(&quot;/etc/ld.so.preload&quot;, O_RDONLY) = -1 ENOENT (No such file or directory)
<BR>
open(&quot;/usr/local/lib/i686/mmx/libsane.so.1&quot;, O_RDONLY) = -1 ENOENT (No such file or directory)
<BR>
stat(&quot;/usr/local/lib/i686/mmx&quot;, 0xbffff504) = -1 ENOENT (No such file or directory)
<BR>
open(&quot;/usr/local/lib/i686/libsane.so.1&quot;, O_RDONLY) = -1 ENOENT (No such file or directory)
<BR>
stat(&quot;/usr/local/lib/i686&quot;, 0xbffff504) = -1 ENOENT (No such file or directory)
<BR>
open(&quot;/usr/local/lib/mmx/libsane.so.1&quot;, O_RDONLY) = -1 ENOENT (No such file or directory)
<BR>
stat(&quot;/usr/local/lib/mmx&quot;, 0xbffff504) = -1 ENOENT (No such file or directory)
<BR>
open(&quot;/usr/local/lib/libsane.so.1&quot;, O_RDONLY) = 3
<BR>
fstat(3, {st_mode=S_IFREG|0755, st_size=81981, ...}) = 0
<BR>
read(3, &quot;\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0`\27\0\000&quot;..., 4096) = 4096
<BR>
old_mmap(NULL, 19700, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0x40014000
<BR>
mprotect(0x40018000, 3316, PROT_NONE) = 0
<BR>
old_mmap(0x40018000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3, 0x3000) = 0x40018000
<BR>
close(3) = 0
<BR>
open(&quot;/usr/local/lib/libnsl.so.1&quot;, O_RDONLY) = -1 ENOENT (No such file or directory)
<BR>
open(&quot;/usr/lib/qt2/i686/mmx/libnsl.so.1&quot;, O_RDONLY) = -1 ENOENT (No such file or directory)
<BR>
stat(&quot;/usr/lib/qt2/i686/mmx&quot;, 0xbffff4f4) = -1 ENOENT (No such file or directory)
<BR>
open(&quot;/usr/lib/qt2/i686/libnsl.so.1&quot;, O_RDONLY) = -1 ENOENT (No such file or directory)
<BR>
stat(&quot;/usr/lib/qt2/i686&quot;, 0xbffff4f4) = -1 ENOENT (No such file or directory)
<BR>
open(&quot;/usr/lib/qt2/mmx/libnsl.so.1&quot;, O_RDONLY) = -1 ENOENT (No such file or directory)
<BR>
stat(&quot;/usr/lib/qt2/mmx&quot;, 0xbffff4f4) = -1 ENOENT (No such file or directory)
<BR>
open(&quot;/usr/lib/qt2/libnsl.so.1&quot;, O_RDONLY) = -1 ENOENT (No such file or directory)
<BR>
stat(&quot;/usr/lib/qt2&quot;, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
<BR>
open(&quot;i686/mmx/libnsl.so.1&quot;, O_RDONLY) = -1 ENOENT (No such file or directory)
<BR>
open(&quot;i686/libnsl.so.1&quot;, O_RDONLY) = -1 ENOENT (No such file or directory)
<BR>
open(&quot;mmx/libnsl.so.1&quot;, O_RDONLY) = -1 ENOENT (No such file or directory)
<BR>
open(&quot;libnsl.so.1&quot;, O_RDONLY) = -1 ENOENT (No such file or directory)
<BR>
open(&quot;/root/.kde/lib/i686/mmx/libnsl.so.1&quot;, O_RDONLY) = -1 ENOENT (No such file or directory)
<BR>
stat(&quot;/root/.kde/lib/i686/mmx&quot;, 0xbffff4f4) = -1 ENOENT (No such file or directory)
<BR>
open(&quot;/root/.kde/lib/i686/libnsl.so.1&quot;, O_RDONLY) = -1 ENOENT (No such file or directory)
<BR>
stat(&quot;/root/.kde/lib/i686&quot;, 0xbffff4f4) = -1 ENOENT (No such file or directory)
<BR>
open(&quot;/root/.kde/lib/mmx/libnsl.so.1&quot;, O_RDONLY) = -1 ENOENT (No such file or directory)
<BR>
stat(&quot;/root/.kde/lib/mmx&quot;, 0xbffff4f4) = -1 ENOENT (No such file or directory)
<BR>
open(&quot;/root/.kde/lib/libnsl.so.1&quot;, O_RDONLY) = -1 ENOENT (No such file or directory)
<BR>
stat(&quot;/root/.kde/lib&quot;, {st_mode=S_IFDIR|0700, st_size=4096, ...}) = 0
<BR>
open(&quot;/etc/ld.so.cache&quot;, O_RDONLY) = 3
<BR>
fstat(3, {st_mode=S_IFREG|0644, st_size=19290, ...}) = 0
<BR>
old_mmap(NULL, 19290, PROT_READ, MAP_PRIVATE, 3, 0) = 0x40019000
<BR>
close(3) = 0
<BR>
open(&quot;/lib/libnsl.so.1&quot;, O_RDONLY) = 3
<BR>
fstat(3, {st_mode=S_IFREG|0644, st_size=76080, ...}) = 0
<BR>
read(3, &quot;\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\360?\0&quot;..., 4096) = 4096
<BR>
old_mmap(NULL, 88296, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0x4001e000
<BR>
mprotect(0x40030000, 14568, PROT_NONE) = 0
<BR>
old_mmap(0x40030000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3, 0x11000) = 0x40030000
<BR>
old_mmap(0x40032000, 6376, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x40032000
<BR>
close(3) = 0
<BR>
open(&quot;/usr/local/lib/libm.so.6&quot;, O_RDONLY) = -1 ENOENT (No such file or directory)
<BR>
open(&quot;/usr/lib/qt2/libm.so.6&quot;, O_RDONLY) = -1 ENOENT (No such file or directory)
<BR>
open(&quot;i686/mmx/libm.so.6&quot;, O_RDONLY) = -1 ENOENT (No such file or directory)
<BR>
open(&quot;i686/libm.so.6&quot;, O_RDONLY) = -1 ENOENT (No such file or directory)
<BR>
open(&quot;mmx/libm.so.6&quot;, O_RDONLY) = -1 ENOENT (No such file or directory)
<BR>
open(&quot;libm.so.6&quot;, O_RDONLY) = -1 ENOENT (No such file or directory)
<BR>
open(&quot;/root/.kde/lib/libm.so.6&quot;, O_RDONLY) = -1 ENOENT (No such file or directory)
<BR>
open(&quot;/lib/libm.so.6&quot;, O_RDONLY) = 3
<BR>
fstat(3, {st_mode=S_IFREG|0644, st_size=116544, ...}) = 0
<BR>
read(3, &quot;\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\220F\0&quot;..., 4096) = 4096
<BR>
old_mmap(NULL, 117720, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0x40034000
<BR>
mprotect(0x40050000, 3032, PROT_NONE) = 0
<BR>
old_mmap(0x40050000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3, 0x1b000) = 0x40050000
<BR>
close(3) = 0
<BR>
open(&quot;/usr/local/lib/libjpeg.so.62&quot;, O_RDONLY) = -1 ENOENT (No such file or directory)
<BR>
open(&quot;/usr/lib/qt2/libjpeg.so.62&quot;, O_RDONLY) = -1 ENOENT (No such file or directory)
<BR>
open(&quot;i686/mmx/libjpeg.so.62&quot;, O_RDONLY) = -1 ENOENT (No such file or directory)
<BR>
open(&quot;i686/libjpeg.so.62&quot;, O_RDONLY) = -1 ENOENT (No such file or directory)
<BR>
open(&quot;mmx/libjpeg.so.62&quot;, O_RDONLY) = -1 ENOENT (No such file or directory)
<BR>
open(&quot;libjpeg.so.62&quot;, O_RDONLY) = -1 ENOENT (No such file or directory)
<BR>
open(&quot;/root/.kde/lib/libjpeg.so.62&quot;, O_RDONLY) = -1 ENOENT (No such file or directory)
<BR>
open(&quot;/usr/lib/libjpeg.so.62&quot;, O_RDONLY) = 3
<BR>
fstat(3, {st_mode=S_IFREG|0644, st_size=126580, ...}) = 0
<BR>
read(3, &quot;\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\200#\0&quot;..., 4096) = 4096
<BR>
old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40051000
<BR>
old_mmap(NULL, 129580, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0x40052000
<BR>
mprotect(0x40071000, 2604, PROT_NONE) = 0
<BR>
old_mmap(0x40071000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3, 0x1e000) = 0x40071000
<BR>
close(3) = 0
<BR>
open(&quot;/usr/local/lib/libdl.so.2&quot;, O_RDONLY) = -1 ENOENT (No such file or directory)
<BR>
open(&quot;/usr/lib/qt2/libdl.so.2&quot;, O_RDONLY) = -1 ENOENT (No such file or directory)
<BR>
open(&quot;i686/mmx/libdl.so.2&quot;, O_RDONLY) = -1 ENOENT (No such file or directory)
<BR>
open(&quot;i686/libdl.so.2&quot;, O_RDONLY) = -1 ENOENT (No such file or directory)
<BR>
open(&quot;mmx/libdl.so.2&quot;, O_RDONLY) = -1 ENOENT (No such file or directory)
<BR>
open(&quot;libdl.so.2&quot;, O_RDONLY) = -1 ENOENT (No such file or directory)
<BR>
open(&quot;/root/.kde/lib/libdl.so.2&quot;, O_RDONLY) = -1 ENOENT (No such file or directory)
<BR>
open(&quot;/lib/libdl.so.2&quot;, O_RDONLY) = 3
<BR>
fstat(3, {st_mode=S_IFREG|0644, st_size=9372, ...}) = 0
<BR>
read(3, &quot;\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\310\34&quot;..., 4096) = 4096
<BR>
old_mmap(NULL, 12396, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0x40072000
<BR>
mprotect(0x40074000, 4204, PROT_NONE) = 0
<BR>
old_mmap(0x40074000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3, 0x1000) = 0x40074000
<BR>
close(3) = 0
<BR>
open(&quot;/usr/local/lib/libc.so.6&quot;, O_RDONLY) = -1 ENOENT (No such file or directory)
<BR>
open(&quot;/usr/lib/qt2/libc.so.6&quot;, O_RDONLY) = -1 ENOENT (No such file or directory)
<BR>
open(&quot;i686/mmx/libc.so.6&quot;, O_RDONLY) = -1 ENOENT (No such file or directory)
<BR>
open(&quot;i686/libc.so.6&quot;, O_RDONLY) = -1 ENOENT (No such file or directory)
<BR>
open(&quot;mmx/libc.so.6&quot;, O_RDONLY) = -1 ENOENT (No such file or directory)
<BR>
open(&quot;libc.so.6&quot;, O_RDONLY) = -1 ENOENT (No such file or directory)
<BR>
open(&quot;/root/.kde/lib/libc.so.6&quot;, O_RDONLY) = -1 ENOENT (No such file or directory)
<BR>
open(&quot;/lib/libc.so.6&quot;, O_RDONLY) = 3
<BR>
fstat(3, {st_mode=S_IFREG|0755, st_size=888596, ...}) = 0
<BR>
read(3, &quot;\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\244\213&quot;..., 4096) = 4096
<BR>
old_mmap(NULL, 902972, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0x40076000
<BR>
mprotect(0x4014b000, 30524, PROT_NONE) = 0
<BR>
old_mmap(0x4014b000, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3, 0xd4000) = 0x4014b000
<BR>
old_mmap(0x4014f000, 14140, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x4014f000
<BR>
close(3) = 0
<BR>
munmap(0x40019000, 19290) = 0
<BR>
personality(PER_LINUX) = 0
<BR>
getpid() = 28658
<BR>
brk(0) = 0x804fee8
<BR>
brk(0x804ff18) = 0x804ff18
<BR>
brk(0x8050000) = 0x8050000
<BR>
open(&quot;./dll.conf&quot;, O_RDONLY) = -1 ENOENT (No such file or directory)
<BR>
open(&quot;/usr/local/etc/sane.d/dll.conf&quot;, O_RDONLY) = 3
<BR>
fstat(3, {st_mode=S_IFREG|0644, st_size=313, ...}) = 0
<BR>
old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40019000
<BR>
read(3, &quot;# enable the next line if you wa&quot;..., 4096) = 313
<BR>
brk(0x8051000) = 0x8051000
<BR>
read(3, &quot;&quot;, 4096) = 0
<BR>
close(3) = 0
<BR>
munmap(0x40019000, 4096) = 0
<BR>
open(&quot;./dll.aliases&quot;, O_RDONLY) = -1 ENOENT (No such file or directory)
<BR>
open(&quot;/usr/local/etc/sane.d/dll.aliases&quot;, O_RDONLY) = -1 ENOENT (No such file or directory)
<BR>
open(&quot;/usr/local/lib/sane/libsane-mustek.so.1&quot;, O_RDONLY) = 3
<BR>
open(&quot;/usr/local/lib/sane/libsane-mustek.so.1&quot;, O_RDONLY) = 4
<BR>
fstat(4, {st_mode=S_IFREG|0755, st_size=253081, ...}) = 0
<BR>
read(4, &quot;\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\320$\0&quot;..., 4096) = 4096
<BR>
old_mmap(NULL, 94816, PROT_READ|PROT_EXEC, MAP_PRIVATE, 4, 0) = 0x40153000
<BR>
mprotect(0x40169000, 4704, PROT_NONE) = 0
<BR>
old_mmap(0x40169000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 4, 0x15000) = 0x40169000
<BR>
close(4) = 0
<BR>
open(&quot;./mustek.conf&quot;, O_RDONLY) = -1 ENOENT (No such file or directory)
<BR>
open(&quot;/usr/local/etc/sane.d/mustek.conf&quot;, O_RDONLY) = 4
<BR>
fstat(4, {st_mode=S_IFREG|0644, st_size=1663, ...}) = 0
<BR>
old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40019000
<BR>
read(4, &quot;# See sane-mustek(5) for documen&quot;..., 4096) = 1663
<BR>
open(&quot;/proc/scsi/scsi&quot;, O_RDONLY) = 5
<BR>
fstat(5, {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
<BR>
old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x4001a000
<BR>
read(5, &quot;Attached devices: \nHost: scsi0 C&quot;..., 1024) = 655
<BR>
read(5, &quot;&quot;, 1024) = 0
<BR>
close(5) = 0
<BR>
munmap(0x4001a000, 4096) = 0
<BR>
open(&quot;/proc/scsi/scsi&quot;, O_RDONLY) = 5
<BR>
fstat(5, {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
<BR>
old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x4001a000
<BR>
read(5, &quot;Attached devices: \nHost: scsi0 C&quot;..., 1024) = 655
<BR>
open(&quot;/dev/sgc&quot;, O_RDWR) = -1 ENOENT (No such file or directory)
<BR>
open(&quot;/dev/sg2&quot;, O_RDWR) = 6
<BR>
close(6) = 0
<BR>
open(&quot;/proc/sys/kernel/sg-big-buff&quot;, O_RDONLY) = 6
<BR>
read(6, &quot;32768\n&quot;, 31) = 6
<BR>
close(6) = 0
<BR>
open(&quot;/dev/sg2&quot;, O_RDWR|O_EXCL) = 6
<BR>
ioctl(6, TIOCSCCINI, 0xbfffca88) = -1 ENOTTY (Inappropriate ioctl for device)
<BR>
ioctl(6, TIOCGKISS, 0x40169c60) = -1 ENOTTY (Inappropriate ioctl for device)
<BR>
brk(0x8054000) = 0x8054000
<BR>
rt_sigprocmask(SIG_BLOCK, ~[], [], 8) = 0
<BR>
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
<BR>
rt_sigprocmask(SIG_BLOCK, ~[], [], 8) = 0
<BR>
write(6, &quot;*\0\0\0\204\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0&quot;..., 42) = 42
<BR>
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
<BR>
select(7, [6], NULL, NULL, NULL) = 1 (in [6])
<BR>
rt_sigprocmask(SIG_BLOCK, ~[], [], 8) = 0
<BR>
read(6, &quot;&quot;, 132) = 0
<BR>
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
<BR>
--- SIGSEGV (Segmentation fault) ---
<BR>
+++ killed by SIGSEGV +++
<BR>
------------------------------
<BR>
<P>THANKS IN ADVANCE!
<BR>
Regards, Christoph.
<BR>
<P><PRE>
--
Source code, list archive, and docs: <A HREF="http://www.mostang.com/sane/">http://www.mostang.com/sane/</A>
To unsubscribe: echo unsubscribe sane-devel | mail <A HREF="mailto:majordomo@mostang.com?Subject=Re:%20always%20Segmentation%20Fault&In-Reply-To=&lt;01022302483402.00354@gen&gt;">majordomo@mostang.com</A>
</PRE>
<P><!-- body="end" -->
<HR NOSHADE>
<UL>
<!-- next="start" -->
<LI><STRONG>Next message:</STRONG> <A HREF="0198.html">Ulrich Deiters: "Re: Umax Astra 2400S Scsi help"</A>
<LI><STRONG>Previous message:</STRONG> <A HREF="0196.html">Steffen Kluge: "Re: xsane; script that converts file names from .tiff to .tif"</A>
<!-- nextthread="start" -->
<LI><STRONG>Next in thread:</STRONG> <A HREF="0208.html">Henning Meier-Geinitz: "Re: always Segmentation Fault"</A>
<LI><STRONG>Reply:</STRONG> <A HREF="0208.html">Henning Meier-Geinitz: "Re: always Segmentation Fault"</A>
<LI><STRONG>Reply:</STRONG> <A HREF="0214.html">abel deuring: "Re: always Segmentation Fault"</A>
<!-- reply="end" -->
<LI><STRONG>Messages sorted by:</STRONG>
<A HREF="date.html#197">[ date ]</A>
<A HREF="index.html#197">[ thread ]</A>
<A HREF="subject.html#197">[ subject ]</A>
<A HREF="author.html#197">[ author ]</A>
</UL>
<!-- trailer="footer" -->
<HR NOSHADE>
<P>
<SMALL>
<EM>
This archive was generated by <A HREF="http://www.hypermail.org/">hypermail 2b29</A>
: <EM>Thu Feb 22 2001 - 17:41:05 PST</EM>
</EM>
</SMALL>
</BODY>
</HTML>