-
### Problem
The newest Makefile gives this:
E:\neovim_sources>make -v
GNU Make 4.4.1
Built for x86_64-pc-msys
Copyright (C) 1988-2023 Free Software Foundation, Inc.
License GPLv3…
-
```
On a sun4u machine compile with gcc version 4
sunw389:fastlz>gcc 6pack.c fastlz.c -o 6pack -g
sunw389:fastlz>gdb 6pack
GNU gdb 6.1
Copyright 2004 Free Software Foundation, Inc.
GDB is free softw…
-
```
On a sun4u machine compile with gcc version 4
sunw389:fastlz>gcc 6pack.c fastlz.c -o 6pack -g
sunw389:fastlz>gdb 6pack
GNU gdb 6.1
Copyright 2004 Free Software Foundation, Inc.
GDB is free softw…
-
This is a repeat of #43 unfortunately. Conda has changed the version string on its compiler again:
```
$ $CC --version
x86_64-conda-linux-gnu-cc (conda-forge 11.2.0-15) 11.2.0
Copyright (C) 2021…
-
```
[Invictus root]~ # gdb /opt/local/bin/znc
GNU gdb 6.1.1 [FreeBSD]
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
we…
-
```
$ .cabal-sandbox/bin/idris
____ __ _
/ _/___/ /____(_)____
/ // __ / ___/ / ___/ Version 0.…
-
**Describe the bug**
After upgrading from mise-2024.10.12 to mise-2024.10.13, typing "mise run " and then pressing [TAB] (using bash completions) results in the following output:
```
$ mise run E…
-
Windows10
As I got it, dfu-util -l says
```
dfu-util 0.9
Copyright 2005-2009 Weston Schmidt, Harald Welte and OpenMoko Inc.
This program is Free Software and has ABSOLUTELY NO WARRANTY
Pl…
-
Using Ubuntu 12.04 LTS with
```
~$ make --version
GNU Make 3.81
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; …
-
### Describe the issue:
I find this bug in a fuzz testing manner, it seems that `numpy.asmatrix` fails to process a string of specific characteristics and it results into a `Segmentation Fault`
…