Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Oct 2001 14:18:24 -0700 (PDT)
From:      Jin Guojun (DSD staff) <jin@gracie.lbl.gov>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   bin/30993: xxgdb cannot open source file
Message-ID:  <200110022118.f92LIO325393@gracie.lbl.gov>

next in thread | raw e-mail | index | archive | help

>Number:         30993
>Category:       bin
>Synopsis:       xxgdb cannot open source file
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Oct 02 14:20:00 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Jin Guojun (DSD staff)
>Release:        FreeBSD 4.4-RELEASE i386
>Organization:
>Environment:
System: FreeBSD ag-ds.lbl.gov 4.4-RELEASE FreeBSD 4.4-RELEASE #1: Thu Sep 27 12:44:46 PDT 2001 jin@ag-ds.lbl.gov:/usr/src/sys/compile/MinMax i386


	4.4-RELEASE

>Description:
	xxgdb-1.12 no longer works under 4.4-RELEASE (see How-To-Repeat).
	xxgdb-1.12 from 4.3-RELEASE does not work under FreeBSD 4.4 either.
	gdb works OK. So it just XXGDB issue.

>How-To-Repeat:

135 /tmp: cat x.c
main()
{
        printf("hello world\n");
}

136 /tmp: cc -g x.c
137 /tmp: xxgdb a.out
Warning: Cannot open file /tmp/x.c; Resource temporarily unavailable
138 /tmp: ./a.out
hello world


>Fix:

	
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




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