Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Special Interest Groups
  3. Qt on BlackBerry and QNX
  4. Bus error (core dumped) in qnx
QtWS25 Last Chance

Bus error (core dumped) in qnx

Scheduled Pinned Locked Moved Qt on BlackBerry and QNX
3 Posts 3 Posters 3.8k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    mahesh_1017
    wrote on 12 Feb 2015, 16:40 last edited by
    #1

    @import QtQuick 2.0

    Rectangle {
    width: 360
    height: 360
    property string samplestr: "1-10,1-11,"
    Text {
    id:ll
    text: qsTr("Hello World")
    anchors.centerIn: parent
    }

    MouseArea {
        anchors.fill: parent
        onClicked: {
            var array = samplestr.split(',')
           console.log("ppp",array) // here crashing if i remove array  its working fine.Why?
        }
    }
    

    }@

    if i run the above its crashing and when i remove array in console.log its working fine (it is happening only in qnx).
    please replay to my post

    1 Reply Last reply
    0
    • D Offline
      D Offline
      dcape
      wrote on 16 Jun 2015, 21:38 last edited by
      #2

      What version of QNX and Qt did you use? I tried this on my target and it did not crash:
      qml: ppp [1-10,1-11,]

      1 Reply Last reply
      0
      • Y Offline
        Y Offline
        Yaswanth
        wrote on 23 Feb 2021, 09:38 last edited by
        #3

        I have same bus error. I am using Qt 5.10.1 with QNX 7.0 SDP. Any suggestions here?

        1 Reply Last reply
        0

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved