https://bugs.kde.org/show_bug.cgi?id=479117

Paul Floyd <pjfl...@wanadoo.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pjfl...@wanadoo.fr
         Resolution|---                         |FIXED
             Status|REPORTED                    |RESOLVED

--- Comment #1 from Paul Floyd <pjfl...@wanadoo.fr> ---
I saw this on buildbot and fixed it soon after

commit 671b1082e33659926d4fff42767cdffb48ec103c
Author: Paul Floyd <pjfl...@wanadoo.fr>
Date:   Thu Dec 28 12:08:40 2023 +0100

    Fix unused variable warning

On macOS I see that mach-o binaries can be produced without a RW segment. The
code assumed that there was always one (or more). The trigger for reading
debuginfo and redirs is that the "right" number of RX and RW segments have been
seen. Since the RW condition was wrong the trigger condition was not met.

Now that the RW segment count is correct I had to remove all that asserts that
there are at least 1 RW segment.

In this case I put back the assert but modified it with the extra condition
that di->fsm.rw_map_count can be zero.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to