|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
From: AIX Service Mail Server (aixserv
austin.ibm.com)Date: Wed May 30 2001 - 02:19:57 CDT
APAR: IY10826 COMPID: 5765C3403 REL: 430
ABSTRACT: STARTING PTRACE DURING LOADER ACTIVITY CAN CAUSE DEADLOCK
PROBLEM DESCRIPTION:
If a threaded application is loading modules when ptrace is
invoked upon that process, a deadlock may occur when two
threads each hold a lock that the other requires.
LOCAL FIX:
Do not attempt to ptrace a process while it is dynamically
loading modules. If the module(s) being loaded reside on
an NFS filesystem, move the modules to a local filesystem.
PROBLEM SUMMARY:
Loader must ensure that multiple threads within
a process can handle different loader tasks without
interfering with one another.
PROBLEM CONCLUSION:
Modify locking scheme.
------
APAR: IY17298 COMPID: 5765C3403 REL: 430
ABSTRACT: ASSERT IN THREAD_SETSTATE_FAST
PROBLEM DESCRIPTION:
Program termination due to an assert in thread_setstate_fast.
PROBLEM SUMMARY:
Assert in thread_setstate_fast
PROBLEM CONCLUSION:
Increase lock scope.
------
APAR: IY17455 COMPID: 5765C3403 REL: 430
ABSTRACT: SEG FAULT/CORE IN GP_UTILITIES.PRE_MALLOC
PROBLEM DESCRIPTION:
Customers graPHIGS based application triggers
a segmentation fault. The generated core files
shows the following:
(dbx) where
gP_utilities.pre_malloc(??, ??) at 0xd1eea5f8
AFMO_process_local_structures(??, ??, ??) at 0xd12056c0
AFMO_process_local_structures(??, ??, ??) at 0xd1204b04
afmotrv(??, ??) at 0xd12046a8
afmoctl(??, ??) at 0xd120f608
afmopr(??, ??) at 0xd1209ba0
afmnwcr(??) at 0xd1180924
afmnndp(??) at 0xd116cd90
PROBLEM SUMMARY:
Customers graPHIGS based application triggers
a segmentation fault. The generated core files
shows the following:
(dbx) where
gP_utilities.pre_malloc(??, ??) at 0xd1eea5f8
AFMO_process_local_structures(??, ??, ??) at 0xd12056c0
AFMO_process_local_structures(??, ??, ??) at 0xd1204b04
afmotrv(??, ??) at 0xd12046a8
afmoctl(??, ??) at 0xd120f608
afmopr(??, ??) at 0xd1209ba0
afmnwcr(??) at 0xd1180924
afmnndp(??) at 0xd116cd90
PROBLEM CONCLUSION:
Add check for null pointer returned by
malloc_solid_se_info before attempting to
use the returned pointer.
------
APAR: IY17593 COMPID: 5765E4600 REL: 120
ABSTRACT: ENHANCEMENTS FOR VOICE SERVER SUPPORT
PROBLEM DESCRIPTION:
Missing baseforms for new words in grammer cause errors
PROBLEM SUMMARY:
Missing baseforms for new words in grammer
cause errors
PROBLEM CONCLUSION:
Missing words now created automatically
by the server process using text-to-speech engine
------
APAR: IY17594 COMPID: 5765E4600 REL: 120
ABSTRACT: ENHANCEMENTS FOR VOICE SERVER SUPPORT
PROBLEM DESCRIPTION:
Missing baseforms for new words in grammer cause errors
PROBLEM SUMMARY:
Missing baseforms for new words in grammer
cause errors
PROBLEM CONCLUSION:
Missing words now created automatically
by the server process using text-to-speech engine
------
APAR: IY17595 COMPID: 5765E4600 REL: 120
ABSTRACT: ENHANCEMENTS FOR VOICE SERVER SUPPORT
PROBLEM DESCRIPTION:
Missing baseforms for new words in grammer cause errors
PROBLEM SUMMARY:
Missing baseforms for new words in grammer
cause errors
PROBLEM CONCLUSION:
Missing words now created automatically
by the server process using text-to-speech engine
------
APAR: IY17601 COMPID: 5765E4600 REL: 120
ABSTRACT: ENHANCEMENTS FOR VOICE SERVER SUPPORT
PROBLEM DESCRIPTION:
Missing baseforms for new words in grammer cause errors
PROBLEM SUMMARY:
Missing baseforms for new words in grammer
cause errors
PROBLEM CONCLUSION:
Missing words now created automatically
by the server process using text-to-speech engine
------
APAR: IY17602 COMPID: 5765E4600 REL: 120
ABSTRACT: ENHANCEMENTS FOR VOICE SERVER SUPPORT
PROBLEM DESCRIPTION:
Missing baseforms for new words in grammer cause errors
PROBLEM SUMMARY:
Missing baseforms for new words in grammer
cause errors
PROBLEM CONCLUSION:
Missing words now created automatically
by the server process using text-to-speech engine
------
APAR: IY17604 COMPID: 5765E4600 REL: 120
ABSTRACT: ENHANCEMENTS FOR VOICE SERVER SUPPORT
PROBLEM DESCRIPTION:
Missing baseforms for new words in grammer cause errors
PROBLEM SUMMARY:
Missing baseforms for new words in grammer
cause errors
PROBLEM CONCLUSION:
Missing words now created automatically
by the server process using text-to-speech engine
------
APAR: IY17606 COMPID: 5765E4600 REL: 120
ABSTRACT: ENHANCEMENTS FOR VOICE SERVER SUPPORT
PROBLEM DESCRIPTION:
Missing baseforms for new words in grammer cause errors
PROBLEM SUMMARY:
Missing baseforms for new words in grammer
cause errors
PROBLEM CONCLUSION:
Missing words now created automatically
by the server process using text-to-speech engine
------
APAR: IY17607 COMPID: 5765E4600 REL: 120
ABSTRACT: ENHANCEMENTS FOR VOICE SERVER SUPPORT
PROBLEM DESCRIPTION:
Missing baseforms for new words in grammer cause errors
PROBLEM SUMMARY:
Missing baseforms for new words in grammer
cause errors
PROBLEM CONCLUSION:
Missing words now created automatically
by the server process using text-to-speech engine
------
APAR: IY17809 COMPID: 5765E4600 REL: 120
ABSTRACT: ENHANCEMENTS FOR DIRTALK.VIAVOICE FOR VERSION 1.2.1.2
PROBLEM DESCRIPTION:
Enhancements in dirTalk viavoice for support for viavoice
1.2.1.1
PROBLEM SUMMARY:
enhancement for support for viavoice version
1.2.1.1
PROBLEM CONCLUSION:
Support added
------
APAR: IY17921 COMPID: 5765C3403 REL: 430
ABSTRACT: EXTEND CD-ROM SCSD FOR 2K BLOCK SIZE MODE 1 DEVICES.
PROBLEM DESCRIPTION:
Can not change to Mode 1 on DVD-RAM device after changing
to Mode 2 Form 2 or CD-DA.
PROBLEM CONCLUSION:
firmware and corresponding AIX change.
------
APAR: IY17948 COMPID: 5765C3403 REL: 430
ABSTRACT: CHECK TV_MSEC FIELD FOR SETSOCKOPT SO_RCVTIMEO
PROBLEM DESCRIPTION:
clock code checks to see if tv_nsec field is less then
one second. This field can be set from a socket's send or
recv timeout tv_msec. Need to verify it is valid or
return EINVAL.
LOCAL FIX:
Don't call setsockopt with a bad tv_msec value.
PROBLEM SUMMARY:
setsockopt call with tv_usec > 1000000 could cause
the clock code to panic. Now we check the range.
PROBLEM CONCLUSION:
sosetopt now checks range on tv_usec for calls
with SO_RCVTIMEO and SO_SNDTIMEO.
------
APAR: IY17991 COMPID: 5765C3403 REL: 430
ABSTRACT: PPDD DOES NOT DO COPYIN OF DDS AND CAUSES DSI
PROBLEM DESCRIPTION:
On the latest levels of 4.3.3, the machine will DSI while in
pp_read_POS. This is being called from ppinit_dev which
is called from ppconfig in ppdd. The ultimate reason
for the DSI is that the driver is attempting to access the
dds up in user space directly rather than using copyin. It
apears that this use to work until the latest builds but it
is a forbidden practice.
PROBLEM SUMMARY:
On the latest levels of 4.3.3, the machine will DSI while in
pp_read_POS. This is being called from ppinit_dev which
is called from ppconfig in ppdd. The ultimate reason
for the DSI is that the driver is attempting to access the
dds up in user space directly rather than using copyin. It
apears that this use to work until the latest builds but it
is a forbidden practice.
PROBLEM CONCLUSION:
The solution is to use copyin to copy in the dds into local
storage and then access the fields.
------
APAR: IY18061 COMPID: 5765C3403 REL: 430
ABSTRACT: ON GXT6000/GXT4000, STYLED POLYLINE RENDERED INCORRECTLY
PROBLEM DESCRIPTION:
On GXT6000P and GXT4000P adapters, a styled polyline with
many vertices may render incorrectly on graPHIGS application,
especially following rotation or movement of model. Portions
of the line may not render.
This problem is reported on AIX 4.3.3 ML06.
PROBLEM SUMMARY:
On GXT6000P and GXT4000P adapters, a styled polyline with
many vertices may render incorrectly on graPHIGS application,
especially following rotation or movement of model. Portions
of the line may not render.
This problem is reported on AIX 4.3.3 ML06.
PROBLEM CONCLUSION:
Correct login error related to polyline with many vertices,
such that the polyline had to be broken up and rendered in
segments. The logic error related to re-setting the
counters related to applying the styling pattern, accross
the multiple segments that rendered the polyline.
------
APAR: IY18303 COMPID: 576565400 REL: 220
ABSTRACT: AGENT'S LIBRARY DOESN'T SEND CORRECT CPU VALUES TO SNMP
PROBLEM DESCRIPTION:
The values for CPU stats supplied by libSpmi to snmp daemon
are incorrect or zero.
PROBLEM CONCLUSION:
modified the code of Agent's shared library to
retrive & calculate the CPU stats correctly
------
APAR: IY18361 COMPID: 5765C3403 REL: 430
ABSTRACT: SYSTEM CRASHED WHEN CUSTOMER IS USING THE SHARED LIBRARY NAME
PROBLEM DESCRIPTION:
System crashes due to memory leak, when a shared library name
is used as a directory, in the library path.
PROBLEM SUMMARY:
System crashes due to memory leak, when a shared library
name is a directory.
PROBLEM CONCLUSION:
System crashes due to memory leak,
when a shared library name is a directory.
------
APAR: IY18388 COMPID: 5765C3403 REL: 430
ABSTRACT: LDAPXCFG CORE DUMP WITH NIS ON AIX43
PROBLEM DESCRIPTION:
Coredump when using remote websm and NIS is enabled.
PROBLEM CONCLUSION:
Ignore obsolete variable if it cannot be set.
------
APAR: IY18389 COMPID: 5765C3403 REL: 430
ABSTRACT: DISABLING TEXTURE KILLING DOESN'T WORK
PROBLEM DESCRIPTION:
Debugging texture mapped OpenGL applications on the GXT4000P
and GXT6000P often results in the application being killed.
The _RMS_DEBUG_PROCESS environment variable was added to keep
the device driver from killing the application when being
debugged. However, dbx then doesn't work if being run from
the local display without also disabling the texture thread.
PROBLEM CONCLUSION:
Remove SIGTRAP from the list of signals masked by the texture
manager thread.
------
APAR: IY18390 COMPID: 5765C3403 REL: 430
ABSTRACT: OPENGL DLIST CLIPPING ERRORS ON GXT4000
PROBLEM DESCRIPTION:
Incorrect clipping for display list primitives on
GXT2000P, GXT3000P, GXT4000P, GXT6000P.
PROBLEM CONCLUSION:
Change computation of global bounding box so that it
accounts for all necessary orientations.
------
APAR: IY18391 COMPID: 5765C3403 REL: 430
ABSTRACT: GLXCOPYCONTEXT MAY DUMP CORE ON GXT4000P
PROBLEM DESCRIPTION:
Calling glXCopyContext on a GXT4000P can result in a core
in the function __glCopyContext.
PROBLEM CONCLUSION:
Don't attempt to fetch the current active texture using a
GC point that has not been initialized.
------
APAR: IY18392 COMPID: 5765C3403 REL: 430
ABSTRACT: PVT_WINDOWS PBUFFER SCENARIO REPORTS ERRORS THEN DIES
PROBLEM DESCRIPTION:
Creating and destroying pbuffers on GXT2000P, GXT4000P and
GXT6000P results in the overconsumption of shared ancillary
buffer memory to the point where no more pbuffers can be
created without X errors being issued.
The shared memory buffers were free to the standard virtual
memory heap instead of the shared memory heap.
PROBLEM CONCLUSION:
Correctly free shared memory allocations.
------
APAR: IY18412 COMPID: 5765C3403 REL: 430
ABSTRACT: OPENGL CAN HANG WHEN USING TEXTURE MAPPING
PROBLEM DESCRIPTION:
OpenGL applications that use texture mapping might hang
on the GXT2000P, GXT3000P, GXT4000P, or GXT6000P.
PROBLEM CONCLUSION:
Make sure the domain is locked whenever the shared textures
structures are accessed.
------
APAR: IY18466 COMPID: 5765C3403 REL: 430
ABSTRACT: UDP-BASED RPC PROGRAMS CAN GET IN A SPIN
PROBLEM DESCRIPTION:
Due to some network events (ICMP Host/Port unreachable),
UDP-based RPC programs using libnsl can get in a spin, quickly
using up available memory and sometimes even causing system
lockups.
PROBLEM CONCLUSION:
If an error is posted to a stream head in svc_dg_recv and
svc_dg_reply, it is not enough to just do a t_rcvuderr(), since
the error that is set on the socket does not get cleared. All
following operations will result in the same error being
posted. Instead, t_optmgmt will be called with the option level
with XTI_GENERIC, name with XTI_ERROR, and option req. flags
with T_NEGOCIATE, causing the error to be read and cleared off
of the socket as well.
------
APAR: IY18507 COMPID: 569692600 REL: 110
ABSTRACT: GREATER THAN 8 ADAPTER SUPPORT
PROBLEM DESCRIPTION:
Customer will be able to configure up to 16 X.25 adapters per
system vs. the current limit of 8 X.25 adapters per system.
PROBLEM CONCLUSION:
Add capability to AIXLink/X.25 to support up to 16 X.25
adapters.
------
APAR: IY18526 COMPID: 5765C3403 REL: 430
ABSTRACT: XMALLOC CRASHES WHILE UNLOADING A SHARED OBJECT
PROBLEM DESCRIPTION:
system crashes in the xmfree call while unloading a shared
object.
PROBLEM SUMMARY:
Applicatoins using loader domains can crash the system
when unloading shared modules.
PROBLEM CONCLUSION:
Fix system loader.
TEMPORARY FIX:
Don't use loader domains.
------
APAR: IY18531 COMPID: 5765C3403 REL: 430
ABSTRACT: TRAY SELECTION FOR HP2500CM POSTSCRIPT PRINTER DOESN'T WORK
PROBLEM DESCRIPTION:
Tray selection for HP2500CM postscript printer does not
work if different size paper is loaded in the paper trays.
LOCAL FIX:
Modify the custom colon file by hand
PROBLEM SUMMARY:
The selection of paper trays for a postscript HP 2500CM printer
does not work correctly if different size paper is inserted in
the trays.
PROBLEM CONCLUSION:
Fixed the hplj-2500C.ps predef file so the tray/paper
selection can work correctly.
------
APAR: IY18582 COMPID: 5765C3403 REL: 430
ABSTRACT: PRE-MATURE FREEING OF PAGING DISK BLOCK
PROBLEM DESCRIPTION:
Potential paging serialization problems when the system is
under severe paging stress, which may result in application
failure or system crash and in some rare cases potential
loss of data.
PROBLEM CONCLUSION:
Enforce correct serialization.
------
APAR: IY18593 COMPID: 5765C3403 REL: 430
ABSTRACT: GXT4000/6000 EXTSHM=ON HANGS ADAPTER IF GLX EXTENTION USED.
PROBLEM DESCRIPTION:
The OpenGL README recommends setting EXTSHM=ON to maximize
the available segments. However, setting on the GXT4000P and
GTX6000P causes the X server to hang during startup.
PROBLEM CONCLUSION:
Don't detach the texture shared memory region within the
X server.
------
APAR: IY18598 COMPID: 5765C3403 REL: 430
ABSTRACT: SCSI HARD DRIVE ENCLOSURE LED'S DO NOT WORK
PROBLEM DESCRIPTION:
The SCSI hard drive enclosure LED's will fail to blink for the
identify, insert/remove commands.
PROBLEM CONCLUSION:
The bug exists in bos.diag.util 4.3.3.26 and later.
Use a prior level for proper operation.
The PTF associated with this APAR fixes the bug.
------
APAR: IY18683 COMPID: 5765C3403 REL: 430
ABSTRACT: GETHOSTBYXXX_R WILL CAUSE CORE DUMP POTENTIALLY
PROBLEM DESCRIPTION:
gethostbyaddr_r() is called to translate the client's IP
address to a hostname. However, this call will free up a part
of the result from any previous call to the function, and
since we reference an earlier result after the log entry is
being written, we are thus dealing with memory that
has been freed (and re-allocated by some other part of the
code and overwritten). This caused the mntlist corruption.".
PROBLEM SUMMARY:
***************************************************************
*USERS AFFECTED: *
* All users with the following filesets at these levels *
* bos.adt.prof 4.3.3.50lier result after the log entry is
* bos.adt.prof 4.3.3.51s dealing with memory that
* bos.64bit 4.3.3.50-allocated by some other part of the
***************************************************************
*PROBLEM DESCRIPTION: *
* gethostbyaddr_r() is called to translate the client's
* IP address to a hostname. However, this call will free
* up a part of the result from any previous call to the
* function, and since we reference an earlier result
* after the log entry is being written, we are thus
* dealing with memory that has been freed (and
* re-allocated by some other part of the code and
* overwritten). This caused the mntlist corruption.".
***************************************************************
*RECOMMENDATION: *
* Apply apar IY18683
***************************************************************
PROBLEM CONCLUSION:
Don't use the strdup() routine in local resolver code which
will introduce the free/malloc issue.
------
APAR: IY18762 COMPID: 5765C3403 REL: 430
ABSTRACT: OGL STRESS CAUSES SYSTEM BUS TIMEOUT AND CHECKSTOP
PROBLEM DESCRIPTION:
A locking mechanism that would synchronize the interrupt
handler and the FIFO drain to workaround a HW bug has a hole.
Under the rare case, the interrupt mask might get turned on
while the FIFO drain was still holding the lock and caused
the bus timeout.
PROBLEM CONCLUSION:
Fixed the DD interrupt handler code to prevent the interrupt
mask to be enabled before its time.
------
APAR: IY18768 COMPID: 5648C9802 REL: 130
ABSTRACT: SDK 1.3.0 PTF 6 : CA130-20010516
PROBLEM DESCRIPTION:
Fixes since PTF 5 (ca130-20010330) :
(Note: The descriptions here have been truncated.)
+--------+------+---------------------------------------------+
|20010406|28930 |Javac does not follow symbolic links for -sou|
+--------+------+---------------------------------------------+
|20010406|28978 |System menu 'Select input method' text not tr|
+--------+------+---------------------------------------------+
|20010406|29386 |jni_GetPrimitiveArrayElements does not return|
+--------+------+---------------------------------------------+
|20010406|29476 |Sockets should not use SO_REUSEADDR |
+--------+------+---------------------------------------------+
|20010406|29680 |JIT related- DIfferent output on AIX and non-|
+--------+------+---------------------------------------------+
|20010406|29733 |X509Factory invalid use of loacl encoding |
+--------+------+---------------------------------------------+
|20010410|28717 |Scroll Pane does not work properly |
+--------+------+---------------------------------------------+
|20010410|29015 |JIT causes customer's encryption/decryption t|
+--------+------+---------------------------------------------+
|20010410|29440 |AUSFVT: SwingSet2 Source files are not foun|
+--------+------+---------------------------------------------+
|20010413|31447 |UnsatisfiedLinkError with gcNoCompact |
+--------+------+---------------------------------------------+
|20010414|29845 |Fix for ClassLoader defect discovered by Tivo|
+--------+------+---------------------------------------------+
|20010426|31599 |Sun JNDI fails to check for null name |
+--------+------+---------------------------------------------+
|20010427|10708 |Java crashes if -ss is too large |
+--------+------+---------------------------------------------+
|20010427|28218 |Incorrect Garbage Collection of Protection Do|
+--------+------+---------------------------------------------+
|20010427|28856 |Frame visual affects location/size incorrectl|
+--------+------+---------------------------------------------+
|20010427|29885 |Thumb / Knob Scrolling in Swing |
+--------+------+---------------------------------------------+
|20010428|29857 |'/' and '?' doesn't work in ru RU locale |
+--------+------+---------------------------------------------+
|20010428|31668 |HTTP headers not sent on keep-alive |
+--------+------+---------------------------------------------+
|20010502|29678 |UnsatisfiedLinkError with JIT ON |
+--------+------+---------------------------------------------+
|20010502|29730 |File encoding problem with Zh_TW locale |
+--------+------+---------------------------------------------+
|20010502|29898 |Changes to AIX readme |
+--------+------+---------------------------------------------+
|20010502|31451 |Add optimization to AccessControlContext |
+--------+------+---------------------------------------------+
|20010502|31555 |JOptionPaneUI buttons spaced wrongly under Mo|
+--------+------+---------------------------------------------+
|20010516|28050 |Java handling directories with '#' in their |
+--------+------+---------------------------------------------+
|20010516|28971 |JTextfField:Cursor on wrong side of text |
+--------+------+---------------------------------------------+
|20010516|29678 |UnsatisfiedLinkError with JIT on |
+--------+------+---------------------------------------------+
|20010516|29730 |File Encoding problem with Zh_TW locale |
+--------+------+---------------------------------------------+
|20010516|29823 |DBCS filename bad in put() |
+--------+------+---------------------------------------------+
|20010516|29898 |Changes to AIX readme |
+--------+------+---------------------------------------------+
|20010516|31451 |Add optimization to AccessControlContext |
+--------+------+---------------------------------------------+
|20010516|31555 |JOptionPanelUI buttons spaced wrongly under M|
+--------+------+---------------------------------------------+
|20010516|31635 |JPasswordField not grey when not editable |
+--------+------+---------------------------------------------+
|20010516|31725 |JFileChooser setPreferredSize broke |
+--------+------+---------------------------------------------+
|20010516|31922 |AbstractDocument.writeUnlock() is called aft |
+--------+------+---------------------------------------------+
|20010516|31951 |Memory leak in sysThreadFree() on AIX |
+--------+------+---------------------------------------------+
|20010516|31985 |MalformedInputException, zh_CN, buffering |
+--------+------+---------------------------------------------+
|20010516|32050 |Running Java Remotely with a UNC pathname fai|
+--------+------+---------------------------------------------+
|20010516|32169 |Continuation of defect 29774 |
+--------+------+---------------------------------------------+
|20010516|32177 |DateFormat.parse fails in arabic |
+--------+------+---------------------------------------------+
------
APAR: IY19306 COMPID: 5697E3000 REL: 220
ABSTRACT: UPDATE JKIT V2.2 USER'S GUID
PROBLEM DESCRIPTION:
Updating JKIT V2.2 User's Guide.
LOCAL FIX:
Updating JKIT V2.2 User's Guide.
PROBLEM SUMMARY:
This APAR updates JKIT V2.2 User's Guide.
PROBLEM CONCLUSION:
All problems we found were fixed.
------
APAR: IY19312 COMPID: 5697E3000 REL: 220
ABSTRACT: WNN6 ALL CANDIDATE WINDOW WRONG BEHAVIOR
PROBLEM DESCRIPTION:
xwnmo all candidate window strange behaviors
LOCAL FIX:
Fix jkit.Wnn6.base for xwnmo.
PROBLEM SUMMARY:
This APAR includes fixes of some problems.
PROBLEM CONCLUSION:
All problems we found were fixed.
------
APAR: IY19319 COMPID: 5765C3403 REL: 430
ABSTRACT: SDK 1.2.2 PTF 12: CA122-20010511
PROBLEM DESCRIPTION:
Fixes since PTF 11 (ca1122-20010313) :
(Note: The descriptions here have been truncated.)
+--------+------+-------+------------------------------------+
|20010331|25708 | |AIX window resize problem |
+--------+------+-------+------------------------------------+
|20010331|27159 | |Set exception's detail message strin|
+--------+------+-------+------------------------------------+
|20010331|27600 | |IM Status Area is not refreshed afte|
+--------+------+-------+------------------------------------+
|20010331|28042 | |Beans: Introspector does not allow t|
+--------+------+-------+------------------------------------+
|20010331|28413 | |Hang in UNIXProcess.waitFor() |
+--------+------+-------+------------------------------------+
|20010331|28414 | |Oracle/xsql application crash with J|
+--------+------+-------+------------------------------------+
|20010331|28526 | |Incorrect translation in FileChooser|
+--------+------+-------+------------------------------------+
|20010331|28527 | |No Bold Font for ko_KR,ja_JP,zh_CN,r|
+--------+------+-------+------------------------------------+
|20010331|28654 | |setMultipleSelectionEnabled() & Win |
+--------+------+-------+------------------------------------+
|20010331|28859 | |disable does not work for JTable |
+--------+------+-------+------------------------------------+
|20010331|28922 | |java.security.Signature#sign() runni|
+--------+------+-------+------------------------------------+
|20010331|28929 | |JColorChooser strings not correct- p|
+--------+------+-------+------------------------------------+
|20010331|28934 | |MMI doesn't check for breakpoints af|
+--------+------+-------+------------------------------------+
|20010331|28970 | |Multi-Select true-Only in JFilechoos|
+--------+------+-------+------------------------------------+
|20010331|28978 | |System menu 'Select input method' te|
+--------+------+-------+------------------------------------+
|20010331|29016 | |JFrame: select Input Method in Engli|
+--------+------+-------+------------------------------------+
|20010331|29039 | |NPE in javax.swing.JTree.AccessibleJ|
+--------+------+-------+------------------------------------+
|20010331|29277 | |Javacore fix #1 - java stack backtra|
+--------+------+-------+------------------------------------+
|20010331|29278 |IY17559|AIX MMI can notify JVMDI of exceptio|
+--------+------+-------+------------------------------------+
|20010331|29476 | |Sockets should not use SO_REUSEADDR |
+--------+------+-------+------------------------------------+
|20010401|29015 | |JIT causes customer's encryption/dec|
+--------+------+-------+------------------------------------+
|20010401|29043 | |JVM traps when entering loop |
+--------+------+-------+------------------------------------+
|20010401|29130 | |ArrayIndexOutOfBounds-Exception with|
+--------+------+-------+------------------------------------+
|20010401|29500 | |WebSphere 3.5.2 crashes on NT4.0,JIT|
+--------+------+-------+------------------------------------+
|20010405|29307 | |Java IMF Problem |
+--------+------+-------+------------------------------------+
|20010405|29728 | |Running with cn122 JIT results in tr|
+--------+------+-------+------------------------------------+
|20010406|28981 | |ORB array write method not sensitive|
+--------+------+-------+------------------------------------+
|20010406|29680 | |JIT related- DIfferent output on AIX|
+--------+------+-------+------------------------------------+
|20010411|29774 | |JIT Related failures in DirectTalk |
+--------+------+-------+------------------------------------+
|20010411|28971 | |JTextfField:Cursor on wrong side of |
+--------+------+-------+------------------------------------+
|20010412|28717 | |Scroll Pane does not work properly |
+--------+------+-------+------------------------------------+
|20010412|29891 | |Changes to AIX readme for SR11 |
+--------+------+-------+------------------------------------+
|20010427|10708 | |Java crashes if -ss is too large |
+--------+------+-------+------------------------------------+
|20010428|29857 | |'/' and '?' doesn't work in ru RU lo|
+--------+------+-------+------------------------------------+
|20010501|31597 | |Java trap-D at Graphics2D drawstring|
+--------+------+-------+------------------------------------+
|20010501|31645 | |JEditorPane <Input> Tag not working |
+--------+------+-------+------------------------------------+
|20010501|31712 | |Some DBCS print rotated with Hiragan|
+--------+------+-------+------------------------------------+
|20010501|31770 | |JTextField allows 'enter' key input |
+--------+------+-------+------------------------------------+
|20010502|31545 | |PTF11 - Arabic text in JTextArea |
+--------+------+-------+------------------------------------+
|20010511|29678 | |UnsatisfiedLinkError with JIT ON |
+--------+------+-------+------------------------------------+
|20010511|29730 | |File encoding problem with Zh_TW loc|
+--------+------+-------+------------------------------------+
|20010511|29823 | |DBCS filename bad in put() |
+--------+------+-------+------------------------------------+
|20010511|31550 | |JOptionPane Buttons are spaced wrong|
+--------+------+-------+------------------------------------+
|20010511|31725 | |JFileChooser setPreferredSize broke |
+--------+------+-------+------------------------------------+
|20010511|31951 | |Memory leak in sysThreadFree() on AI|
+--------+------+-------+------------------------------------+
------
APAR: IY19396 COMPID: 5765B8100 REL: 220
ABSTRACT: TPS LIBRARY LIBE32N.A DOES NOT ALLOW THE ENTRY OF A COMMA
PROBLEM DESCRIPTION:
TPS Library libe32n.a does not allow the entry of a comma
PROBLEM SUMMARY:
TPS Library libe32n.a does not allow the entry
of a comma
PROBLEM CONCLUSION:
A new library was obtained from TPS Systems
------
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]