Note that there are some explanatory texts on larger screens.

plurals
  1. POAndroid Fatal signal 11 (SIGSEGV) at 0xdeadd00d (code=1), thread 1066 (WebViewCoreThre)
    text
    copied!<p>i get problems with an android app using phone gap. (Fatal signal 11 (SIGSEGV) at 0xdeadd00d (code=1), thread 1066 (WebViewCoreThre) message)</p> <p>Im trying to retrieved JSON code from my server ("OK message) with my form values.</p> <p>My program bug in my $.ajax method.</p> <p>My program works well in standard web page.</p> <p>i'm using an 4.1.2 Android library as so my virtual device with 500MB of internal storage (i tied first with 200Mb and changed to 500Mb, it didn't change anything at all)</p> <pre><code>&lt;div data-role="page" id="page1"&gt; &lt;script type="text/javascript"&gt; $('#action').click( function NouveauProfil() { $.ajax({ type: 'post', url: "192.168.1.44:8080/telechargement-document-portlet/do/editProfil", data: $('#formu').serialize(), dataType: 'json', success: function (data) { alert("ok"); localStorage.setItem("test",data); $.mobile.changePage( "prof.html", { transition: "slidefade" }); } });}); &lt;/script&gt; &lt;div data-theme="a" data-role="header"&gt; &lt;h3&gt; Header &lt;/h3&gt; &lt;/div&gt; &lt;div&gt; &lt;form id="formu"&gt; &lt;label for="nom"&gt;Nom&lt;/label&gt;&lt;input id ="nom" name= "nom" type= "text" style="text-transform: uppercase"/&gt; &lt;label for= "prenom"&gt;PrÈnom&lt;/label&gt;&lt;input id = "prenom" name= "prenom" type= "text"/&gt; &lt;a href="menu.html" data-role="button" data-transition="slidefade" data-inline="true" rel="external" data-direction="reverse" &gt;Back&lt;/a&gt; &lt;input type="button" id = "action" name="action" value="Valider" data-inline="true" rel="external" &gt; &lt;/form&gt; &lt;/div&gt; &lt;div data-theme="a" data-role="footer" data-position="fixed"&gt; &lt;h3&gt; Footer &lt;/h3&gt; &lt;/div&gt; </code></pre> <p></p> <p> </p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload