[Bug 1848211] Re: [SRU] valgrind fails to use debug symbols from glib/gtk

2021-03-09 Thread Bug Watch Updater
** Changed in: valgrind
   Status: New => Fix Released

** Bug watch added: KDE Bug Tracking System #427969
   https://bugs.kde.org/show_bug.cgi?id=427969

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1848211

Title:
  [SRU] valgrind fails to use debug symbols from glib/gtk

To manage notifications about this bug go to:
https://bugs.launchpad.net/valgrind/+bug/1848211/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1848211] Re: [SRU] valgrind fails to use debug symbols from glib/gtk

2020-07-02 Thread Steve Langasek
** Changed in: valgrind (Ubuntu Disco)
   Status: Triaged => Won't Fix

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1848211

Title:
  [SRU] valgrind fails to use debug symbols from glib/gtk

To manage notifications about this bug go to:
https://bugs.launchpad.net/valgrind/+bug/1848211/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1848211] Re: [SRU] valgrind fails to use debug symbols from glib/gtk

2020-06-30 Thread Bug Watch Updater
** Changed in: valgrind (Debian)
   Status: Confirmed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1848211

Title:
  [SRU] valgrind fails to use debug symbols from glib/gtk

To manage notifications about this bug go to:
https://bugs.launchpad.net/valgrind/+bug/1848211/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1848211] Re: [SRU] valgrind fails to use debug symbols from glib/gtk

2019-12-09 Thread Launchpad Bug Tracker
This bug was fixed in the package valgrind - 1:3.15.0-1ubuntu3.1

---
valgrind (1:3.15.0-1ubuntu3.1) eoan; urgency=medium

  * Don't look for debug alt file in debug image if it is already found
(LP: #1848211)

 -- Balint Reczey   Wed, 27 Nov 2019 13:52:54 +0100

** Changed in: valgrind (Ubuntu Eoan)
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1848211

Title:
  [SRU] valgrind fails to use debug symbols from glib/gtk

To manage notifications about this bug go to:
https://bugs.launchpad.net/valgrind/+bug/1848211/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1848211] Re: [SRU] valgrind fails to use debug symbols from glib/gtk

2019-12-03 Thread Balint Reczey
Verified with 1:3.15.0-1ubuntu3.1 on Eoan:


root@ee-valgrind:~# echo "deb http://ddebs.ubuntu.com $(lsb_release -cs) main 
restricted universe multiverse
> deb http://ddebs.ubuntu.com $(lsb_release -cs)-updates main restricted 
> universe multiverse
> deb http://ddebs.ubuntu.com $(lsb_release -cs)-proposed main restricted 
> universe multiverse" | \
> sudo tee -a /etc/apt/sources.list.d/ddebs.list
deb http://ddebs.ubuntu.com eoan main restricted universe multiverse
deb http://ddebs.ubuntu.com eoan-updates main restricted universe multiverse
deb http://ddebs.ubuntu.com eoan-proposed main restricted universe multiverse
root@ee-valgrind:~# sudo apt-key adv --keyserver keyserver.ubuntu.com 
--recv-keys F2EDC64DC5AEE1F6B9C621F0C8CAB6595FDFF622
Executing: /tmp/apt-key-gpghome.p3fDDHpLDX/gpg.1.sh --keyserver 
keyserver.ubuntu.com --recv-keys F2EDC64DC5AEE1F6B9C621F0C8CAB6595FDFF622
gpg: key C8CAB6595FDFF622: 4 signatures not checked due to missing keys
gpg: key C8CAB6595FDFF622: public key "Ubuntu Debug Symbol Archive Automatic 
Signing Key (2016) " imported
gpg: Total number processed: 1
gpg:   imported: 1
root@ee-valgrind:~# apt update -qq
28 packages can be upgraded. Run 'apt list --upgradable' to see them.
root@ee-valgrind:~# apt install libglib2.0-0-dbgsym=2.62.1-1
Reading package lists... Done
Building dependency tree   
Reading state information... Done
The following package was automatically installed and is no longer required:
  libfreetype6
Use 'apt autoremove' to remove it.
The following NEW packages will be installed:
  libglib2.0-0-dbgsym
0 upgraded, 1 newly installed, 0 to remove and 28 not upgraded.
Need to get 3738 kB of archives.
After this operation, 4418 kB of additional disk space will be used.
Get:1 http://ddebs.ubuntu.com eoan/main amd64 libglib2.0-0-dbgsym amd64 
2.62.1-1 [3738 kB]
Fetched 3738 kB in 0s (60.2 MB/s)
Selecting previously unselected package libglib2.0-0-dbgsym:amd64.
(Reading database ... 30827 files and directories currently installed.)
Preparing to unpack .../libglib2.0-0-dbgsym_2.62.1-1_amd64.ddeb ...
Unpacking libglib2.0-0-dbgsym:amd64 (2.62.1-1) ...
Setting up libglib2.0-0-dbgsym:amd64 (2.62.1-1) ...
root@ee-valgrind:~# valgrind gio ~
==2560== Memcheck, a memory error detector
==2560== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
==2560== Using Valgrind-3.15.0 and LibVEX; rerun with -h for copyright info
==2560== Command: gio /root
==2560== 
--2560-- WARNING: Serious error when reading debug info
--2560-- When reading debug info from 
/usr/lib/x86_64-linux-gnu/libgmodule-2.0.so.0.6200.1:
--2560--debuginfo section duplicates a section in the main ELF file
--2560-- WARNING: Serious error when reading debug info
--2560-- When reading debug info from 
/usr/lib/x86_64-linux-gnu/libglib-2.0.so.0.6200.1:
--2560--debuginfo section duplicates a section in the main ELF file
--2560-- WARNING: Serious error when reading debug info
--2560-- When reading debug info from 
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0.6200.1:
--2560--debuginfo section duplicates a section in the main ELF file
Usage:
  gio COMMAND [ARGS…]

Commands:
  help Print help
  version  Print version
  cat  Concatenate files to standard output
  copy Copy one or more files
  info Show information about locations
  list List the contents of locations
  mime Get or set the handler for a mimetype
  mkdirCreate directories
  monitor  Monitor files and directories for changes
  mountMount or unmount the locations
  move Move one or more files
  open Open files with the default application
  rename   Rename a file
  remove   Delete one or more files
  save Read from standard input and save
  set  Set a file attribute
  trashMove files or directories to the trash
  tree Lists the contents of locations in a tree

Use “gio help COMMAND” to get detailed help.
==2560== 
==2560== HEAP SUMMARY:
==2560== in use at exit: 36,900 bytes in 236 blocks
==2560==   total heap usage: 634 allocs, 398 frees, 75,138 bytes allocated
==2560== 
==2560== LEAK SUMMARY:
==2560==definitely lost: 0 bytes in 0 blocks
==2560==indirectly lost: 0 bytes in 0 blocks
==2560==  possibly lost: 1,352 bytes in 18 blocks
==2560==still reachable: 35,548 bytes in 218 blocks
==2560==   of which reachable via heuristic:
==2560== newarray   : 1,536 bytes in 16 blocks
==2560== suppressed: 0 bytes in 0 blocks
==2560== Rerun with --leak-check=full to see details of leaked memory
==2560== 
==2560== For lists of detected and suppressed errors, rerun with: -s
==2560== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
root@ee-valgrind:~# sed -i s/backports/proposed/ /etc/apt/sources.list
root@ee-valgrind:~# apt update -qq
40 packages can be upgraded. Run 'apt list --upgradable' to see them.
root@ee-valgrind:~# apt install -qq valgrind
The following package was autom

[Bug 1848211] Re: [SRU] valgrind fails to use debug symbols from glib/gtk

2019-12-01 Thread Bug Watch Updater
** Changed in: valgrind (Debian)
   Status: Unknown => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1848211

Title:
  [SRU] valgrind fails to use debug symbols from glib/gtk

To manage notifications about this bug go to:
https://bugs.launchpad.net/valgrind/+bug/1848211/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1848211] Re: [SRU] valgrind fails to use debug symbols from glib/gtk

2019-12-01 Thread Bug Watch Updater
Launchpad has imported 2 comments from the remote bug at
https://bugs.kde.org/show_bug.cgi?id=396656.

If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.


On 2018-07-19T04:45:19+00:00 Karthik-datt wrote:

Created attachment 114009
Callgrind.out file is also attached

==967== Callgrind, a call-graph generating cache profiler

==967== Copyright (C) 2002-2015, and GNU GPL'd, by Josef Weidendorfer et
al.

==967== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright
info

==967== Command: /usr/share/WashingMachine/WashingMachineApp --platform
eglfs

==967==

==967== For interactive control, run 'callgrind_control -h'.

-967- WARNING: Serious error when reading debug info

-967- When reading debug info from /lib/ld-2.24.so:

-967-debuginfo section duplicates a section in the main ELF file

-967- WARNING: Serious error when reading debug info

-967- When reading debug info from /lib/libgcc_s.so.1:

-967-debuginfo section duplicates a section in the main ELF file

-967- WARNING: Serious error when reading debug info

-967- When reading debug info from /lib/libc-2.24.so:

-967-debuginfo section duplicates a section in the main ELF file

-967- WARNING: Serious error when reading debug info

-967- When reading debug info from /lib/libpthread-2.24.so:

-967-debuginfo section duplicates a section in the main ELF file

-967- WARNING: Serious error when reading debug info

-967- When reading debug info from /lib/libm-2.24.so:

-967-debuginfo section duplicates a section in the main ELF file

-967- WARNING: Serious error when reading debug info

-967- When reading debug info from /lib/libdl-2.24.so:

-967-debuginfo section duplicates a section in the main ELF file

-967- WARNING: Serious error when reading debug info

-967- When reading debug info from /lib/librt-2.24.so:

-967-debuginfo section duplicates a section in the main ELF file

^C==967==

==967== Process terminating with default action of signal 2 (SIGINT)

==967==at 0x4019678: ??? (in /lib/ld-2.24.so)

==967==

==967== Events: Ir

==967== Collected : 12295033

==967==

==967== I   refs:  12,295,033

We are trying it on a Linux Arm platform , Imx6 Boundary devices Boards.

Tries it with 3.11 and also 3.13 version. Same warnings are thrown

Reply at:
https://bugs.launchpad.net/ubuntu/+source/valgrind/+bug/1848211/comments/0


On 2019-11-28T15:28:34+00:00 Balint Reczey wrote:

Created attachment 124162
Don't look for debug alt file in debug image if it is already found

In a case observed in Ubuntu the duplicated section was .gnu_debuglink
and it is safe to ignore it like it is done for similar sections.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/valgrind/+bug/1848211/comments/6


** Changed in: valgrind
   Status: Unknown => New

** Changed in: valgrind
   Importance: Unknown => Medium

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1848211

Title:
  [SRU] valgrind fails to use debug symbols from glib/gtk

To manage notifications about this bug go to:
https://bugs.launchpad.net/valgrind/+bug/1848211/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1848211] Re: [SRU] valgrind fails to use debug symbols from glib/gtk

2019-11-30 Thread Mathew Hodson
** Also affects: valgrind (Debian) via
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=942614
   Importance: Unknown
   Status: Unknown

** Changed in: valgrind
   Status: Confirmed => Unknown

** Changed in: valgrind
 Remote watch: Debian Bug tracker #942614 => KDE Bug Tracking System #396656

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1848211

Title:
  [SRU] valgrind fails to use debug symbols from glib/gtk

To manage notifications about this bug go to:
https://bugs.launchpad.net/valgrind/+bug/1848211/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1848211] Re: [SRU] valgrind fails to use debug symbols from glib/gtk

2019-11-29 Thread Balint Reczey
The apport failure is unrelated and is caused and tracked by LP:
#1854237.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1848211

Title:
  [SRU] valgrind fails to use debug symbols from glib/gtk

To manage notifications about this bug go to:
https://bugs.launchpad.net/valgrind/+bug/1848211/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1848211] Re: [SRU] valgrind fails to use debug symbols from glib/gtk

2019-11-29 Thread Timo Aaltonen
Hello Sebastien, or anyone else affected,

Accepted valgrind into eoan-proposed. The package will build now and be
available at
https://launchpad.net/ubuntu/+source/valgrind/1:3.15.0-1ubuntu3.1 in a
few hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.  Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested and change the tag from
verification-needed-eoan to verification-done-eoan. If it does not fix
the bug for you, please add a comment stating that, and change the tag
to verification-failed-eoan. In either case, without details of your
testing we will not be able to proceed.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance for helping!

N.B. The updated package will be released to -updates after the bug(s)
fixed by this package have been verified and the package has been in
-proposed for a minimum of 7 days.

** Changed in: valgrind (Ubuntu Eoan)
   Status: In Progress => Fix Committed

** Tags added: verification-needed verification-needed-eoan

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1848211

Title:
  [SRU] valgrind fails to use debug symbols from glib/gtk

To manage notifications about this bug go to:
https://bugs.launchpad.net/valgrind/+bug/1848211/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1848211] Re: [SRU] valgrind fails to use debug symbols from glib/gtk

2019-11-29 Thread Balint Reczey
I have uploaded the SRU for 19.10.

** Changed in: valgrind (Ubuntu Eoan)
   Status: Triaged => In Progress

** Changed in: valgrind (Ubuntu Eoan)
 Assignee: (unassigned) => Balint Reczey (rbalint)

** Changed in: valgrind (Ubuntu Focal)
 Assignee: (unassigned) => Balint Reczey (rbalint)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1848211

Title:
  [SRU] valgrind fails to use debug symbols from glib/gtk

To manage notifications about this bug go to:
https://bugs.launchpad.net/valgrind/+bug/1848211/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1848211] Re: [SRU] valgrind fails to use debug symbols from glib/gtk

2019-11-28 Thread Launchpad Bug Tracker
This bug was fixed in the package valgrind - 1:3.15.0-1ubuntu5

---
valgrind (1:3.15.0-1ubuntu5) focal; urgency=medium

  * Drop MPI 1 support to fix FTBFS with openmpi 4.0

valgrind (1:3.15.0-1ubuntu4) focal; urgency=medium

  * Don't look for debug alt file in debug image if it is already found
(LP: #1848211)

 -- Balint Reczey   Thu, 28 Nov 2019 19:35:25 +0100

** Changed in: valgrind (Ubuntu Focal)
   Status: Triaged => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1848211

Title:
  [SRU] valgrind fails to use debug symbols from glib/gtk

To manage notifications about this bug go to:
https://bugs.launchpad.net/valgrind/+bug/1848211/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1848211] Re: [SRU] valgrind fails to use debug symbols from glib/gtk

2019-11-28 Thread Balint Reczey
I've sent the fix upstream at:
https://bugs.kde.org/show_bug.cgi?id=396656

** Bug watch added: KDE Bug Tracking System #396656
   https://bugs.kde.org/show_bug.cgi?id=396656

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1848211

Title:
  [SRU] valgrind fails to use debug symbols from glib/gtk

To manage notifications about this bug go to:
https://bugs.launchpad.net/valgrind/+bug/1848211/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1848211] Re: [SRU] valgrind fails to use debug symbols from glib/gtk

2019-11-28 Thread Balint Reczey
Valgrind is typically used with binaries from the same Ubuntu release or
locally built ones.

Since dwz was enabled by default for Debhelper compat level 12 in 19.04
I suggest not backporting the fix to 18.04. Since the issue was not
reported against 19.04 and 19.04 goes EOL soon I suggest not backporting
the fix to Disco either.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1848211

Title:
  [SRU] valgrind fails to use debug symbols from glib/gtk

To manage notifications about this bug go to:
https://bugs.launchpad.net/valgrind/+bug/1848211/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1848211] Re: [SRU] valgrind fails to use debug symbols from glib/gtk

2019-11-28 Thread Balint Reczey
** Changed in: valgrind (Ubuntu Bionic)
   Status: New => Triaged

** Changed in: valgrind (Ubuntu Disco)
   Status: New => Triaged

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1848211

Title:
  [SRU] valgrind fails to use debug symbols from glib/gtk

To manage notifications about this bug go to:
https://bugs.launchpad.net/valgrind/+bug/1848211/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs