[Bug 267119] x11-wm/awesome breaks with clang14 (CURRENT)

From: <bugzilla-noreply_at_freebsd.org>
Date: Sun, 16 Oct 2022 10:51:06 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=267119

            Bug ID: 267119
           Summary: x11-wm/awesome breaks with clang14 (CURRENT)
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
               URL: http://github.com/awesomewm/awesome
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: rigoletto@freebsd.org
          Reporter: jreynolds1729@gmail.com
             Flags: maintainer-feedback?(rigoletto@freebsd.org)
                CC:
          Assignee: rigoletto@freebsd.org

(lldb) target create "./awesome"
Current executable set to
'/wrkdirs/usr/ports/x11-wm/awesome/work/.build/awesome' (x86_64).
(lldb) b main
Breakpoint 1: where = awesome`main + 45 at awesome.c:572:13, address =
0x00000000002191ad
(lldb) r
Process 86160 launched: '/wrkdirs/usr/ports/x11-wm/awesome/work/.build/awesome'
(x86_64)
Process 86160 stopped
* thread #1, name = 'awesome', stop reason = signal SIGSEGV: invalid address
(fault address: 0x0)
    frame #0: 0x0000000000000000
error: memory read failed for 0x0

Using clang13 or gcc11 solves the issue.

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