This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 84247 - netbeans-ent_pack-5_5-beta-linux.sh installer Segmentation fault
Summary: netbeans-ent_pack-5_5-beta-linux.sh installer Segmentation fault
Status: RESOLVED DUPLICATE of bug 84248
Alias: None
Product: installer
Classification: Unclassified
Component: Code (show other bugs)
Version: 5.x
Hardware: HP Linux
: P3 blocker (vote)
Assignee: Kirill Sorokin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-05 19:18 UTC by steevcoco
Modified: 2006-09-13 11:57 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description steevcoco 2006-09-05 19:18:49 UTC
When running the netbeans-ent_pack-5_5-beta-linux.sh installer, the console
fills with segmentation faults before the GUI is opened.

The same behavior happens with the NetBeans IDE 5.5 installer .bin file; though
that is also available as a zipped archive.  I have installed the bin version of
the IDE, and had exceptions thrown from plugins (see this mevenIDE issue:
http://jira.codehaus.org/browse/MEVENIDE-443)  But re-installing the IDE using
the zip archive results in no exceptions.

Since the enterprise pack installer is throwing the same kinds of segmentation
faults, I will not allow the installer to proceed since I might be winding up
with a corrupt installation.

Can this installer also be made available as an archive?

The system is Ubuntu Gnu Linux:
Linux coco-laptop 2.6.15-26-686 #1 SMP PREEMPT Thu Aug 3 03:13:28 UTC 2006 i686
GNU/Linux
java version "1.5.0_08"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_08-b03)
Java HotSpot(TM) Client VM (build 1.5.0_08-b03, mixed mode, sharing)

This is the complete output in the console before the GUI opens:

./netbeans-ent_pack-5_5-beta-linux.sh








          Initializing InstallShield Wizard........
./netbeans-ent_pack-5_5-beta-linux.sh: line 287:  9315 Segmentation fault     
dd if="$INSTALLER_PATH" of="$ISTEMP/filePadded" bs="$FIXED_BLOCK_SIZE"
skip="$BOFFSET" count=$BLOCKS >/dev/null 2>&1
./netbeans-ent_pack-5_5-beta-linux.sh: line 287:  9316 Segmentation fault     
dd if="$ISTEMP/filePadded" of="$NAME" bs="$SIZE" count=1 >/dev/null 2>&1
./netbeans-ent_pack-5_5-beta-linux.sh: line 287:  9338 Segmentation fault     
dd if="$INSTALLER_PATH" of="$ISTEMP/filePadded" bs="$FIXED_BLOCK_SIZE"
skip="$BOFFSET" count=$BLOCKS >/dev/null 2>&1
./netbeans-ent_pack-5_5-beta-linux.sh: line 287:  9339 Segmentation fault     
dd if="$ISTEMP/filePadded" of="$NAME" bs="$SIZE" count=1 >/dev/null 2>&1
          Verifying JVM../netbeans-ent_pack-5_5-beta-linux.sh: line 287:  9376
Segmentation fault      dd if="$INSTALLER_PATH" of="$ISTEMP/filePadded"
bs="$FIXED_BLOCK_SIZE" skip="$BOFFSET" count=1 >/dev/null 2>&1
./netbeans-ent_pack-5_5-beta-linux.sh: line 287:  9377 Segmentation fault     
dd if="$ISTEMP/filePadded" of="$NAME" bs="$SIZE" count=1 >/dev/null 2>&1
          Extracting Installation Archive../netbeans-ent_pack-5_5-beta-linux.sh:
line 287:  9555 Segmentation fault      dd if="$INSTALLER_PATH"
of="$ISTEMP/filePadded" bs="$FIXED_BLOCK_SIZE" skip="$BOFFSET" count=$BLOCKS
>/dev/null 2>&1
./netbeans-ent_pack-5_5-beta-linux.sh: line 287:  9562 Segmentation fault     
dd if="$ISTEMP/filePadded" of="$NAME" bs="$SIZE" count=1 >/dev/null 2>&1
          Launching InstallShield Wizard........

















/usr/share/themes/Human/gtk-2.0/gtkrc:70: Engine "ubuntulooks" is unsupported,
ignoring
/usr/share/themes/Human/gtk-2.0/gtkrc:240: Priority specification is
unsupported, ignoring
./netbeans-ent_pack-5_5-beta-linux.sh: line 287:  9776 Segmentation fault     
dd if="$INSTALLER_PATH" of="$ISTEMP/filePadded" bs="$FIXED_BLOCK_SIZE"
skip="$BOFFSET" count=1 >/dev/null 2>&1
./netbeans-ent_pack-5_5-beta-linux.sh: line 287:  9777 Segmentation fault     
dd if="$ISTEMP/filePadded" of="$NAME" bs="$SIZE" count=1 >/dev/null 2>&1
Comment 1 steevcoco 2006-09-06 17:34:55 UTC
See issue: 84246

P.S.

The Platform should be PC, not HP...
Comment 2 steevcoco 2006-09-08 01:49:46 UTC
This appears to be a Ubuntu issue. See Issue #84246, and:

https://launchpad.net/distros/ubuntu/+source/language-pack-fr-base/+bug/42264
Comment 3 Kirill Sorokin 2006-09-13 11:57:54 UTC

*** This issue has been marked as a duplicate of 84248 ***