Custom Query (172 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (115 - 117 of 172)

Ticket Resolution Summary Owner Reporter
#101 wontfix Java application used in VirtualBox: failure to properly size windows erdmann
Description

I am using versions 6.5.11 of SmartSVN (requiring Java 1.4.2) and 6.6.7 (requiring Java 1.6 -> this new version of Java) in VirtualBox?. The VirtualBox? host is Windows 7 running with a screen aspect ratio of 16/9 while the VirtualBox? guest is OS/2 running with a screen aspect ratio of 4/3. 1.) for SmartSVN 6.5.11 I can properly resize windows: maximizing the window will exactly fill the screen, sizing works as expected 2.) for SmartSVN 6.6.7 I cannot properly resize windows: maximizing the window will cover exactly the screen height but will exceed the screen width. I suspect it tries to scale screen width with a ratio of 16/9 where it should scale with 4/3 of the screen height. I also cannot size at all (even though the sizing pointer symbol is visible) and the window unfortunately is wider than the screen. 3.) both versions of SmartSVN properly work when running under native OS/2
(no window sizing problem).

Therefore, from the 3 components:
Java version,
SmartSVN itself,
VirtualBox? yes/no
I suspect that the Java 1.6 somehow queries the wrong screen resolution or the wrong aspect ratio or that it uses "unsuitable" parameters queried from the OS to compute screen width/screen height.

#129 fixed josm EXCEPTION_ACCESS_VIOLATION at startup fbakan
Description

josm (Java-OpenStreetMap?-Editor) (for example version 4064) crashes at startup.

log reports:

#
# A fatal error has been detected by the Java Runtime Environment:
#
#  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x1c025de0, pid=57, tid=3735556
#
# JRE version: 6.0-b22
# Java VM: OpenJDK Client VM (19.0-b09 mixed mode os2-x86 )
# Problematic frame:
# C  [DOSCALL1+0x1005de0]
#
# If you would like to submit a bug report, please visit:
#   http://java.sun.com/webapps/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#

---------------  T H R E A D  ---------------

Current thread (0x2112cc00):  JavaThread "main" [_thread_in_native, id=3735556, stack(0x04f50000,0x05060000)]

siginfo: ExceptionCode=0xc0000005, writing address 0x00000000

Registers:
EAX=0x00000000, EBX=0x0504f93c, ECX=0x00000013, EDX=0x00000000
ESP=0x0504f820, EBP=0x0504f82c, ESI=0x00000000, EDI=0x00000000
EIP=0x1c025de0, EFLAGS=0x00012202

Register to memory mapping:

EAX=0x00000000
0x00000000 is pointing to unknown location

EBX=0x0504f93c
0x0504f93c is pointing into the stack for thread: 0x2112cc00
"main" prio=6 tid=0x2112cc00 nid=0x390004 runnable [0x0504f000]
   java.lang.Thread.State: RUNNABLE

ECX=0x00000013
0x00000013 is pointing to unknown location

EDX=0x00000000
0x00000000 is pointing to unknown location

ESP=0x0504f820
0x0504f820 is pointing into the stack for thread: 0x2112cc00
"main" prio=6 tid=0x2112cc00 nid=0x390004 runnable [0x0504f000]
   java.lang.Thread.State: RUNNABLE

EBP=0x0504f82c
0x0504f82c is pointing into the stack for thread: 0x2112cc00
"main" prio=6 tid=0x2112cc00 nid=0x390004 runnable [0x0504f000]
   java.lang.Thread.State: RUNNABLE

ESI=0x00000000
0x00000000 is pointing to unknown location

EDI=0x00000000
0x00000000 is pointing to unknown location


Top of Stack: (sp=0x0504f820)
0x0504f820:   00000000 00000000 00000000 00000000
0x0504f830:   00000000 00000000 00000000 00000000
0x0504f840:   00000000 00000000 00000000 00000000
0x0504f850:   00000000 00000000 00000000 00000000
0x0504f860:   00000000 00000000 00000000 00000000
0x0504f870:   00000000 00000000 00000000 00000000
0x0504f880:   00000000 00000000 00000000 00000000
0x0504f890:   00000000 00000000 00000000 00000000 

Instructions: (pc=0x1c025de0)
0x1c025dd0:   55 8b ec 8d 65 f8 51 83 7d 10 00 74 05 8b 45 0c
0x1c025de0:   8a 08 6a 00 8d 45 fc 50 ff 75 14 ff 75 10 ff 75 


Stack: [0x04f50000,0x05060000],  sp=0x0504f820,  free space=1022k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C  [DOSCALL1+0x1005de0]

Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j  0x22149e15

#190 fixed Crash when putting load on a TCP Server Socket opend for reading. gap
Description

Output from a FTP server application. I have full source and it runs on all other versions of Java. At first there is some output but is soon stops with this: Login : greg 71.246.225.60 20120927 205045 SYS1808: The process has stopped. The software diagnostic code (exception code) is 009F.

Note: See TracQuery for help on using queries.