** Changed in: mesa
Status: Unknown => New
--
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to mesa in Ubuntu.
https://bugs.launchpad.net/bugs/1794033
Title:
i965: Failed to submit batchbuffer: Bad address
To manage notifications about th
** Changed in: mesa (Ubuntu)
Importance: Undecided => Low
** Changed in: mesa (Ubuntu)
Status: Confirmed => Triaged
--
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to mesa in Ubuntu.
https://bugs.launchpad.net/bugs/1794033
Title:
i965
Previous issue (https://gitlab.freedesktop.org/mesa/mesa/-/issues/1680)
was closed as duplicated of this one.
see https://gitlab.freedesktop.org/mesa/mesa/-/issues/1680#note_328635.
** Bug watch added: gitlab.freedesktop.org/mesa/mesa/-/issues #2134
https://gitlab.freedesktop.org/mesa/mesa/-/i
Also facing this issue persistently, always when working with little
memory available (as #32).
My system: Dell XPS 13 9370 - Ubuntu 18.04.4 LTS
$ uname -a
Linux charon 5.3.0-51-generic #44~18.04.2-Ubuntu SMP Thu Apr 23 14:27:18 UTC
2020 x86_64 x86_64 x86_64 GNU/Linux
$ journalctl --since=-2w
Also encountered this:
$ uname -a
Linux kaltop 5.3.0-40-generic #32-Ubuntu SMP Fri Jan 31 20:24:34 UTC 2020
x86_64 x86_64 x86_64 GNU/Linux
$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 19.10
Release:19.10
Codename: eoan
mar 06 12:44:
Just got this on 19.10 on a thinkpad t470s.
$ uname -a
Linux hostname 5.3.0-24-generic #26-Ubuntu SMP Thu Nov 14 01:33:18 UTC 2019
x86_64 x86_64 x86_64 GNU/Linux
I run ZFS. My first thought was OOM, but can't see any mentions of it.
...
jan. 02 09:51:06 hostname gnome-shell[27297]: Usage of obj
I'm encountering this about once/day on my Lenovo X1 carbon laptop with
kernel 5.3.0-24-generic.
I'm a developer, but I don't know much beyond that background about how
to fix this. I just know that I'm kind of quickly losing my mind, and
that it wasn't happening when I first started using the lap
TFA above suggests that the change is related to 4.19, but the above
shows that 4.15 was also affected. Does this matter?
--
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to mesa in Ubuntu.
https://bugs.launchpad.net/bugs/1794033
Title:
i965: Fa
** Changed in: mesa
Status: New => Fix Released
--
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to mesa in Ubuntu.
https://bugs.launchpad.net/bugs/1794033
Title:
i965: Failed to submit batchbuffer: Bad address
To manage notifications abo
** Changed in: mesa
Status: Unknown => New
--
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to mesa in Ubuntu.
https://bugs.launchpad.net/bugs/1794033
Title:
i965: Failed to submit batchbuffer: Bad address
To manage notifications about th
** Also affects: mesa via
https://gitlab.freedesktop.org/mesa/mesa/issues/1680
Importance: Unknown
Status: Unknown
--
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to mesa in Ubuntu.
https://bugs.launchpad.net/bugs/1794033
Title:
i96
** Changed in: xserver-xorg-video-intel (Fedora)
Status: Incomplete => Unknown
** Bug watch added: gitlab.freedesktop.org/mesa/mesa/issues #1680
https://gitlab.freedesktop.org/mesa/mesa/issues/1680
--
You received this bug notification because you are a member of Ubuntu-X,
which is sub
-- GitLab Migration Automatic Message --
This bug has been migrated to freedesktop.org's GitLab instance and has
been closed from further activity.
You can subscribe and participate further through the new bug through
this link to our GitLab instance:
https://gitlab.freedesktop.org/mesa/mesa/issu
** Changed in: xserver-xorg-video-intel (Fedora)
Status: Confirmed => Incomplete
--
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to mesa in Ubuntu.
https://bugs.launchpad.net/bugs/1794033
Title:
i965: Failed to submit batchbuffer: Bad add
(In reply to Denis from comment #28)
> Hello Yoshinori Gento
>
> >I got how to reproduce.
> Does this mean that you could provide an apitrace or somekind of reproducer?
> It would be really helpful.
Hello Denis
I didn't produce an apitrace nor reproducer.
I updated kernel to 4.19.57.
Then, this
Hello Yoshinori Gento
>I got how to reproduce.
Does this mean that you could provide an apitrace or somekind of reproducer? It
would be really helpful.
--
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to mesa in Ubuntu.
https://bugs.launchpad.net/b
I got how to reproduce.
Cached memory grows big by reading many files and free RAM becomes empty.
In this situation (repeat release and allocate caches frequently), drawing
process faces this problem.
Does conflict of memory cause this problem?
--
You received this bug notification because you
Created attachment 143768
Debug trace.
I got debug traces. Please see attached file.
PID needs to be checked is 2602.
After that this process was exited with "i965: Failed to submit batchbuffer:
Bad address".
At that time I repeated to copy and delete of files by rsync.
Note: This is occurred on
I saw this problem three times from yesterday.
All of them occurred during file sync over LAN with rsync.
I think this problem might be related to load by disk i/o or network i/o.
But unfortunately I have not re-compiled kernel with CONFIG_DRM_I915_DEBUG_GEM
yet.
I will try to it next week.
--
Y
I haven't encountered this issue at all since moving away from
modesetting and back to the intel DDX driver. So whatever extra
exercises GLAMOR was doing may be triggering the bug. I'm sure that
doesn't help actually fix it but it might at least help people
experiencing it to have a more stable d
(In reply to Mark Janes from comment #22)
> Hmm...`cp` in xterm is a pretty clear indicator that this issue is random
> and not triggered by a specific workload.
>
> Lionel suggested that it would be good to have a feedback from the kernel
> about what didn't pass validation.
>
> There is a kerne
Hmm...`cp` in xterm is a pretty clear indicator that this issue is
random and not triggered by a specific workload.
Lionel suggested that it would be good to have a feedback from the
kernel about what didn't pass validation.
There is a kernel option to generate debug traces for that but you have
(In reply to Mark Janes from comment #20)
> Yoshinori: Mesa i965 team is seeking a way to reproduce this bug, so we can
> analyze and fix it.
>
> How often does this occur in your product? If it is reproducible, then
> perhaps we can use an apitrace to investigate the root cause.
While I operate
Yoshinori: Mesa i965 team is seeking a way to reproduce this bug, so we
can analyze and fix it.
How often does this occur in your product? If it is reproducible, then
perhaps we can use an apitrace to investigate the root cause.
--
You received this bug notification because you are a member of
I saw this once.
[Environment]
CPU: SkyLake(core i5 6500TE)
Distribution: debian(customised)
Kernel: 4.14.98
Mesa: 18.3.3
libdrm: 2.4.89
Message from stdout of drawing module was
i965: Failed to submit batchbuffer: Bad address
and back-trace were following
:
:
#5 0x7f4496240b
(In reply to Yoshinori Gento from comment #18)
> I saw this once.
This occurred in our product.
--
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to mesa in Ubuntu.
https://bugs.launchpad.net/bugs/1794033
Title:
i965: Failed to submit batchbuffer:
The CI Bug Log issue associated to this bug has been archived.
New failures matching the above filters will not be associated to this
bug anymore.
--
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to mesa in Ubuntu.
https://bugs.launchpad.net/bugs/17
(In reply to Mark Janes from comment #15)
> Mesa CI reproduce these test failures immediately:
>
> https://mesa-ci.01.org/mesa_master/builds/15252/group/
> 63a9f0ea7bb98050796b649e85481845
>
> Builds have fairly recent kernels:
>
> Linux otc-gfxtest-sklgt2-01 4.19.0-1-amd64 #1 SMP Debian 4.19.12
Mesa CI reproduce these test failures immediately:
https://mesa-
ci.01.org/mesa_master/builds/15252/group/63a9f0ea7bb98050796b649e85481845
Builds have fairly recent kernels:
Linux otc-gfxtest-sklgt2-01 4.19.0-1-amd64 #1 SMP Debian 4.19.12-1
(2018-12-22) x86_64 GNU/Linux
--
You received this bu
** Changed in: xserver-xorg-video-intel (Fedora)
Status: Incomplete => Confirmed
--
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to mesa in Ubuntu.
https://bugs.launchpad.net/bugs/1794033
Title:
i965: Failed to submit batchbuffer: Bad add
The problematic tests have been disabled in mesa ci since June 2018. If
you think this is fixed, than I can re-enable them.
Mesa CI updated it's kernels to 4.19 recently, but otherwise there has
been no change to affect this bug.
--
You received this bug notification because you are a member of
Last seen this issue on our CI system is 8 months, 3 weeks / 4968 runs ago.
Can we close this issue?
--
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to mesa in Ubuntu.
https://bugs.launchpad.net/bugs/1794033
Title:
i965: Failed to submit batchbu
Just hit me, kernel 4.19.8-liquorix-amd64, Ubuntu 18.10. I was running
with modesetting, but decided to change to intel driver (freshly
compiled from git) to see if I run into it again (it seems pretty rare
though so will probably be tough to hit). Has anyone definitely hit it
on xf86-video-inte
Status changed to 'Confirmed' because the bug affects multiple users.
** Changed in: mesa (Ubuntu)
Status: New => Confirmed
--
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to mesa in Ubuntu.
https://bugs.launchpad.net/bugs/1794033
Title:
Launchpad has imported 13 comments from the remote bug at
https://bugs.freedesktop.org/show_bug.cgi?id=104778.
If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://he
also happened with
Linux: 4.15.0-34-generic #37-Ubuntu SMP Mon Aug 27 15:21:48 UTC 2018 x86_64
x86_64 x86_64 GNU/Linux
--
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to mesa in Ubuntu.
https://bugs.launchpad.net/bugs/1794033
Title:
i965: Fai
** Package changed: xserver-xorg-video-intel (Ubuntu) => mesa (Ubuntu)
--
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to mesa in Ubuntu.
https://bugs.launchpad.net/bugs/1794033
Title:
i965: Failed to submit batchbuffer: Bad address
To manage n
** Tags added: bionic
--
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-intel in Ubuntu.
https://bugs.launchpad.net/bugs/1794033
Title:
i965: Failed to submit batchbuffer: Bad address
To manage notifications about this bug g
I just had this exact problem. Was watching a facebook video on chrome
when everything crashed.
Oct 3 02:02:26 *** anacron[1861]: Anacron 2.3 started on 2018-10-03
Oct 3 02:02:26 *** anacron[1861]: Normal exit (0 jobs run)
Oct 3 02:05:01 *** CRON[2715]: (root) CMD (command -v debian
Public bug reported:
cpu: Intel® Core™ i5-7500 CPU @ 3.40GHz × 4
gpu: Intel® HD Graphics 630 (Kaby Lake GT2)
00:00.0 Host bridge: Intel Corporation Intel Kaby Lake Host Bridge (rev 05)
00:02.0 VGA compatible controller: Intel Corporation HD Graphics 630 (rev 04)
00:08.0 System peripheral: Intel C
40 matches
Mail list logo