Custom Query (172 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (133 - 135 of 172)

Ticket Owner Reporter Resolution Summary
#240 dmik fixed Starting java.exe from ash/dash breaks command line arguments with spaces
Description

Given this hello.java:

public class hello
{
  public static void main(String args[])
  {
    System.out.println("hello world!");
    for (int i = 0; i < args.length; ++i)
      System.out.println("arg["+i+"]=["+args[i]+"]");
  }
}

and this SH script:

D:/Tools/openjdk6_b27_sdk_os2_ga5-20130217/bin/java.exe -cp . hello "1 2" 3

you get this output if the script is run by bash:

hello world!
arg[0]=[1 2]
arg[1]=[3]

and this output if it's run by ash/dash:

hello world!
arg[0]=[1]
arg[1]=[2]
arg[2]=[3]

Apparently, in the second case spaces are handled incorrectly.

#54 Batchheizer invalid Clipboard-Problems
Description

Unicorn (Simple Greek-Beta-Code / Hebrew-Editor) runs fine.

http://www.quasillum.com/software/unicorn.htm

But Copying Greek/Hebrew? Text to FF does not function.

1.Run Unicorn 2.Ctrl+G for Greek Keyboard 3.Type something 4.Strg+a, Strg+c 5.Paste in FF -> Only ????? appear but: 6.Paste in OOo -> all correct.

Any idea?

#59 dmik fixed IzPack based installers sometimes SIGABRT at exit
Description

Sometimes I get this

Killed by SIGABRT
pid=0x00cf ppid=0x00ce tid=0x0010 slot=0x00a8 pri=0x0200 mc=0x0001
D:\CODING\JAVAOS2\OPENJDK\BUILD-PRODUCT-RELEASE\BIN\JAVA.EXE
Process dumping was disabled, use DUMPPROC / PROCDUMP to enable it.

when the installer finishes execution. This looks harmless though: all the job seems to be done.

Note: See TracQuery for help on using queries.