[Bug 1742675] Re: after upgrade to linux-image-extra-4.13.0-26-generic the system does not start at all

2018-01-18 Thread Davis King
I have the same issue, an automatic upgrade to 4.13.0-30-generic and now
I can't boot.  Just kernel panics right away.  If I boot with 4.10.0 it
works fine.  I'm also attaching a screenshot of my kernel panic message.

** Attachment added: "2018-01-18 20.16.06.jpg"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1742675/+attachment/5039232/+files/2018-01-18%2020.16.06.jpg

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

Title:
  after upgrade to linux-image-extra-4.13.0-26-generic  the system does
  not start at all

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1742675/+subscriptions

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

[Bug 668065] [NEW] using __PRETTY_FUNCTION__ causes gcc to segfault

2010-10-28 Thread Davis King
Public bug reported:

Binary package hint: gcc-4.4


1)
My Ubuntu Release:
Description:Ubuntu 10.10
Release:10.10

2)
gcc-4.4:
  Installed: 4.4.4-14ubuntu5
  Candidate: 4.4.4-14ubuntu5
  Version table:
 *** 4.4.4-14ubuntu5 0
500 http://ubuntu.media.mit.edu/ubuntu/ maverick/main amd64 Packages
100 /var/lib/dpkg/status


3)

I compiled this program and it causes gcc to segfault:
#include iostream

using namespace std;
class obj1 {
public:
void do_something () { cout  hello world  endl; }
};

template typename U
class obj2 
{
public:

template  typename T 
void set ( 
void (T::*cb)() 
) { std::cout  __PRETTY_FUNCTION__; }
};

int main()
{
obj2int o2;
o2.set(obj1::do_something);
}


When compiled with the statement 'g++ program.cpp' the result is the following:
In member function ‘void obj2U::set(void (T::*)()) [with T = obj1, U = int]’:
cc1plus: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See file:///usr/share/doc/gcc-4.4/README.Bugs for instructions.


I have also attached the fully preprocessed source code.

** Affects: gcc-4.4 (Ubuntu)
 Importance: Undecided
 Status: New

-- 
using __PRETTY_FUNCTION__ causes gcc to segfault
https://bugs.launchpad.net/bugs/668065
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 668065] Re: using __PRETTY_FUNCTION__ causes gcc to segfault

2010-10-28 Thread Davis King

** Attachment added: preprocessed_program.ii
   
https://bugs.launchpad.net/bugs/668065/+attachment/1714940/+files/preprocessed_program.ii

-- 
using __PRETTY_FUNCTION__ causes gcc to segfault
https://bugs.launchpad.net/bugs/668065
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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