[Bug 1633251] Re: Crashes when installing on Ubuntu 16.10

2019-04-16 Thread Christoph Probst
There is a workaround for Ubuntu 18.04 Bionic manually replacing
spooldefaults.bin, libspoolb.so and libspoolc.so with the files from the
Debian 8.1.9+dfsg-9 package.

For details see
https://bugs.launchpad.net/ubuntu/+source/gridengine/+bug/1774302

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

Title:
  Crashes when installing on Ubuntu 16.10

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

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

[Bug 1633251] Re: Crashes when installing on Ubuntu 16.10

2019-02-21 Thread Mike
Regarding

   Installing gridengine-master, gridengine-common, gridengine-exec, 
   gridengine-client version 8.1.9+dfsg-8 from Debian sid 
   (https://packages.debian.org/sid/utils/gridengine-master)
   solves the problem on Ubuntu 18.04 LTS.

I cannot reproduce the solution on Ubuntu 18.04 LTS.  The gridengine-
client mentioned above has a dependency on libc6 >=2.28 but 2.27 is the
newest available for Ubuntu 18.04 LTS.

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

Title:
  Crashes when installing on Ubuntu 16.10

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

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

[Bug 1633251] Re: Crashes when installing on Ubuntu 16.10

2018-12-17 Thread Lennart Karssen
For Ubuntu 18.04 there is a separate report for this bug: #1774302

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

Title:
  Crashes when installing on Ubuntu 16.10

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

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

[Bug 1633251] Re: Crashes when installing on Ubuntu 16.10

2018-05-28 Thread Vladimir Fonov
I tried poking around with the source package on a machine recently upgraded 
from 16.04.
I had following observations:


1. compilation from source fails, because default-jdk which is used to compile 
java code doesn't support -d64 switch anymore, using openjdk-8-jdk seem to have 
fixed it

2. linking of glob fails, because of the references to __alloca in
source/3rdparty/qmake/glob/glob.c , adding # define __alloca
alloca fixed it

3. running with valgrind shows some bad memory access in
source/libs/uti/sge_profiling.c , fixed it by disabling profiling:
"static bool profiling_enabled = false;"

4. running with gdb showed SEGFAULT in
source/libs/uti/sge_hostname.c:1167 , made a work-around by replacing
the line with "bool ignore_fqdn = true;"

after that newly generated package is able to install.


Somebody should investigate why calling bootstrap_get_ignore_fqdn() causes a 
crash.

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

Title:
  Crashes when installing on Ubuntu 16.10

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

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

[Bug 1633251] Re: Crashes when installing on Ubuntu 16.10

2018-05-08 Thread Ewald Enzinger
For information:
Installing gridengine-master, gridengine-common, gridengine-exec, 
gridengine-client version 8.1.9+dfsg-8 from Debian sid 
(https://packages.debian.org/sid/utils/gridengine-master) solves the problem on 
Ubuntu 18.04 LTS.

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

Title:
  Crashes when installing on Ubuntu 16.10

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

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

[Bug 1633251] Re: Crashes when installing on Ubuntu 16.10

2018-05-07 Thread Ewald Enzinger
Problem still exists with Ubuntu 18.04 LTS. Segfault during standard
install of gridengine-master. Same error message.

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

Title:
  Crashes when installing on Ubuntu 16.10

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

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

[Bug 1633251] Re: Crashes when installing on Ubuntu 16.10

2018-01-26 Thread Marco van Zwetselaar
Problem still exists with Ubuntu 17.10 server.  Segfault during standard
install of gridengine-master.

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

Title:
  Crashes when installing on Ubuntu 16.10

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

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

[Bug 1633251] Re: Crashes when installing on Ubuntu 16.10

2017-10-09 Thread Gilles Degottex
For information:
master and execution host binaries can be compiled from the source 
(gridengine_8.1.9+dfsg.orig.tar.gz), installed, and running flawlessly.

deb pkg gridengine-client can then be used on submit hosts.

Thus, the bug is surely from the configuration script of the pkg
gridengine-master

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

Title:
  Crashes when installing on Ubuntu 16.10

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

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

[Bug 1633251] Re: Crashes when installing on Ubuntu 16.10

2017-09-29 Thread Gilles Degottex
Same problem here with Ubuntu 17.04 server.
Any news since then?

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

Title:
  Crashes when installing on Ubuntu 16.10

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

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

[Bug 1633251] Re: Crashes when installing on Ubuntu 16.10

2017-09-29 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: gridengine (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/1633251

Title:
  Crashes when installing on Ubuntu 16.10

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

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

[Bug 1633251] Re: Crashes when installing on Ubuntu 16.10

2016-10-26 Thread Vitor Gouveia
Sorry if I wasn't clear. 
The package I was talking about is 6.2u5-7.4 currently available in the 
repositories of Ubuntu 16.04. 
I cannot perform a clean installation of gridengine-client gridengine-master 
(8.1.9+dfsg-2 available) on Ubuntu 16.10 but I cannot perform a clean 
installation of the packages coming from the Ubuntu 16.04 (gridengine-client 
gridengine-master 6.2u5-7.4). 
I didn't try with debian but something is wrong with package or with 
dependencies. I'm trying to perform a clean installation.

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

Title:
  Crashes when installing on Ubuntu 16.10

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

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


[Bug 1633251] Re: Crashes when installing on Ubuntu 16.10

2016-10-22 Thread Afif Elghraoui
Hmm. According to your output, the command that segfaulted was:

/usr/lib/gridengine/spooldefaults configuration /usr/share/gridengine
/default-configuration

I've directly tested the installation of this package on Debian stable-
backports, and Debian QA tools report successful
installation/uninstallation on Debian Unstable and Testing. I suspect it
might either have to do with the versions of some dependencies that were
incorporated into Ubuntu 16.10, or perhaps some unexpected data in your
configuration. I don't know for sure.

When you said you could successfully install on 16.04, were you
referring to the version of the package distributed there, or did you
try the same version as here, 8.1.9?

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

Title:
  Crashes when installing on Ubuntu 16.10

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

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