[Bug 1621013] Re: DW_TAG_restrict_type (0x37) @ <0x4d5> not handled

2019-01-07 Thread Robie Basak
Reported fixed in Disco in 1.12-1.

If you need a fix for the bug in previous versions of Ubuntu, then the relevant 
procedure is documented here: 
 
https://wiki.ubuntu.com/StableReleaseUpdates 


** Changed in: dwarves-dfsg (Ubuntu)
   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/1621013

Title:
  DW_TAG_restrict_type (0x37) @ <0x4d5> not handled

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dwarves-dfsg/+bug/1621013/+subscriptions

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

[Bug 1621013] Re: DW_TAG_restrict_type (0x37) @ <0x4d5> not handled

2018-12-26 Thread Patrik Lundquist
** Tags added: cosmic

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

Title:
  DW_TAG_restrict_type (0x37) @ <0x4d5> not handled

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dwarves-dfsg/+bug/1621013/+subscriptions

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

[Bug 1621013] Re: DW_TAG_restrict_type (0x37) @ <0x4d5> not handled

2018-12-26 Thread Bug Watch Updater
** Changed in: dwarves-dfsg (Debian)
   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/1621013

Title:
  DW_TAG_restrict_type (0x37) @ <0x4d5> not handled

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dwarves-dfsg/+bug/1621013/+subscriptions

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

[Bug 1621013] Re: DW_TAG_restrict_type (0x37) @ <0x4d5> not handled

2018-12-04 Thread Bug Watch Updater
** Changed in: dwarves-dfsg (Debian)
   Status: New => Fix Committed

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

Title:
  DW_TAG_restrict_type (0x37) @ <0x4d5> not handled

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dwarves-dfsg/+bug/1621013/+subscriptions

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

[Bug 1621013] Re: DW_TAG_restrict_type (0x37) @ <0x4d5> not handled

2018-07-24 Thread Andreas Hasenack
Quick reproducer, to help test this whenever it gets addressed:
#include 
#include 

int main(void) {
char *restrict foo = "Hello world.\n";

printf("%s", foo);
exit(0);
}


Compile with -ggdb and then run pahole on the resulting binary:
$ pahole foo
die__process_unit: DW_TAG_restrict_type (0x37) @ <0x91> not handled!

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

Title:
  DW_TAG_restrict_type (0x37) @ <0x4d5> not handled

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dwarves-dfsg/+bug/1621013/+subscriptions

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

[Bug 1621013] Re: DW_TAG_restrict_type (0x37) @ <0x4d5> not handled

2018-07-24 Thread Andreas Hasenack
There is a new upstream release, tagged 1.11:
https://git.kernel.org/pub/scm/devel/pahole/pahole.git/snapshot/pahole-1.11.tar.gz

Current 1.10 one that debian and ubuntu have been carrying is about 6yo

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

Title:
  DW_TAG_restrict_type (0x37) @ <0x4d5> not handled

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dwarves-dfsg/+bug/1621013/+subscriptions

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

[Bug 1621013] Re: DW_TAG_restrict_type (0x37) @ <0x4d5> not handled

2018-07-24 Thread Andreas Hasenack
Still valid in cosmic as well.

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

Title:
  DW_TAG_restrict_type (0x37) @ <0x4d5> not handled

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dwarves-dfsg/+bug/1621013/+subscriptions

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

[Bug 1621013] Re: DW_TAG_restrict_type (0x37) @ <0x4d5> not handled

2018-07-24 Thread Andreas Hasenack
Link to the upstream commit:
https://git.kernel.org/pub/scm/devel/pahole/pahole.git/commit/?id=0fbb39291d5996c052ee026308052b3cc5f726e9

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

Title:
  DW_TAG_restrict_type (0x37) @ <0x4d5> not handled

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dwarves-dfsg/+bug/1621013/+subscriptions

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

[Bug 1621013] Re: DW_TAG_restrict_type (0x37) @ <0x4d5> not handled

2018-07-23 Thread Patrik Lundquist
** Tags added: artful bionic

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

Title:
  DW_TAG_restrict_type (0x37) @ <0x4d5> not handled

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dwarves-dfsg/+bug/1621013/+subscriptions

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

[Bug 1621013] Re: DW_TAG_restrict_type (0x37) @ <0x4d5> not handled

2018-07-23 Thread Maxime Leroy
** Tags added: xenial

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

Title:
  DW_TAG_restrict_type (0x37) @ <0x4d5> not handled

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dwarves-dfsg/+bug/1621013/+subscriptions

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

[Bug 1621013] Re: DW_TAG_restrict_type (0x37) @ <0x4d5> not handled

2018-03-13 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: dwarves-dfsg (Ubuntu)
   Status: New => Confirmed

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

Title:
  DW_TAG_restrict_type (0x37) @ <0x4d5> not handled

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dwarves-dfsg/+bug/1621013/+subscriptions

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

[Bug 1621013] Re: DW_TAG_restrict_type (0x37) @ <0x4d5> not handled

2017-02-21 Thread Joshua Powers
** Tags removed: needs-upstream-report

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

Title:
  DW_TAG_restrict_type (0x37) @ <0x4d5> not handled

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dwarves-dfsg/+bug/1621013/+subscriptions

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


[Bug 1621013] Re: DW_TAG_restrict_type (0x37) @ <0x4d5> not handled

2017-02-20 Thread Bug Watch Updater
** Changed in: dwarves-dfsg (Debian)
   Status: Unknown => New

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

Title:
  DW_TAG_restrict_type (0x37) @ <0x4d5> not handled

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dwarves-dfsg/+bug/1621013/+subscriptions

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


[Bug 1621013] Re: DW_TAG_restrict_type (0x37) @ <0x4d5> not handled

2017-02-20 Thread Patrik Lundquist
** Bug watch added: Debian Bug tracker #779809
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=779809

** Also affects: dwarves-dfsg (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=779809
   Importance: Unknown
   Status: Unknown

** Tags added: zesty

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

Title:
  DW_TAG_restrict_type (0x37) @ <0x4d5> not handled

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dwarves-dfsg/+bug/1621013/+subscriptions

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


[Bug 1621013] Re: DW_TAG_restrict_type (0x37) @ <0x4d5> not handled

2016-09-09 Thread ChristianEhrhardt
Thank you for taking the time to report this bug and helping to make
Ubuntu better.

This bug is present in Debian too, and Ubuntu currently doesn't make any
changes over the Debian package. So this bug would be best fixed
directly in Debian, and then Ubuntu will pick up the fix automatically.

Would you mind filing a bug with Debian please?

** Tags added: needs-upstream-report

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

Title:
  DW_TAG_restrict_type (0x37) @ <0x4d5> not handled

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dwarves-dfsg/+bug/1621013/+subscriptions

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