https://bugs.kde.org/show_bug.cgi?id=458378
Bug ID: 458378
Summary: Suppress errors from setproctitle() on FreeBSD
Product: valgrind
Version: 3.19.0
Platform: Other
OS: FreeBSD
Status: REPORTED
Severity: n
https://bugs.kde.org/show_bug.cgi?id=399457
--- Comment #3 from Дилян Палаузов ---
dilian.palauzov but this is not the point.
--
You are receiving this mail because:
You are watching all bug changes.
https://bugs.kde.org/show_bug.cgi?id=400119
Bug ID: 400119
Summary: Library search path in Valgrind/ldd
Product: valgrind
Version: unspecified
Platform: Other
OS: Linux
Status: REPORTED
Severity: normal
https://bugs.kde.org/show_bug.cgi?id=399804
Дилян Палаузов changed:
What|Removed |Added
Ever confirmed|0 |1
Status|RESOLVED
https://bugs.kde.org/show_bug.cgi?id=399804
Bug ID: 399804
Summary: Wikipedia: Compare CalDAV and CardDAV support in KDE
with other systems
Product: korganizer
Version: unspecified
Platform: Other
OS: Linux
OS: Linux
Status: REPORTED
Severity: normal
Priority: NOR
Component: general
Assignee: kde-...@kde.org
Reporter: dilyan.palau...@aegee.org
Target Milestone: ---
I created at https://identity.kde.org/ an account for me Дилян Палаузов
https://bugs.kde.org/show_bug.cgi?id=396476
Дилян Палаузов changed:
What|Removed |Added
CC||dilyan.palau...@aegee.org
--
You are
https://bugs.kde.org/show_bug.cgi?id=395682
--- Comment #2 from Дилян Палаузов ---
For the time being programs can either be linked explicitly with gold:
gcc -fuse-ld=gold
or switch off the implicitly enabled separate-code on Linux/x86:
gcc -fuse-ld=bfd -Wl,-z,noseparate-code
or change the
https://bugs.kde.org/show_bug.cgi?id=395682
--- Comment #1 from Дилян Палаузов ---
It turns out that when linking with ld.bfd 2.30 or gold 2.31.51.20180630) 1.16
valgrind can read the debug information, but not when ld.bfd 2.31.51.20180630
is used.
I described at https://sourceware.org/bugzilla
https://bugs.kde.org/show_bug.cgi?id=395682
Bug ID: 395682
Summary: Reading debug info
Product: valgrind
Version: unspecified
Platform: Other
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priori
https://bugs.kde.org/show_bug.cgi?id=338252
--- Comment #30 from Дилян Палаузов ---
For the record, with /usr/local/etc/config.site containing
CC=clang CXX=clang++ CFLAGS="-Wall -pipe -O3" CXXFLAGS="-pipe -O3"
LDFLAGS="-L/usr/local/lib64 -Wl,-O1,-s -fuse-ld=gold"
https://bugs.kde.org/show_bug.cgi?id=338252
--- Comment #26 from Дилян Палаузов ---
With python 3.6, doing "./configure --with-lto --enable-optimizations && make"
compiles with -flto, but calls ranlib/ar, not gcc-ranlib or gcc-ar. Why can
python-lto live without gcc-ranlib, b
https://bugs.kde.org/show_bug.cgi?id=392180
Bug ID: 392180
Summary: LTO build simplification: __asm__ in m_libcsetjmp.c
Product: valgrind
Version: unspecified
Platform: Other
OS: Linux
Status: UNCONFIRMED
https://bugs.kde.org/show_bug.cgi?id=338252
--- Comment #23 from Дилян Палаузов ---
I just verified, that LLVM does not install gcc-ar and gcc-ranlib, but llvm-ar
and llvm-ranlib .
So to make LTO work with Clang, on systems where GCC is not installed, either
llvm-ar and llvm-ranlib shall be
https://bugs.kde.org/show_bug.cgi?id=338252
Дилян Палаузов changed:
What|Removed |Added
Resolution|FIXED |---
Status|RESOLVED
https://bugs.kde.org/show_bug.cgi?id=391853
Bug ID: 391853
Summary: Makefile.all.am:L247 and @SOLARIS_UNDEF_LARGESOURCE@
being empty
Product: valgrind
Version: unspecified
Platform: Other
OS: Linux
https://bugs.kde.org/show_bug.cgi?id=338252
--- Comment #20 from Дилян Палаузов ---
With the change below m_libcsetjmp.c links on amd64 correctly with LTO. Is the
change equivalent (apart from cheating gcc restoring rax in in
VG_MINIMAL_LONGJMP)? Is volatile after __asm__ necessary?
diff
https://bugs.kde.org/show_bug.cgi?id=338252
--- Comment #19 from Дилян Палаузов ---
A waring like "a plugin is needed to handle lto objects" suggests that nm/ar do
not find the LTO plugin.
For an object file compiled with LTO (and -fno-fat-lto-objects), `nm x.o` will
print the sym
https://bugs.kde.org/show_bug.cgi?id=338252
--- Comment #17 from Дилян Палаузов ---
Having a global /usr/local/etc/config.site file is not necessary. It is
possible to put the file somewhere else and set in env CONFIG_SITE for the
current session where the file is that shall be considered
https://bugs.kde.org/show_bug.cgi?id=338252
--- Comment #16 from Дилян Палаузов ---
People either want to compile everything with LTO, or nothing with LTO, or they
don't know about LTO. Modifying /usr/local/etc/config.site is not the only
way, calling
CFLAGS="-flto" ./config
https://bugs.kde.org/show_bug.cgi?id=338252
--- Comment #14 from Дилян Палаузов ---
Autoconf users willing to compile everything with LTO just by calling
./configure put in /usr/local/etc/config.site:
CFLAGS="-O3 -fno-fat-lto-objects -flto" CXXFLAGS="-O3 -fno-fat-lto-objects
-flt
https://bugs.kde.org/show_bug.cgi?id=386318
--- Comment #2 from Дилян Палаузов ---
Add at http://valgrind.org/info/tools.html before "Other tools":
Experimental tools
DHAT
DHAT is a tool for examining how programs use their heap allocations. It
tracks the allocated blocks, and insp
https://bugs.kde.org/show_bug.cgi?id=386318
Bug ID: 386318
Summary: valgrind.org/info/tools.html is missing SGCheck
Product: valgrind
Version: unspecified
Platform: Other
OS: All
Status: UNCONFIRMED
Severi
23 matches
Mail list logo