Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 31 Jul 2019 19:14:20 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 239564] sysutils/fusefs-ext4fuse: Assertion failed: (pread_ret == 1024)
Message-ID:  <bug-239564-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D239564

            Bug ID: 239564
           Summary: sysutils/fusefs-ext4fuse: Assertion failed: (pread_ret
                    =3D=3D 1024)
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ehaupt@FreeBSD.org
          Reporter: freebsd@sysctl.cz
          Assignee: ehaupt@FreeBSD.org
             Flags: maintainer-feedback?(ehaupt@FreeBSD.org)

Hi,
i run ext4fuse /dev/da0 /mnt/test/

GNU gdb 6.1.1 [FreeBSD]
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain condition=
s.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "amd64-marcel-freebsd"...
"/dev/da0" is not a core dump: File format not recognized
(gdb) run=20
Starting program: /usr/local/bin/ext4fuse=20
Version: ext4fuse-0.1.3
Usage: /usr/local/bin/ext4fuse <disk> <mountpoint>

Program exited with code 01.
(gdb) Quit
(gdb) run /dev/da0 /mnt/test/
Starting program: /usr/local/bin/ext4fuse /dev/da0 /mnt/test/
Assertion failed: (pread_ret =3D=3D 1024), function pread_wrapper, file dis=
k.c,
line 47.

Program received signal SIGABRT, Aborted.
0x0000000800f5847a in thr_kill () from /lib/libc.so.7
(gdb) bt
#0  0x0000000800f5847a in thr_kill () from /lib/libc.so.7
#1  0x0000000800f58444 in raise () from /lib/libc.so.7
#2  0x0000000800f583b9 in abort () from /lib/libc.so.7
#3  0x0000000800fd78e1 in __assert () from /lib/libc.so.7
#4  0x0000000000402304 in pread_wrapper (disk_fd=3D6, p=3D0x7fffffffe86e, s=
ize=3D2,
where=3D1080) at disk.c:47
#5  0x000000000040215a in __disk_read (where=3D1080, size=3D2, p=3D0x7fffff=
ffe86e,
func=3D0x405748 "main", line=3D135) at disk.c:106
#6  0x000000000040158e in main (argc=3D3, argv=3D0x7fffffffe8e8) at fuse-ma=
in.c:135
(gdb)

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-239564-7788>