emacs-bug-tracker
[Top][All Lists]
Advanced

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

[debbugs-tracker] bug#35306: closed (crash in do_resizepart function)


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#35306: closed (crash in do_resizepart function)
Date: Tue, 23 Apr 2019 21:22:02 +0000

Your message dated Tue, 23 Apr 2019 14:20:53 -0700
with message-id <address@hidden>
and subject line Re: bug#35306: crash in do_resizepart function
has caused the debbugs.gnu.org bug report #35306,
regarding crash in do_resizepart function
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
35306: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=35306
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: crash in do_resizepart function Date: Wed, 17 Apr 2019 13:32:18 +0200 User-agent: Evolution 3.30.5 (3.30.5-1.fc29)
Hi,

I was trying to resize partition in image file and it ended with crash

/usr/sbin/parted ./rootfs.img resizepart 1
(gdb) bt full
#0  0x00007ffff7d79123 in free () from /lib64/libc.so.6
No symbol table info available.
#1  0x000055555555e00e in do_resizepart (dev=0x7fffffffd128,
diskp=<optimized out>) at parted.c:1569
        disk = 0x555555596df0
        part = 0x555555597fa0
        start = 0
        end = 7958736
        oldend = 7958736
        range_end = 0x555555596c00
        constraint = <optimized out>
        rc = 0
        end_input = 0x55555555f9b1 <str_list_match_any+65>
"\211\350[]A\\\303\017\037\204"
#2  0x0000555555562422 in non_interactive_mode (dev=0x7fffffffd128,
disk=0x7fffffffd130, cmd_list=<optimized out>, argc=<optimized out>,
argv=<optimized out>) at ui.c:1655
        word = 0x555555599320 "\340\203YUUU"
        i = <optimized out>
        cmd = 0x555555570340
#3  0x000055555555acc3 in main (argc=2, argv=0x7fffffffd268) at
parted.c:2348
        dev = <optimized out>
        diskp = 0x555555596df0
        status = <optimized out>


I am using fedora 29 package parted-3.2-36.fc29.x86_64


-- Jozef Mlich <address@hidden>




--- End Message ---
--- Begin Message --- Subject: Re: bug#35306: crash in do_resizepart function Date: Tue, 23 Apr 2019 14:20:53 -0700 User-agent: Mutt/1.11.3 (2019-02-01)
On Wed, Apr 17, 2019 at 01:32:18PM +0200, Jozef Mlich wrote:
> Hi,
> 
> I was trying to resize partition in image file and it ended with crash
> 
> /usr/sbin/parted ./rootfs.img resizepart 1
> (gdb) bt full
> #0  0x00007ffff7d79123 in free () from /lib64/libc.so.6
> No symbol table info available.
> #1  0x000055555555e00e in do_resizepart (dev=0x7fffffffd128,
> diskp=<optimized out>) at parted.c:1569
>         disk = 0x555555596df0
>         part = 0x555555597fa0
>         start = 0
>         end = 7958736
>         oldend = 7958736
>         range_end = 0x555555596c00
>         constraint = <optimized out>
>         rc = 0
>         end_input = 0x55555555f9b1 <str_list_match_any+65>
> "\211\350[]A\\\303\017\037\204"
> #2  0x0000555555562422 in non_interactive_mode (dev=0x7fffffffd128,
> disk=0x7fffffffd130, cmd_list=<optimized out>, argc=<optimized out>,
> argv=<optimized out>) at ui.c:1655
>         word = 0x555555599320 "\340\203YUUU"
>         i = <optimized out>
>         cmd = 0x555555570340
> #3  0x000055555555acc3 in main (argc=2, argv=0x7fffffffd268) at
> parted.c:2348
>         dev = <optimized out>
>         diskp = 0x555555596df0
>         status = <optimized out>
> 
> 
> I am using fedora 29 package parted-3.2-36.fc29.x86_64

patches are on the parted-devel mailing list. Ends up it was an
uninitialized pointer.

-- 
Brian C. Lane (PST8PDT)


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]