Comment # 9 on bug 1207147 from
gdb seems to be unable to run chromium:

> ~> gdb -ex=r --args chromium
> GNU gdb (GDB; openSUSE Tumbleweed) 12.1
> Copyright (C) 2022 Free Software Foundation, Inc.
> License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
> This is free software: you are free to change and redistribute it.
> There is NO WARRANTY, to the extent permitted by law.
> Type "show copying" and "show warranty" for details.
> This GDB was configured as "x86_64-suse-linux".
> Type "show configuration" for configuration details.
> For bug reporting instructions, please see:
> <http://bugs.opensuse.org/>.
> Find the GDB manual and other documentation resources online at:
>     <http://www.gnu.org/software/gdb/documentation/>.
> 
> For help, type "help".
> Type "apropos word" to search for commands related to "word"...
> "/usr/bin/chromium": not in executable format: file format not recognized
> Starting program:  
> No executable file specified.
> Use the "file" or "exec-file" command.
> (gdb)

/usr/bin/chromium is a symlink that resolves to
/usr/lib64/chromium/chrome-wrapper, passing that to gdb fails as well:

> ~> gdb -ex=r --args /usr/lib64/chromium/chrome-wrapper
> GNU gdb (GDB; openSUSE Tumbleweed) 12.1
> Copyright (C) 2022 Free Software Foundation, Inc.
> License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
> This is free software: you are free to change and redistribute it.
> There is NO WARRANTY, to the extent permitted by law.
> Type "show copying" and "show warranty" for details.
> This GDB was configured as "x86_64-suse-linux".
> Type "show configuration" for configuration details.
> For bug reporting instructions, please see:
> <http://bugs.opensuse.org/>.
> Find the GDB manual and other documentation resources online at:
>     <http://www.gnu.org/software/gdb/documentation/>.
> 
> For help, type "help".
> Type "apropos word" to search for commands related to "word"...
> "/usr/lib64/chromium/chrome-wrapper": not in executable format: file format not recognized
> Starting program:
> No executable file specified.
> Use the "file" or "exec-file" command.
> (gdb)


You are receiving this mail because: