Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [photran] photran Digest, Vol 62, Issue 8

Hi Beth,

Thanks for getting back - here is my log file. From what I understand,
it is a problem with the library. I am using a 32 bit mac.

!SESSION 2010-10-25 22:45:12.772 -----------------------------------------------
eclipse.buildId=M20100909-0800
java.version=1.6.0_22
java.vendor=Apple Inc.
BootLoader constants: OS=macosx, ARCH=x86, WS=cocoa, NL=en_US
Framework arguments:  -keyring /Users/anoopmj/.eclipse_keyring -showlocation
Command-line arguments:  -os macosx -ws cocoa -arch x86 -keyring
/Users/anoopmj/.eclipse_keyring -showlocation

!ENTRY org.eclipse.core.net 1 0 2010-10-25 22:45:30.648
!MESSAGE System property http.nonProxyHosts has been set to
local|*.local|169.254/16|*.169.254/16 by an external source. This
value will be overwritten using the values from the preferences

!ENTRY org.eclipse.ui 4 0 2010-10-25 22:45:44.283
!MESSAGE Unhandled event loop exception
!STACK 0
java.lang.NullPointerException
	at java.lang.String.compareTo(String.java:1167)
	at org.eclipse.cdt.ui.wizards.CDTMainWizardPage$2.getName(CDTMainWizardPage.java:130)
	at org.eclipse.swt.accessibility.Accessible.getTitleAttribute(Accessible.java:1825)
	at org.eclipse.swt.accessibility.Accessible.internal_addRelationAttributes(Accessible.java:3341)
	at org.eclipse.swt.widgets.Control.accessibilityAttributeNames(Control.java:169)
	at org.eclipse.swt.widgets.Display.windowProc(Display.java:4886)
	at org.eclipse.swt.internal.cocoa.OS.objc_msgSendSuper(Native Method)
	at org.eclipse.swt.widgets.Widget.callSuperObject(Widget.java:296)
	at org.eclipse.swt.widgets.Widget.accessibilityAttributeValue(Widget.java:154)
	at org.eclipse.swt.widgets.Control.accessibilityAttributeValue(Control.java:248)
	at org.eclipse.swt.widgets.Composite.accessibilityAttributeValue(Composite.java:142)
	at org.eclipse.swt.widgets.Display.windowProc(Display.java:5078)
	at org.eclipse.swt.internal.cocoa.OS.objc_msgSendSuper(Native Method)
	at org.eclipse.swt.widgets.Widget.accessibilityHitTest(Widget.java:172)
	at org.eclipse.swt.widgets.Control.accessibilityHitTest(Control.java:231)
	at org.eclipse.swt.widgets.Display.windowProc(Display.java:5076)
	at org.eclipse.swt.internal.cocoa.OS.objc_msgSendSuper(Native Method)
	at org.eclipse.swt.widgets.Widget.accessibilityHitTest(Widget.java:172)
	at org.eclipse.swt.widgets.Control.accessibilityHitTest(Control.java:231)
	at org.eclipse.swt.widgets.Display.windowProc(Display.java:5076)
	at org.eclipse.swt.internal.cocoa.OS.objc_msgSendSuper(Native Method)
	at org.eclipse.swt.widgets.Display.applicationNextEventMatchingMask(Display.java:4483)
	at org.eclipse.swt.widgets.Display.applicationProc(Display.java:4739)
	at org.eclipse.swt.internal.cocoa.OS.objc_msgSend(Native Method)
	at org.eclipse.swt.internal.cocoa.NSApplication.nextEventMatchingMask(NSApplication.java:85)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3271)
	at org.eclipse.jface.window.Window.runEventLoop(Window.java:825)
	at org.eclipse.jface.window.Window.open(Window.java:801)
	at org.eclipse.ui.internal.actions.NewWizardShortcutAction.run(NewWizardShortcutAction.java:135)
	at org.eclipse.jface.action.Action.runWithEvent(Action.java:498)
	at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:584)
	at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:501)
	at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:411)
	at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
	at org.eclipse.swt.widgets.Display.sendEvent(Display.java:3776)
	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1367)
	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1390)
	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1375)
	at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1187)
	at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3622)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3277)
	at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2640)
	at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2604)
	at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2438)
	at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:671)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:664)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:115)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:369)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:619)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:574)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1407)

Anoop

On 10/24/10, photran-request@xxxxxxxxxxx <photran-request@xxxxxxxxxxx> wrote:
> Send photran mailing list submissions to
> 	photran@xxxxxxxxxxx
>
> To subscribe or unsubscribe via the World Wide Web, visit
> 	https://dev.eclipse.org/mailman/listinfo/photran
> or, via email, send a message with subject or body 'help' to
> 	photran-request@xxxxxxxxxxx
>
> You can reach the person managing the list at
> 	photran-owner@xxxxxxxxxxx
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of photran digest..."
>
>
> Today's Topics:
>
>    1. Re: Photran freeze: beginner (Beth Tibbitts)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Sat, 23 Oct 2010 15:59:03 -0400
> From: Beth Tibbitts <tibbitts@xxxxxxxxxx>
> To: Photran Information <photran@xxxxxxxxxxx>
> Subject: Re: [photran] Photran freeze: beginner
> Message-ID:
> 	<OFE3F294DF.A7F7A036-ON852577C5.006DBB8B-852577C5.006DC711@xxxxxxxxxx>
> Content-Type: text/plain; charset="iso-8859-1"
>
>
> Can you tell if there's anything in the error log?
> See <workspace-location>/.metadata/.log
>
>
> ...Beth
>
> Beth Tibbitts
> Eclipse Parallel Tools Platform  http://eclipse.org/ptp
> IBM STG Communications Protocols and Tools
> Mailing Address:  IBM Corp., Coldstream Research Campus, 745 West New
> Circle Road, Lexington, KY 40511
>
>
> |------------>
> | From:      |
> |------------>
>
>>--------------------------------------------------------------------------------------------------------------------------------------------------|
>   |Anoop Mahajan <anoopmj@xxxxxxxxx>
>                                                                         |
>
>>--------------------------------------------------------------------------------------------------------------------------------------------------|
> |------------>
> | To:        |
> |------------>
>
>>--------------------------------------------------------------------------------------------------------------------------------------------------|
>   |photran@xxxxxxxxxxx
>                                                                         |
>
>>--------------------------------------------------------------------------------------------------------------------------------------------------|
> |------------>
> | Date:      |
> |------------>
>
>>--------------------------------------------------------------------------------------------------------------------------------------------------|
>   |10/23/2010 07:05 AM
>                                                                         |
>
>>--------------------------------------------------------------------------------------------------------------------------------------------------|
> |------------>
> | Subject:   |
> |------------>
>
>>--------------------------------------------------------------------------------------------------------------------------------------------------|
>   |[photran] Photran freeze: beginner
>                                                                         |
>
>>--------------------------------------------------------------------------------------------------------------------------------------------------|
> |------------>
> | Sent by:   |
> |------------>
>
>>--------------------------------------------------------------------------------------------------------------------------------------------------|
>   |photran-bounces@xxxxxxxxxxx
>                                                                         |
>
>>--------------------------------------------------------------------------------------------------------------------------------------------------|
>
>
>
>
>
> Hi,
>
> I have installed Eclipse with photran on my macbook and it works well with
> an existing fotran projects (even when using automatic makefiles).
>
> But when I try to start a new project, and try to select the gcc toolkit,
> it freezes.
>
> Any idea why?
>
> Also, is there a forum where I can check for these small querries?
>
> Best,
>
> Anoop
> _______________________________________________
> photran mailing list
> photran@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/photran
>
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL:
> <https://dev.eclipse.org/mailman/private/photran/attachments/20101023/cc39e62f/attachment.htm>
> -------------- next part --------------
> A non-text attachment was scrubbed...
> Name: graycol.gif
> Type: image/gif
> Size: 105 bytes
> Desc: not available
> URL:
> <https://dev.eclipse.org/mailman/private/photran/attachments/20101023/cc39e62f/attachment.gif>
> -------------- next part --------------
> A non-text attachment was scrubbed...
> Name: ecblank.gif
> Type: image/gif
> Size: 45 bytes
> Desc: not available
> URL:
> <https://dev.eclipse.org/mailman/private/photran/attachments/20101023/cc39e62f/attachment-0001.gif>
>
> ------------------------------
>
> _______________________________________________
> photran mailing list
> photran@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/photran
>
>
> End of photran Digest, Vol 62, Issue 8
> **************************************
>


-- 

***************************************
Anoop Mahajan
Laboratorio de Ciencias de la Atmósfera y el Clima (CIAC) - CSIC
Polígono de Sta. María de Benquerencia
c/ Rio Cabriel S/N
45007 Toledo, Spain
Office:   +34 925245362
Fax:      +34 925245377
E-mail:  anoop.mahajan@xxxxxxxxxxxxxxxxx
http://www.ciac.jccm-csic.es/
***************************************


Back to the top