Bug 203326 - [PATCH] print/a2ps: command "a2ps -M a4 --list=defaults" dumps a2ps.core
Summary: [PATCH] print/a2ps: command "a2ps -M a4 --list=defaults" dumps a2ps.core
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Dirk Meyer
URL:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2015-09-25 09:09 UTC by Tatsuki Makino
Modified: 2015-09-27 20:40 UTC (History)
1 user (show)

See Also:
dinoex: maintainer-feedback-


Attachments
patch for print/a2ps (21.44 KB, patch)
2015-09-25 09:09 UTC, Tatsuki Makino
no flags Details | Diff
patch for print/a2ps (without running make makepatch) (1.39 KB, patch)
2015-09-27 00:55 UTC, Tatsuki Makino
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Tatsuki Makino 2015-09-25 09:09:36 UTC
Created attachment 161371 [details]
patch for print/a2ps

This problem is as summary line.
Log of back-trace is written in the following.

files/patch-* are rebuilt by `make makepatch'.

bt

#0  0x0000000800dbb967 in strlen () from /lib/libc.so.7
#1  0x0000000000450229 in int_printflen (
    format=0x45b1f0 "Configuration status of %s %s\n", args=0x7fffffffe070)
    at printlen.c:87
#2  0x000000000045028d in vprintflen (
    format=0x45b1f0 "Configuration status of %s %s\n", args=0x7fffffffe0b0)
    at printlen.c:102
#3  0x00000000004512dc in title (stream=0x800ff6d30, c=61 '=', center_p=1, 
    format=0x45b1f0 "Configuration status of %s %s\n") at title.c:85
#4  0x0000000000402a81 in list_options (a_job=0x80140c600, stream=0x800ff6d30)
    at main.c:332
#5  0x0000000000404b80 in main (argc=4, argv=0x7fffffffe5d0) at main.c:1089
Comment 1 Dirk Meyer freebsd_committer freebsd_triage 2015-09-26 19:39:34 UTC
please resubmit patches without renaming.
Comment 2 Tatsuki Makino 2015-09-27 00:55:21 UTC
Created attachment 161451 [details]
patch for print/a2ps (without running make makepatch)
Comment 3 commit-hook freebsd_committer freebsd_triage 2015-09-27 20:40:20 UTC
A commit references this bug:

Author: dinoex
Date: Sun Sep 27 20:39:39 UTC 2015
New revision: 398049
URL: https://svnweb.freebsd.org/changeset/ports/398049

Log:
  - fix cli option "--list=defaults"
  PR:		203326
  Submitted by:	Tatsuki Makino

Changes:
  head/print/a2ps/Makefile
  head/print/a2ps/files/patch-printlen.c
  head/print/a2ps/files/patch-title.c