Bug 695918 - [1.7rc1-windows] Error in mudraw's show memory use output
Summary: [1.7rc1-windows] Error in mudraw's show memory use output
Status: RESOLVED FIXED
Alias: None
Product: MuPDF
Classification: Unclassified
Component: apps (show other bugs)
Version: unspecified
Hardware: PC Windows 7
: P4 normal
Assignee: MuPDF bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-04-09 03:39 UTC by Tamir Evan
Modified: 2015-04-16 16:20 UTC (History)
1 user (show)

See Also:
Customer:
Word Size: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tamir Evan 2015-04-09 03:39:54 UTC
I downloaded 1.7rc1-windows.zip (from http://www.mupdf.com/downloads/), and extracted into the C directory. I added a test.pdf, opened a command prompt, cd'd to c:\mupdf-1.7-windows, and ran:

        mudraw -sm test.pdf

What I got was:

        Glyph Cache Size: 1838
        Glyph Cache Evictions: 0 (0 bytes)
        Total memory use = zu bytes
        Peak memory use = zu bytes
        Current memory use = zu bytes
Comment 1 Tamir Evan 2015-04-16 12:20:18 UTC
The problem is fixed in the 1.7 release (http://www.mupdf.com/downloads/mupdf-1.7-windows.zip). I now get:

        Glyph Cache Size: 1838
        Glyph Cache Evictions: 0 (0 bytes)
        Total memory use = 4587626 bytes
        Peak memory use = 4390637 bytes
        Current memory use = 0 bytes

This bug can be closed, as far as I'm concerned.
Comment 2 Robin Watts 2015-04-16 16:20:40 UTC
Fixed in:

commit 8ee81ce0d031c3f00761c4b356cd227f31157a59
Author: Tor Andersson <tor.andersson@artifex.com>
Date:   Tue Apr 14 12:03:29 2015 +0200

    Fix 695918: "mudraw -sm" format string on win32.


Thanks for the report.